mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-17 17:48:20 -05:00
Hide noop control until published and code is updated.
This commit is contained in:
parent
caa5266ffd
commit
a2b2dfd461
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ static struct slap_control control_defs[] = {
|
||||||
parseSubentries, LDAP_SLIST_ENTRY_INITIALIZER(next) },
|
parseSubentries, LDAP_SLIST_ENTRY_INITIALIZER(next) },
|
||||||
#endif
|
#endif
|
||||||
{ LDAP_CONTROL_NOOP,
|
{ LDAP_CONTROL_NOOP,
|
||||||
SLAP_CTRL_ACCESS, NULL,
|
SLAP_CTRL_HIDE|SLAP_CTRL_ACCESS, NULL,
|
||||||
parseNoOp, LDAP_SLIST_ENTRY_INITIALIZER(next) },
|
parseNoOp, LDAP_SLIST_ENTRY_INITIALIZER(next) },
|
||||||
{ LDAP_CONTROL_SYNC,
|
{ LDAP_CONTROL_SYNC,
|
||||||
SLAP_CTRL_HIDE|SLAP_CTRL_SEARCH, NULL,
|
SLAP_CTRL_HIDE|SLAP_CTRL_SEARCH, NULL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue