]> git.sur5r.net Git - openldap/commitdiff
Hide noop control until published and code is updated.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 18 Mar 2004 04:06:20 +0000 (04:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 18 Mar 2004 04:06:20 +0000 (04:06 +0000)
servers/slapd/controls.c

index 7818eab0745d7143806d9a03918fc71e5fc24def..2651c1e40558141594e0172974088273789d5172 100644 (file)
@@ -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,