mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Add ldapAssertionFailed result code
This commit is contained in:
parent
3ca2a91ae1
commit
4bf037cfaa
2 changed files with 4 additions and 0 deletions
|
|
@ -486,6 +486,8 @@ typedef struct ldapcontrol {
|
|||
#define LDAP_CUP_RELOAD_REQUIRED 0x105
|
||||
#endif
|
||||
|
||||
#define LDAP_ASSERTION_FAILED 0x10f
|
||||
|
||||
#ifdef LDAP_EXOP_X_CANCEL
|
||||
/* resultCode for Cancel Response */
|
||||
#define LDAP_CANCELLED 0x110
|
||||
|
|
|
|||
|
|
@ -93,6 +93,8 @@ static struct ldaperror ldap_builtin_errlist[] = {
|
|||
{LDAP_CLIENT_LOOP, N_("Client Loop")},
|
||||
{LDAP_REFERRAL_LIMIT_EXCEEDED, N_("Referral Limit Exceeded")},
|
||||
|
||||
{LDAP_ASSERTION_FAILED, N_("Assertion Failed")},
|
||||
|
||||
#ifdef LDAP_CLIENT_UPDATE
|
||||
{LDAP_CUP_RESOURCES_EXHAUSTED, N_("Client Update Resource Exhausted")},
|
||||
{LDAP_CUP_SECURITY_VIOLATION, N_("Client Update Security Violation")},
|
||||
|
|
|
|||
Loading…
Reference in a new issue