Skip to content
Snippets Groups Projects
Commit 7a1537c6 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

list permissive in supported controls (ITS#3453)

parent 7b1f2d85
No related branches found
No related tags found
No related merge requests found
......@@ -582,6 +582,9 @@ bdb_back_initialize(
LDAP_CONTROL_SUBENTRIES,
#endif
LDAP_CONTROL_VALUESRETURNFILTER,
#ifdef LDAP_CONTROL_X_PERMISSIVE_MODIFY
LDAP_CONTROL_X_PERMISSIVE_MODIFY,
#endif
NULL
};
......
......@@ -32,6 +32,9 @@ ldbm_back_initialize(
static char *controls[] = {
LDAP_CONTROL_MANAGEDSAIT,
LDAP_CONTROL_VALUESRETURNFILTER,
#ifdef LDAP_CONTROL_X_PERMISSIVE_MODIFY
LDAP_CONTROL_X_PERMISSIVE_MODIFY,
#endif
NULL
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment