From 86a4894bf8767307e441e5ba2895cacdd7579bb1 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 21 Jan 2005 14:38:49 +0000 Subject: [PATCH] fix ITS#3458 --- include/ldap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.5