Second part of fix for bug #8673 - NT ACL issue.
authorJeremy Allison <jra@samba.org>
Tue, 10 Jan 2012 22:43:04 +0000 (14:43 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 21 Jan 2012 20:12:29 +0000 (21:12 +0100)
commita509cda3794e8b3ba49d0e86d4aee962b3bd9309
tree6ba768a5607f989dab7b25cb228f7266693c3846
parentc333e7ad01fb63c9682526799b2571cac251b76e
Second part of fix for bug #8673 - NT ACL issue.

Ensure we process the entire ACE list instead of returning ACCESS_DENIED
and terminating the walk - ensure we only return the exact bits that cause
the access to be denied. Some of the S3 fileserver needs to know if we
are only denied DELETE access before overriding it by looking at the
containing directory ACL.
source3/lib/util_seaccess.c