From: Pierangelo Masarati Date: Fri, 21 Jan 2005 14:38:49 +0000 (+0000) Subject: fix ITS#3458 X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~293 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=86a4894bf8767307e441e5ba2895cacdd7579bb1;p=openldap fix ITS#3458 --- diff --git a/include/ldap.h b/include/ldap.h index daccf104ec..b06dd612c3 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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"