mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Remove not to be implemented control.
This commit is contained in:
parent
3e9868b4ec
commit
43f3e1e9b2
2 changed files with 0 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ ldbm_back_initialize(
|
|||
{
|
||||
static char *controls[] = {
|
||||
LDAP_CONTROL_MANAGEDSAIT,
|
||||
/* LDAP_CONTROL_X_CHANGE_PASSWD, */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
char *supportedControls[] = {
|
||||
LDAP_CONTROL_MANAGEDSAIT,
|
||||
/* LDAP_CONTROL_X_CHANGE_PASSWD, */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue