mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
fix for acl state
This commit is contained in:
parent
32fb8b0bff
commit
1f7b880963
@ -66,7 +66,7 @@ monitor_back_compare(
|
||||
}
|
||||
|
||||
rc = access_allowed( be, conn, op, e, ava->aa_desc,
|
||||
&ava->aa_value, ACL_COMPARE );
|
||||
&ava->aa_value, ACL_COMPARE, NULL );
|
||||
if ( !rc ) {
|
||||
send_ldap_result( conn, op, LDAP_INSUFFICIENT_ACCESS,
|
||||
NULL, NULL, NULL, NULL );
|
||||
|
Loading…
x
Reference in New Issue
Block a user