Skip to content
Snippets Groups Projects
Commit 3d26427c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

SLAPD_SCHEMA_NOT_COMPAT: fix bind acls

parent 9baacdcf
Branches
Tags
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment