]> git.sur5r.net Git - openldap/commitdiff
Add macro for Strong(er) Authen Required
authorKurt Zeilenga <kurt@openldap.org>
Thu, 30 Dec 2004 19:15:15 +0000 (19:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 30 Dec 2004 19:15:15 +0000 (19:15 +0000)
include/ldap.h

index f8811c7ad3140a3f1e976f2baabd1f6240a5bc3a..12fcd7ee76f345873773a5fa35450bda3638edc4 100644 (file)
@@ -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 */