Hi I'm following the wiki on https://wiki.samba.org/index.php/Setting_up_a_home_share and i'm getting to the point where i should Click the ?Edit? button to modify the filesystem ACLs according to the following: Administrator: Full Control Authenticated Users: Read & Execute, List Folder Contents, Read Creator Owner: Full Control Domain Admins: Full Control System: Full Control The Full Control for Creator Owner doesn't stick after hitting apply. The home share for user is auto created but every user is able to write/read from it. Any advice would be appreciated. Thanks -- View this message in context: http://samba.2283325.n4.nabble.com/Setting-up-a-home-share-tp4674004.html Sent from the Samba - General mailing list archive at Nabble.com.
strange, im doing the same here.. and it works for me. I've create /home/users folder for my samba users [home] i did set it 1770 on the linux side on that folder. this is my home setting : [home] path = /home/users read only = no vfs objects = acl_xattr recycle recycle:keeptree = yes recycle:versions = yes recycle:maxsize = 1073741824 Louis>-----Oorspronkelijk bericht----- >Van: yabkopl at yahoo.com [mailto:samba-bounces at lists.samba.org] >Namens yabko >Verzonden: donderdag 9 oktober 2014 22:46 >Aan: samba at lists.samba.org >Onderwerp: [Samba] Setting up a home share > >Hi > >I'm following the wiki on >https://wiki.samba.org/index.php/Setting_up_a_home_share > >and i'm getting to the point where i should > > Click the ?Edit? button to modify the filesystem ACLs >according to >the following: > > Administrator: Full Control > Authenticated Users: Read & Execute, List Folder Contents, Read > Creator Owner: Full Control > Domain Admins: Full Control > System: Full Control > >The Full Control for Creator Owner doesn't stick after hitting apply. > >The home share for user is auto created but every user is able >to write/read >from it. > >Any advice would be appreciated. > >Thanks > > > >-- >View this message in context: >http://samba.2283325.n4.nabble.com/Setting-up-a-home-share-tp46 >74004.html >Sent from the Samba - General mailing list archive at Nabble.com. >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba >
Hello, Am 09.10.2014 um 22:46 schrieb yabko:> I'm following the wiki on > https://wiki.samba.org/index.php/Setting_up_a_home_share > > and i'm getting to the point where i should > > Click the ?Edit? button to modify the filesystem ACLs according to > the following: > > Administrator: Full Control > Authenticated Users: Read & Execute, List Folder Contents, Read > Creator Owner: Full Control > Domain Admins: Full Control > System: Full Control > > The Full Control for Creator Owner doesn't stick after hitting apply.Can you show us your smb.conf [global] + share configuration. Also please show the owner and group permissions on *nix side. Regards, Marc
my smb.conf is very simple [global] workgroup = DOMAIN realm = DOMAIN.LAN netbios name = PDC server role = active directory domain controller dns forwarder = 167.206.112.138 log file = /var/log/samba/samba.log max log size = 10000 log level = 8 idmap_ldb:use rfc2307 = yes #allow dns updates = true #sdb:schema update allowed = yes [home] path = /home/home read only = No UNIX prem drwxrwx---+ 3 root root 4096 Oct 9 16:12 /home/home -- View this message in context: http://samba.2283325.n4.nabble.com/Setting-up-a-home-share-tp4674004p4674048.html Sent from the Samba - General mailing list archive at Nabble.com.