From: Pierangelo Masarati Date: Tue, 10 Apr 2012 22:47:10 +0000 (+0200) Subject: ITS#6598 make control global X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=762ef802f6053d712459e99c65e9443cd45affdd;p=openldap ITS#6598 make control global --- diff --git a/contrib/slapd-modules/noopsrch/noopsrch.c b/contrib/slapd-modules/noopsrch/noopsrch.c index 55a7ea0e10..aaa1bf2eb1 100644 --- a/contrib/slapd-modules/noopsrch/noopsrch.c +++ b/contrib/slapd-modules/noopsrch/noopsrch.c @@ -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,