ERROR
CODE LDAPEXCEPTION CONSTANT POSSIBLE CAUSE(S)
0 SUCCESS The operation completed successfully
1 OPERATION_ERROR Invalid syntax for ACI or schema, or
inappropriate control for the operation
2 PROTOCOL_ERROR Invalid filter expression on search, or DN on
add, modify, or delete
3 TIME_LIMIT_EXCEEDED Either the server’s or the client's
specified search time limit was exceeded
4 SIZE_LIMIT_EXCEEDED Either the server’s or the client’s
specified limit on number of search results
was exceeded
5 COMPARE_FALSE A compare operation returns mismatch
6 COMPARE_TRUE A compare operation returns match
7 AUTH_METHOD_NOT_SUPPORTED The server does not support the requested
authentication method
8 STRONG_AUTH_REQUIRED The server requires an authentication
method stronger than unencrypted user
name and password
9 LDAP_PARTIAL_RESULTS The client has bound with LDAPv2, or the
server supports only LDAPv2, and the base
DN specified by the client is not among the
naming contexts of the server
10 REFERRAL The server is configured to return a referral
or search reference when an operation is
directed toward this DN
11 ADMIN_LIMIT_EXCEEDED To satisfy the search request, the server
would need to process too many entries; the
search may need to be narrowed, or the
server’s look-through limit raised
12 UNAVAILABLE_CRITICAL_A control was provided with the request; the
EXTENSION control was tagged as critical,
but the server doesn’t support it
13 CONFIDENTIALITY_REQUIRED
14 SASL_BIND_IN_PROGRESS SASL authentication is being negotiated
between the client and the server
16 NO_SUCH_ATTRIBUTE An attribute to be modified or deleted was
not present in the entry
17 UNDEFINED_ATTRIBUTE_TYPE
18 INAPPROPRIATE_MATCHING
19 CONSTRAINT_VIOLATION Invalid attribute for this entry, or new
password does not meet password policy
requirements
20 ATTRIBUTE_OR_VALUE_EXISTS Attempt to add an identical attribute value
to an existing one
21 INVALID_ATTRIBUTE_SYNTAX
|