fixed default user profile
This commit is contained in:
parent
e9302d205b
commit
cb6d51c0c1
|
@ -1,4 +1,3 @@
|
||||||
general_group: admin
|
|
||||||
general_homedir: /home/$user
|
general_homedir: /home/$user
|
||||||
general_shell: /bin/bash
|
general_shell: /bin/bash
|
||||||
unix_password_no: 0
|
unix_password_no: 0
|
||||||
|
@ -10,8 +9,7 @@ unix_pwdexpire: 1893452400
|
||||||
unix_deactivated: 0
|
unix_deactivated: 0
|
||||||
smb_password_no: 0
|
smb_password_no: 0
|
||||||
smb_useunixpwd: 1
|
smb_useunixpwd: 1
|
||||||
smb_flagsD: 1
|
smb_flagsD: 0
|
||||||
|
smb_flagsX: 1
|
||||||
smb_homedrive: U:
|
smb_homedrive: U:
|
||||||
smb_smbhome: \\server\$user
|
smb_smbhome: \\server\$user
|
||||||
smb_domain: sambaDomainName=test,dc=my-domain,dc=com
|
|
||||||
quota: /home,0,0,0,0;/,0,0,0,0
|
|
||||||
|
|
Loading…
Reference in New Issue