Fix a really subtle old, old bug :-). When canonicalizing the
authorJeremy Allison <jra@samba.org>
Fri, 25 Jan 2008 02:13:20 +0000 (18:13 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 25 Jan 2008 02:13:20 +0000 (18:13 -0800)
commit0e7886a3ceb8406c5e331a66c0e6fb6ab4493a3e
treed478e334157a04fc155041aeede685a1b66e7866
parent938f78546a4706f25d7b07efbca97a6b2d12d4b9
Fix a really subtle old, old bug :-). When canonicalizing the
NT ACL into a POSIX one, if the group being set is the primary group
of the file, map it into a SMB_ACL_GROUP_OBJ, not a SMB_ACL_GROUP.
Otherwise we get an extra bogus group entry in the POSIX ACL.
Jeremy.
source/smbd/posix_acls.c