mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Add macro for Strong(er) Authen Required
This commit is contained in:
parent
9f26171f79
commit
e66a962401
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue