Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (Invalid...
commit06fd08dea1dde4b86546a8f87574d68dcac0e840
authorJeremy Allison <jra@samba.org>
Fri, 2 Sep 2011 22:08:42 +0000 (2 15:08 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sat, 8 Oct 2011 17:53:18 +0000 (8 19:53 +0200)
tree9f2bd9c442acd0c997fc80a3311b8fb713eb67bc
parent36f60cef6d6ac5625a88a73ce53bdb2b0fe0f000
Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (Invalid argument)

Don't call check_owning_objs() to convert ACL_USER->ACL_USER_OBJ and
AC_GROUP->ACL_GROUP_OBJ for default (directory) ACLs, we do this separately
inside ensure_canon_entry_valid().
source3/smbd/posix_acls.c