From e66a962401207197f8e959b353b951693acd1cf0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 30 Dec 2004 19:15:15 +0000 Subject: [PATCH] Add macro for Strong(er) Authen Required --- include/ldap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ldap.h b/include/ldap.h index f8811c7ad3..12fcd7ee76 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -472,6 +472,7 @@ typedef struct ldapcontrol { #define LDAP_AUTH_METHOD_NOT_SUPPORTED 0x07 #define LDAP_STRONG_AUTH_NOT_SUPPORTED LDAP_AUTH_METHOD_NOT_SUPPORTED #define LDAP_STRONG_AUTH_REQUIRED 0x08 +#define LDAP_STRONGER_AUTH_REQUIRED LDAP_STRONG_AUTH_REQUIRED #define LDAP_PARTIAL_RESULTS 0x09 /* LDAPv2+ (not LDAPv3) */ #define LDAP_REFERRAL 0x0a /* LDAPv3 */ -- 2.39.2