mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#6598 make control global
This commit is contained in:
parent
d806b970b1
commit
762ef802f6
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ noopsrch_db_init( BackendDB *be, ConfigReply *cr)
|
|||
int rc;
|
||||
|
||||
rc = register_supported_control( LDAP_CONTROL_X_NOOPSRCH,
|
||||
SLAP_CTRL_SEARCH, NULL,
|
||||
SLAP_CTRL_SEARCH | SLAP_CTRL_GLOBAL_SEARCH, NULL,
|
||||
noopsrch_parseCtrl, &noopsrch_cid );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
|
|
|
|||
Loading…
Reference in a new issue