From: Pierangelo Masarati Date: Sat, 9 Feb 2002 17:31:49 +0000 (+0000) Subject: fix for acl state X-Git-Tag: OPENLDAP_REL_ENG_2_1_BP~78 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=53a09803481f8d82c4e293da9e56960513612e0d;p=openldap fix for acl state --- diff --git a/servers/slapd/back-sql/bind.c b/servers/slapd/back-sql/bind.c index 9105444dd5..35847d0bff 100644 --- a/servers/slapd/back-sql/bind.c +++ b/servers/slapd/back-sql/bind.c @@ -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;