From: Kurt Zeilenga Date: Thu, 1 Jul 1999 04:37:46 +0000 (+0000) Subject: swap LDAP_STRONG_AUTH_NOT_SUPPORTED & LDAP_AUTH_METHOD_NOT_SUPPORTED X-Git-Tag: OPENLDAP_REL_ENG_2_BP~208 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=159067cc83e14a2e27f84677f8522661d6444c16;p=openldap swap LDAP_STRONG_AUTH_NOT_SUPPORTED & LDAP_AUTH_METHOD_NOT_SUPPORTED --- diff --git a/include/ldap.h b/include/ldap.h index 692d1216be..1950c40ad6 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -296,8 +296,8 @@ typedef struct ldapmod { #define LDAP_SIZELIMIT_EXCEEDED 0x04 #define LDAP_COMPARE_FALSE 0x05 #define LDAP_COMPARE_TRUE 0x06 -#define LDAP_STRONG_AUTH_NOT_SUPPORTED 0x07 -#define LDAP_AUTH_METHOD_NOT_SUPPORTED LDAP_STRONG_AUTH_NOT_SUPPORTED +#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_PARTIAL_RESULTS 0x09 /* not listed in v3 */