mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Advertise LDAP_CONTROL_X_CHANGE_PASSWD.
Implementation coming soon.
This commit is contained in:
parent
bd922dcd3b
commit
3d0dd02b17
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
char *supportedControls[] = {
|
||||
LDAP_CONTROL_MANAGEDSAIT,
|
||||
LDAP_CONTROL_X_CHANGE_PASSWD,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue