LDAP error codes

来源:互联网 发布:北风网大数据培训 编辑:程序博客网 时间:2024/05/16 08:38
Code
(decimal)
Error code (string)Description0LDAP_SUCCESSSuccess1LDAP_OPERATIONS_ERROROperations error2LDAP_PROTOCOL_ERRORProtocol error3LDAP_TIMELIMIT_EXCEEDEDTimelimit exceeded4LDAP_SIZELIMIT_EXCEEDEDSizelimit exceeded5LDAP_COMPARE_FALSECompare false6LDAP_COMPARE_TRUECompare true7LDAP_STRONG_AUTH_NOT_SUPPORTEDStrong authentication not supported8LDAP_STRONG_AUTH_REQUIREDStrong authentication required9LDAP_PARTIAL_RESULTSPartial results16LDAP_NO_SUCH_ATTRIBUTENo such attribute17LDAP_UNDEFINED_TYPEUndefined attribute type18LDAP_INAPPROPRIATE_MATCHINGInappropriate matching19LDAP_CONSTRAINT_VIOLATIONConstraint violation20LDAP_TYPE_OR_VALUE_EXISTSType or value exists21LDAP_INVALID_SYNTAXInvalid syntax32LDAP_NO_SUCH_OBJECTNo such object33LDAP_ALIAS_PROBLEMAlias problem34LDAP_INVALID_DN_SYNTAXInvalid DN syntax35LDAP_IS_LEAFObject is a leaf36LDAP_ALIAS_DEREF_PROBLEMAlias dereferencing problem48LDAP_INAPPROPRIATE_AUTHInappropriate authentication49LDAP_INVALID_CREDENTIALSInvalid credentials50LDAP_INSUFFICIENT_ACCESSInsufficient access51LDAP_BUSYDSA is busy52LDAP_UNAVAILABLEDSA is unavailable53LDAP_UNWILLING_TO_PERFORMDSA is unwilling to perform54LDAP_LOOP_DETECTLoop detected 64LDAP_NAMING_VIOLATIONNaming violation65LDAP_OBJECT_CLASS_VIOLATIONObject class violation66LDAP_NOT_ALLOWED_ON_NONLEAFOperation not allowed on nonleaf67LDAP_NOT_ALLOWED_ON_RDNOperation not allowed on RDN68LDAP_ALREADY_EXISTSAlready exists69LDAP_NO_OBJECT_CLASS_MODSCannot modify object class70LDAP_RESULTS_TOO_LARGEResults too large 80LDAP_OTHERUnknown error81LDAP_SERVER_DOWNCan't contact LDAP server82LDAP_LOCAL_ERRORLocal error83LDAP_ENCODING_ERROREncoding error84LDAP_DECODING_ERRORDecoding error85LDAP_TIMEOUTTimed out86LDAP_AUTH_UNKNOWNUnknown authentication method87LDAP_FILTER_ERRORBad search filter88LDAP_USER_CANCELLEDUser cancelled operation89LDAP_PARAM_ERRORBad parameter to an ldap routine90LDAP_NO_MEMORYOut of memory
原创粉丝点击