]> 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 23:26:58 +0000 (23:26 +0000)
include/ldap.h

index 190bfc59441582e0894363d5d30d781b906b064f..c8f9f189b20b4933515e383afc0231e1ae483093 100644 (file)
@@ -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 */
+/* <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 */