mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Add Pre- and Postread Control to the supported controls (ITS#4538)
This commit is contained in:
parent
27acc8b2cf
commit
cf1304147d
1 changed files with 2 additions and 0 deletions
|
|
@ -551,6 +551,8 @@ bdb_back_initialize(
|
|||
LDAP_CONTROL_MANAGEDSAIT,
|
||||
LDAP_CONTROL_NOOP,
|
||||
LDAP_CONTROL_PAGEDRESULTS,
|
||||
LDAP_CONTROL_PRE_READ,
|
||||
LDAP_CONTROL_POST_READ,
|
||||
LDAP_CONTROL_SUBENTRIES,
|
||||
LDAP_CONTROL_X_PERMISSIVE_MODIFY,
|
||||
#ifdef LDAP_X_TXN
|
||||
|
|
|
|||
Loading…
Reference in a new issue