mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
managedit should be explicitly hidden (it was hidden behind LDAP_DEVEL).
This commit is contained in:
parent
25f7ec0e30
commit
dc616c771f
@ -162,7 +162,7 @@ static struct slap_control control_defs[] = {
|
||||
#ifdef LDAP_DEVEL
|
||||
{ LDAP_CONTROL_MANAGEDIT,
|
||||
(int)offsetof(struct slap_control_ids, sc_manageDIT),
|
||||
SLAP_CTRL_GLOBAL|SLAP_CTRL_UPDATE, NULL,
|
||||
SLAP_CTRL_GLOBAL|SLAP_CTRL_UPDATE|SLAP_CTRL_HIDE, NULL,
|
||||
parseManageDIT, LDAP_SLIST_ENTRY_INITIALIZER(next) },
|
||||
#endif
|
||||
{ LDAP_CONTROL_MANAGEDSAIT,
|
||||
|
Loading…
Reference in New Issue
Block a user