Fix a really subtle old, old bug :-). When canonicalizing the
commit4d302254fdfce2c267cf6b21f662d5aa2dc9c72c
authorJeremy Allison <jra@samba.org>
Fri, 25 Jan 2008 02:13:22 +0000 (24 18:13 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 25 Jan 2008 02:13:22 +0000 (24 18:13 -0800)
tree058b0ff78d6d7e4b1b7104aa81d7dd6cde36697d
parent3df2f7ca782e418703d82f7a1f3c035a365f9589
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