]> git.sur5r.net Git - openldap/commitdiff
fix ITS#3458
authorPierangelo Masarati <ando@openldap.org>
Fri, 21 Jan 2005 14:38:49 +0000 (14:38 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 21 Jan 2005 14:38:49 +0000 (14:38 +0000)
include/ldap.h

index daccf104ec93f61a2556ee2256cda400ca0951cf..b06dd612c3fda8a3e04e1f79772e64d80cec4d68 100644 (file)
@@ -234,10 +234,9 @@ typedef struct ldapcontrol {
 #define LDAP_CONTROL_VLVRESPONSE    "2.16.840.1.113730.3.4.10"
 
 /* Password policy Controls *//* work in progress */
-#ifdef LDAP_DEVEL
+/* ITS#3458: released, but not to latest draft; disabled by default */
 #define LDAP_CONTROL_PASSWORDPOLICYREQUEST     "1.3.6.1.4.1.42.2.27.8.5.1"
 #define LDAP_CONTROL_PASSWORDPOLICYRESPONSE    "1.3.6.1.4.1.42.2.27.8.5.1"
-#endif
 
 /* LDAP Sync -- draft-zeilenga-ldup-sync *//* submitted for publication */
 #define LDAP_SYNC_OID                  "1.3.6.1.4.1.4203.1.9.1"