mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
swap LDAP_STRONG_AUTH_NOT_SUPPORTED & LDAP_AUTH_METHOD_NOT_SUPPORTED
This commit is contained in:
parent
8871b527d2
commit
159067cc83
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user