Message identifiers take the form GLEnnnn, where nnnn is the decimal error number. For example, a description for return code 50 (0x32) can be viewed by entering the following command:
DSPMSGD MSGID(GLE0050) MSGF(QGLDMSG)
This would give you the description for LDAP_INSUFFICIENT_ACCESS.
The following table lists the GLE message identifiers and their descriptions.
Message identifier | Description |
---|---|
GLE0000 | The request was successful (LDAP_SUCCESS) |
GLE0001 | Operations error (LDAP_OPERATIONS_ERROR) |
GLE0002 | Protocol error (LDAP_PROTOCOL_ERROR) |
GLE0003 | Time limit exceeded (LDAP_TIMELIMIT_EXCEEDED) |
GLE0004 | Size limit exceeded (LDAP_SIZELIMIT_EXCEEDED) |
GLE0005 | Compared type and value does not exist in entry (LDAP_COMPARE_FALSE) |
GLE0006 | Compared type and value exists in entry (LDAP_COMPARE_TRUE) |
GLE0007 | Authentication method not supported (LDAP_AUTH_METHOD_NOT_SUPPORTED) |
GLE0008 | Strong authentication required (LDAP_STRONG_AUTH_REQUIRED) |
GLE0009 | Partial results and referral received (LDAP_PARTIAL_RESULTS) |
GLE0010 | Referral returned (LDAP_REFERRAL) |
GLE0011 | Administrative limit exceeded (LDAP_ADMIN_LIMIT_EXCEEDED) |
GLE0012 | Critical extension not supported (LDAP_UNAVAILABLE_CRITICAL_EXTENSION) |
GLE0013 | Confidentiality is required (LDAP_CONFIDENTIALITY_REQUIRED) |
GLE0014 | SASL bind in progress (LDAP_SASLBIND_IN_PROGRESS) |
GLE0016 | No such attribute (LDAP_NO_SUCH_ATTRIBUTE) |
GLE0017 | Undefined attribute type (LDAP_UNDEFINED_TYPE) |
GLE0018 | Inappropriate matching (LDAP_INAPPROPRIATE_MATCHING) |
GLE0019 | Constraint violation (LDAP_CONSTRAINT_VIOLATION) |
GLE0020 | Type or value exists (LDAP_TYPE_OR_VALUE_EXISTS) |
GLE0021 | Invalid syntax (LDAP_INVALID_SYNTAX) |
GLE0032 | No such object (LDAP_NO_SUCH_OBJECT) |
GLE0033 | Alias problem (LDAP_ALIAS_PROBLEM) |
GLE0034 | Invalid DN syntax (LDAP_INVALID_DN_SYNTAX) |
GLE0035 | Object is a leaf (LDAP_IS_LEAF) |
GLE0036 | Alias dereferencing problem (LDAP_ALIAS_DEREF_PROBLEM) |
GLE0048 | Inappropriate authentication (LDAP_INAPPROPRIATE_AUTH) |
GLE0049 | Invalid credentials (LDAP_INVALID_CREDENTIALS) |
GLE0050 | Insufficient access (LDAP_INSUFFICIENT_ACCESS) |
GLE0051 | Directory server is busy (LDAP_BUSY) |
GLE0052 | Directory service agent is unavailable (LDAP_UNAVAILABLE) |
GLE0053 | Directory server is unwilling to perform requested operation (LDAP_UNWILLING_TO_PERFORM) |
GLE0054 | Loop detected (LDAP_LOOP_DETECT) |
LE0064 | Naming violation (LDAP_NAMING_VIOLATION) |
LE0065 | Object class violation (LDAP_OBJECT_CLASS_VIOLATION) |
GLE0066 | Operation not allowed on nonleaf (LDAP_NOT_ALLOWED_ON_NONLEAF) |
GLE0067 | Operation not allowed on relative distinguished name (LDAP_NOT_ALLOWED_ON_RDN) |
GLE0068 | Already exists (LDAP_ALREADY_EXISTS) |
GLE0069 | Cannot modify object class (LDAP_NO_OBJECT_CLASS_MODS) |
GLE0070 | Results too large (LDAP_RESULTS_TOO_LARGE) |
GLE0071 | Affects multiple servers. (LDAP_AFFECTS_MULTIPLE_DSAS) |
GLE0080 | Unknown error (LDAP_OTHER) |
GLE0081 | Can't contact LDAP server (LDAP_SERVER_DOWN) |
GLE0082 | Local error (LDAP_LOCAL_ERROR) |
GLE0083 | Encoding error (LDAP_ENCODING_ERROR) |
GLE0084 | Decoding error (LDAP_DECODING_ERROR) |
GLE0085 | Request timed out (LDAP_TIMEOUT) |
GLE0086 | Unknown authentication method (LDAP_AUTH_UNKNOWN) |
GLE0087 | Bad search filter (LDAP_FILTER_ERROR) |
GLE0088 | User cancelled operation (LDAP_USER_CANCELLED) |
GLE0089 | Bad parameter to an LDAP routine (LDAP_PARAM_ERROR) |
GLE0090 | Out of memory (LDAP_NO_MEMORY) |
GLE0091 | Connection error (LDAP_CONNECT_ERROR) |
GLE0092 | Feature not supported (LDAP_NOT_SUPPORTED) |
GLE0093 | Control not found (LDAP_CONTROL_NOT_FOUND) |
GLE0094 | No results returned (LDAP_NO_RESULTS_RETURNED) |
GLE0095 | More results to return (LDAP_MORE_RESULTS_TO_RETURN) |
GLE0096 | Not an LDAP URL (LDAP_URL_ERR_NOTLDAP) |
GLE0097 | URL has no DN (LDAP_URL_ERR_NODN) |
GLE0098 | URL scope value is not valid (LDAP_URL_ERR_BADSCOPE) |
GLE0099 | Memory allocation error (LDAP_URL_ERR_MEM) |
GLE0100 | Client loop (LDAP_CLIENT_LOOP) |
GLE0101 | Referral limit exceeded (LDAP_REFERRAL_LIMIT_EXCEEDED) |
GLE0112 | SSL environment already initialized (LDAP_SSL_ALREADY_INITIALIZED) |
GLE0113 | Initialization call failed (LDAP_SSL_INITIALIZE_FAILED) |
GLE0114 | SSL environment not initialized (LDAP_SSL_CLIENT_INIT_NOT_CALLED) |
GLE0115 | Illegal SSL parameter value specified (LDAP_SSL_PARAM_ERROR) |
GLE0116 | Failed to negotiate a secure connection (LDAP_SSL_HANDSHAKE_FAILED) |
GLE0118 | SSL library cannot be located (LDAP_SSL_NOT_AVAILABLE) |
GLE0128 | No explicit owner found (LDAP_NO_EXPLICIT_OWNER) |
GLE0129 | Could not obtain lock on required resource (LDAP_NO_LOCK) |
GLE0133 | No LDAP servers found in DNS (LDAP_DNS_NO_SERVERS) |
GLE0134 | Truncated DNS results (LDAP_DNS_TRUNCATED) |
GLE0135 | Could not parse DNS data (LDAP_DNS_INVALID_DATA) |
GLE0136 | Can't resolve system domain or nameserver (LDAP_DNS_RESOLVE_ERROR) |
GLE0137 | DNS Configuration file error (LDAP_DNS_CONF_FILE_ERROR) |
GLE0160 | Output buffer overflow (LDAP_XLATE_E2BIG) |
GLE0161 | Input buffer truncated (LDAP_XLATE_EINVAL) |
GLE0162 | Unusable input character (LDAP_XLATE_EILSEQ) |
GLE0163 | Character does not map to a codeset point (LDAP_XLATE_NO_ENTRY) |