ldap/servers/plugins/acl/acl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 86fea4b326b28912cd0d8de0d0cb3a2f8dea423e Author: Noriko Hosoi nhosoi@redhat.com Date: Tue Apr 30 10:22:59 2013 -0700
Ticket 47331 - Self entry access ACI not working properly
Description: Additional change to commit 79346deb255ca8d7889d7590534d308d4e3a78da which added a macro ACLPB_CACHE_RESULT_PER_ENTRY_SKIP, but ACLPB_STATE_ALL was not updated to cover the bit. This patch updates ACLPB_STATE_ALL to support the new bit.
diff --git a/ldap/servers/plugins/acl/acl.h b/ldap/servers/plugins/acl/acl.h index ef375c2..6dbb68f 100644 --- a/ldap/servers/plugins/acl/acl.h +++ b/ldap/servers/plugins/acl/acl.h @@ -477,7 +477,7 @@ struct acl_pblock { ACLPB_ACCESS_ALLOWED_ON_ENTRY | ACLPB_ATTR_STAR_MATCHED | \ ACLPB_FOUND_ATTR_RULE | ACLPB_EVALUATING_FIRST_ATTR | \ ACLPB_FOUND_A_ENTRY_TEST_RULE ) -#define ACLPB_STATE_ALL 0x3fffff +#define ACLPB_STATE_ALL 0xffffff
int aclpb_res_type;
389-commits@lists.fedoraproject.org