]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9279 Netscape passwordExp controls came from draft-vchu-ldap-pwd-policy
authorHoward Chu <hyc@openldap.org>
Thu, 30 Jul 2020 17:12:09 +0000 (18:12 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Aug 2020 22:04:14 +0000 (22:04 +0000)
include/ldap.h

index 35307331119b5d12c942ebed871ddda9303dc787..f2372aeff32a573e09263f4e2816f27433860619 100644 (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 */