mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
list permissive in supported controls (ITS#3453)
This commit is contained in:
parent
7b1f2d85b0
commit
7a1537c640
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user