ITS#9279 Netscape passwordExp controls came from draft-vchu-ldap-pwd-policy

This commit is contained in:
Howard Chu 2020-07-30 18:12:09 +01:00 committed by Quanah Gibson-Mount
parent 8849d83f75
commit e3875c1819

View File

@ -393,9 +393,8 @@ typedef struct ldapcontrol {
#define LDAP_TAG_X_ACCOUNT_USABILITY_UNTIL_UNLOCK ((ber_tag_t) 0x84U) /* primitive + 4 */
/* Netscape Password policy response controls */
/* https://docs.oracle.com/cd/E19957-01/816-5618-10/netscape/ldap/controls/LDAPPasswordExpiredControl.html */
/* <draft-vchu-ldap-pwd-policy> */
#define LDAP_CONTROL_X_PASSWORD_EXPIRED "2.16.840.1.113730.3.4.4"
/* https://docs.oracle.com/cd/E19957-01/816-5618-10/netscape/ldap/controls/LDAPPasswordExpiringControl.html */
#define LDAP_CONTROL_X_PASSWORD_EXPIRING "2.16.840.1.113730.3.4.5"
/* LDAP Unsolicited Notifications */