Skip to content
Snippets Groups Projects
Commit a2b2dfd4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Hide noop control until published and code is updated.

parent caa5266f
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment