From e3875c181980e7d15aaa3a15b33466c3972d3d40 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 30 Jul 2020 18:12:09 +0100 Subject: [PATCH] ITS#9279 Netscape passwordExp controls came from draft-vchu-ldap-pwd-policy --- include/ldap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/ldap.h b/include/ldap.h index 3530733111..f2372aeff3 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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 */ +/* */ #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 */