mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
SLAPD_SCHEMA_NOT_COMPAT: fix bind acls
This commit is contained in:
parent
9baacdcfff
commit
3d26427c02
@ -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 New Issue
Block a user