From d19ccf11c022b42c7808196cc45ae5a08cb612d0 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 21 May 2005 15:11:18 +0000 Subject: [PATCH] line-up with (yet incomplete) draft-sermersheim-ldap-chaining-03 requested return code names --- include/ldap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ldap.h b/include/ldap.h index a4f3ed2f3b..833c486fbd 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -280,7 +280,7 @@ typedef struct ldapcontrol { /* LDAP Chaining Behavior Control *//* work in progress */ /* ; - * see also LDAP_REQUIRES_CHAINING, LDAP_CANNOT_CHAIN */ + * see also LDAP_NO_REFERRALS_FOUND, LDAP_CANNOT_CHAIN */ #ifdef LDAP_DEVEL #define LDAP_CONTROL_X_CHAINING_BEHAVIOR "1.3.6.1.4.1.4203.666.11.3" @@ -582,7 +582,7 @@ typedef struct ldapcontrol { /* for the Chaining Behavior control (consecutive result codes requested; * see ) */ #ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR -#define LDAP_REQUIRES_CHAINING 0x4110 +#define LDAP_NO_REFERRALS_FOUND 0x4110 #define LDAP_CANNOT_CHAIN 0x4111 #endif -- 2.39.5