mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
SLAPD_SCHEMA_NOT_COMPAT: fix bind acls
This commit is contained in:
parent
9baacdcfff
commit
3d26427c02
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue