Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (Invalid...
commitc528fc5cacaae7e0e83041eb98150052b436071e
authorJeremy Allison <jra@samba.org>
Fri, 2 Sep 2011 19:22:34 +0000 (2 12:22 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 2 Sep 2011 19:22:34 +0000 (2 12:22 -0700)
treeb675bfa37f978feba0230fde7a0e6817523fbf30
parenta5038ace24559bb02eec8262d3af5b5e78634d16
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