Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (Invalid...
commit5e06c88de7bc4fe215c8630d9c3b6861f18d63bf
authorJeremy Allison <jra@samba.org>
Fri, 2 Sep 2011 19:22:34 +0000 (2 12:22 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sat, 8 Oct 2011 17:53:46 +0000 (8 19:53 +0200)
treed043c1456ab2d4e020e4a121d27fef242b2ba085
parent7f3a6c5631f901240d9e460b16d1df81e6f66e2d
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 c528fc5cacaae7e0e83041eb98150052b436071e)
source3/smbd/posix_acls.c