Viewing security tab on samba mounted folder, no permission attributes are shown for CREATOR OWNER and CREATOR GROUP as well as actual username, group, and everyone (other). Adding permission for another user do display properly. Setting permissions for user, group, everyone, CREATOR OWNER, and CREATOR GROUP do work, but are still not displayed. getfacl works unix side as well as show effective permissions windows side.
Created attachment 3595 [details] Windows screenshot showing no permissions being displayed
Please add your configuration and level 10 log files. Is a Winbind running on your system?
Winbindd is running and the machine is joined to a win 2k8 domain. I'm not exactly sure what you want for logs. Logs of a windows client trying to display acl's? Logs of trying to set the acl from windows? We are having some server room maintenance done, so we'll be running in a skeleton mode for the next two weeks or so. I've got a copy of the smb.conf and once we get our test machines back up again I'll post the requested logs. [global] security = ADS realm = STUDENTS.FROOT.NAU.EDU workgroup = NAU-STUDENTS netbios name = rieekan server string = "" idmap backend = adex idmap uid = 50 - 1000000 idmap gid = 50 - 1000000 idmap config NAU-STUDENTS:backend = adex idmap config NAU-STUDENTS:range = 50 - 1000000 idmap config NAU:backend = adex idmap config NAU:range = 50 - 1000000 winbind nss info = adex winbind enum users = yes winbind enum groups = yes winbind nested groups = yes winbind normalize names = no winbind refresh tickets = yes template homedir = /home/%U template shell = /bin/bash admin users = @NAU-STUDENTS\cens_it-staff log level = 3 [homes] comment = Home directories read only = No browseable = No [testing] read only = No browseable = yes path = /raid #inherit permissions = yes #inherit acls = yes #inherit owner = yes #dos filemode = yes acl check permissions = false nfs objects = zfsacl nfs4: mode = special This smb.conf is showing the zfsacl module on a solaris 10 machine, but the same issue of acl's not displaying as checked happens on UFS (not special zfs) file systems as well.
*** This bug has been marked as a duplicate of bug 9467 ***