mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
fix for acl state
This commit is contained in:
parent
1f7b880963
commit
53a0980348
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue