Skip to content
Snippets Groups Projects
Commit e66a9624 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add macro for Strong(er) Authen Required

parent 9f26171f
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment