From: Kurt Zeilenga Date: Wed, 17 Nov 1999 23:43:25 +0000 (+0000) Subject: Advertise LDAP_CONTROL_X_CHANGE_PASSWD. X-Git-Tag: UCDATA_2_4~198 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3d0dd02b1783961ce887911dbd077a5b200cb200;p=openldap Advertise LDAP_CONTROL_X_CHANGE_PASSWD. Implementation coming soon. --- diff --git a/include/ldap.h b/include/ldap.h index 79a1d18f8e..58a7730486 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -171,8 +171,7 @@ typedef struct ldapcontrol { #define LDAP_CONTROL_MANAGEDSAIT "2.16.840.1.113730.3.4.2" /* Experimental Controls */ -#define LDAP_CONTROL_X_PASSWD_MOD_REQ "1.3.6.1.4.1.4203.666.5.1" -#define LDAP_CONTROL_X_PASSWD_MOD_RES "1.3.6.1.4.1.4203.666.5.1" +#define LDAP_CONTROL_X_CHANGE_PASSWD "1.3.6.1.4.1.4203.666.5.1" /* LDAP Unsolicited Notifications */ diff --git a/servers/slapd/controls.c b/servers/slapd/controls.c index 03100eb05b..d5c4775a73 100644 --- a/servers/slapd/controls.c +++ b/servers/slapd/controls.c @@ -21,6 +21,7 @@ char *supportedControls[] = { LDAP_CONTROL_MANAGEDSAIT, + LDAP_CONTROL_X_CHANGE_PASSWD, NULL };