From: Kurt Zeilenga Date: Thu, 18 Mar 2004 04:06:20 +0000 (+0000) Subject: Hide noop control until published and code is updated. X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~216 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a2b2dfd4619c040495de24d2ee88dd4064951c5d;p=openldap Hide noop control until published and code is updated. --- diff --git a/servers/slapd/controls.c b/servers/slapd/controls.c index 7818eab074..2651c1e405 100644 --- a/servers/slapd/controls.c +++ b/servers/slapd/controls.c @@ -120,7 +120,7 @@ static struct slap_control control_defs[] = { parseSubentries, LDAP_SLIST_ENTRY_INITIALIZER(next) }, #endif { LDAP_CONTROL_NOOP, - SLAP_CTRL_ACCESS, NULL, + SLAP_CTRL_HIDE|SLAP_CTRL_ACCESS, NULL, parseNoOp, LDAP_SLIST_ENTRY_INITIALIZER(next) }, { LDAP_CONTROL_SYNC, SLAP_CTRL_HIDE|SLAP_CTRL_SEARCH, NULL,