Dear All,
Can help to advise what would be the [homes] share like for samba4 AD?
My exsting [homes] for samba3 PDC was like
[homes]
comment = %U, %u Home Directories
# username = %S
valid users = %S
read only = No
create mask = 0700
directory mask = 0700
browseable = No
hide files /desktop.ini/outlook*.lnk/*Briefcase*/ntuser.ini/NTUSER.*/
veto files = /.ssh/Maildir/
inherit permissions = yes
But On samba 4 I try the following but it don't work.
Can help to advise?
[homes]
comment = %U, %u Home Directories
path = /home/%S
read only = No
hide files /desktop.ini/outlook*.lnk/*Briefcase*/ntuser.ini/NTUSER.*/
veto files = /.ssh/Maildir/
inherit permissions = yes
I'm sorry for this simple question but there isn't much documentation on
this and thus need help.
Thank You.
Hello Chan, Am 24.12.2013 13:06, schrieb Chan Min Wai:> Can help to advise what would be the [homes] share like for samba4 AD?The [homes] share should still work, but if you adapt your setup a bit, you can benefit of the windows ACLs for automatic home folder creation with correct permissions, etc. I wrote a HowTo some time ago: http://wiki.samba.org/index.php/Setting_up_a_home_share > But On samba 4 I try the following but it don't work. If you want to keep the old style homes, please give some more information what doesn't work? Anything in the logs, etc.? Regards, Marc