From: Howard Chu Date: Thu, 30 Jul 2020 17:12:09 +0000 (+0100) Subject: ITS#9279 Netscape passwordExp controls came from draft-vchu-ldap-pwd-policy X-Git-Tag: OPENLDAP_REL_ENG_2_4_51~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e22258469f8e933f2793b0e10ffb5d14c8e3899;p=thirdparty%2Fopenldap.git ITS#9279 Netscape passwordExp controls came from draft-vchu-ldap-pwd-policy --- diff --git a/include/ldap.h b/include/ldap.h index 190bfc5944..c8f9f189b2 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -366,9 +366,8 @@ typedef struct ldapcontrol { #define LDAP_CONTROL_VLVRESPONSE "2.16.840.1.113730.3.4.10" /* Netscape Password policy response controls */ -/* https://docs.oracle.com/cd/E19957-01/816-5618-10/netscape/ldap/controls/LDAPPasswordExpiredControl.html */ +/* */ #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 */