Remove not to be implemented control.

This commit is contained in:
Kurt Zeilenga 2000-06-06 04:50:24 +00:00
parent 3e9868b4ec
commit 43f3e1e9b2
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ ldbm_back_initialize(
{
static char *controls[] = {
LDAP_CONTROL_MANAGEDSAIT,
/* LDAP_CONTROL_X_CHANGE_PASSWD, */
NULL
};

View File

@ -21,7 +21,6 @@
char *supportedControls[] = {
LDAP_CONTROL_MANAGEDSAIT,
/* LDAP_CONTROL_X_CHANGE_PASSWD, */
NULL
};