|
|
|
|
@ -41,7 +41,6 @@
|
|
|
|
|
#define get_default_hash_command "ubconfig --raw --source default get [users] HASHPASSWD"
|
|
|
|
|
#define clear_config_global_command "ubconfig --target global remove TEMP_SECTION TEMP_PATAMETER"
|
|
|
|
|
#define clear_config_local_command "ubconfig --target system remove TEMP_SECTION TEMP_PATAMETER"
|
|
|
|
|
// #define remove_config_dir_command yon_char_unite("rm -rfd ", yon_ubl_user_get_home_directory(),"/.config/",LocaleName,"/",NULL)
|
|
|
|
|
#define samba_sync_command(user) yon_char_unite("sudo smbpasswd -Las ",user,NULL)
|
|
|
|
|
#define samba_sync_password_command(user, password) yon_char_unite("(echo \"",password,"\"; echo \"",password,"\") | sudo smbpasswd -Las ",user,NULL)
|
|
|
|
|
|
|
|
|
|
|