]> git.sur5r.net Git - openldap/commitdiff
fix for acl state
authorPierangelo Masarati <ando@openldap.org>
Sat, 9 Feb 2002 17:31:49 +0000 (17:31 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 9 Feb 2002 17:31:49 +0000 (17:31 +0000)
servers/slapd/back-sql/bind.c

index 9105444dd57ff2c2e00499aa25473ebdcd8d71f1..35847d0bff5d73e74e6296e6428925aaba998d22 100644 (file)
@@ -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;