Fix a really subtle old, old bug :-). When canonicalizing the
authorJeremy Allison <jra@samba.org>
Fri, 25 Jan 2008 02:13:22 +0000 (18:13 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 25 Jan 2008 02:13:22 +0000 (18:13 -0800)
commitfccae57310dcd9b625c4f41be9548d2ed6d81427
treec40f57c27ee7a570880e24a2a28bb9c3b9dc4750
parentdd67913a999323188f4d8c877ab761ce9d53883d
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.
(This used to be commit 4d302254fdfce2c267cf6b21f662d5aa2dc9c72c)
source3/smbd/posix_acls.c