Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (Invalid...
authorJeremy Allison <jra@samba.org>
Fri, 2 Sep 2011 22:08:42 +0000 (15:08 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 24 Oct 2011 17:16:45 +0000 (19:16 +0200)
commit353f107ac9023b755c1294d2baa6db6a9e13b5bc
treefad0d973df88b8aa40e23137dd7be6d83abe75e3
parent7af614ea75d272dff8deca44e2e2c57596283a64
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().
(cherry picked from commit 06fd08dea1dde4b86546a8f87574d68dcac0e840)
source3/smbd/posix_acls.c