mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -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) },
|
||||
#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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue