From: Kurt Zeilenga Date: Sat, 27 May 2000 23:16:30 +0000 (+0000) Subject: SLAPD_SCHEMA_NOT_COMPAT: fix bind acls X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2831 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3d26427c02ce238d5ce08fcee9457c717aa71a00;p=openldap SLAPD_SCHEMA_NOT_COMPAT: fix bind acls --- diff --git a/servers/slapd/back-ldbm/bind.c b/servers/slapd/back-ldbm/bind.c index 739a358f12..e901ad54cd 100644 --- a/servers/slapd/back-ldbm/bind.c +++ b/servers/slapd/back-ldbm/bind.c @@ -41,8 +41,8 @@ ldbm_back_bind( #endif #ifdef SLAPD_SCHEMA_NOT_COMPAT - static AttributeDescription *password = NULL; - static AttributeDescription *entry = NULL; + AttributeDescription *password = slap_schema.si_ad_userPassword; + AttributeDescription *entry = slap_schema.si_ad_entry; #else static const char *password = "userpassword"; static const char *entry = "entry";