From: Quanah Gibson-Mount Date: Wed, 22 Jul 2020 20:06:38 +0000 (+0000) Subject: Issue#9279 - Add comments with links to upstream docs from Oracle X-Git-Tag: OPENLDAP_REL_ENG_2_4_51~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea8a9d9eac2c694f24d23c34aa56274b215a5a6;p=thirdparty%2Fopenldap.git Issue#9279 - Add comments with links to upstream docs from Oracle --- diff --git a/include/ldap.h b/include/ldap.h index 665394817a..190bfc5944 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -366,7 +366,9 @@ 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 */