enum LDAP::Response::Code
Defined in:
ldap/response.crEnum Members
-
Success =
0
-
https://tools.ietf.org/html/rfc4511#section-4.1.9 https://tools.ietf.org/html/rfc4511#appendix-A
-
OperationsError =
1
-
ProtocolError =
2
-
TimeLimitExceeded =
3
-
SizeLimitExceeded =
4
-
CompareFalse =
5
-
CompareTrue =
6
-
AuthMethodNotSupported =
7
-
StrongerAuthRequired =
8
-
Referral =
10
-
AdminLimitExceeded =
11
-
ConfidentialityRequired =
13
-
SaslBindInProgress =
14
-
NoSuchAttribute =
16
-
UndefinedAttributeType =
17
-
InappropriateMatching =
18
-
ConstraintViolation =
19
-
AttributeOrValueExists =
20
-
InvalidAttributeSyntax =
21
-
NoSuchObject =
32
-
AliasProblem =
33
-
InvalidDNSyntax =
34
-
AliasDereferencingProblem =
36
-
InappropriateAuthentication =
48
-
InvalidCredentials =
49
-
InsufficientAccessRights =
50
-
Busy =
51
-
UnwillingToPerform =
53
-
NamingViolation =
64
-
ObjectClassViolation =
65
-
NotAllowedOnNonLeaf =
66
-
NotAllowedOnRDN =
67
-
EntryAlreadyExists =
68
-
ObjectClassModsProhibited =
69
-
AffectsMultipleDSAs =
71
-
Other =
80
Instance Method Summary
- #admin_limit_exceeded?
- #affects_multiple_ds_as?
- #alias_dereferencing_problem?
- #alias_problem?
- #attribute_or_value_exists?
- #auth_method_not_supported?
- #busy?
- #compare_false?
- #compare_true?
- #confidentiality_required?
- #constraint_violation?
- #entry_already_exists?
- #inappropriate_authentication?
- #inappropriate_matching?
- #insufficient_access_rights?
- #invalid_attribute_syntax?
- #invalid_credentials?
- #invalid_dn_syntax?
- #naming_violation?
- #no_such_attribute?
- #no_such_object?
- #not_allowed_on_non_leaf?
- #not_allowed_on_rdn?
- #object_class_mods_prohibited?
- #object_class_violation?
- #operations_error?
- #other?
- #protocol_error?
- #referral?
- #sasl_bind_in_progress?
- #size_limit_exceeded?
- #stronger_auth_required?
- #success?
- #time_limit_exceeded?
- #unavailable?
- #unavailable_critical_extension?
- #undefined_attribute_type?
- #unwilling_to_perform?