mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix for acl state
This commit is contained in:
parent
1f7b880963
commit
53a0980348
@ -70,7 +70,7 @@ int backsql_bind(BackendDB *be,Connection *conn,Operation *op,
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ( ! access_allowed( be, conn, op, e,password, NULL, ACL_AUTH ) )
|
||||
if ( ! access_allowed( be, conn, op, e, password, NULL, ACL_AUTH, NULL ) )
|
||||
{
|
||||
send_ldap_result( conn, op, LDAP_INSUFFICIENT_ACCESS, NULL, NULL, NULL, NULL );
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user