enum LDAP::Response::Code

Defined in:

ldap/response.cr

Enum 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
UnavailableCriticalExtension = 12
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
Unavailable = 52
UnwillingToPerform = 53
NamingViolation = 64
ObjectClassViolation = 65
NotAllowedOnNonLeaf = 66
NotAllowedOnRDN = 67
EntryAlreadyExists = 68
ObjectClassModsProhibited = 69
AffectsMultipleDSAs = 71
Other = 80

Instance Method Summary

Instance Method Detail

def admin_limit_exceeded? #

[View source]
def affects_multiple_ds_as? #

[View source]
def alias_dereferencing_problem? #

[View source]
def alias_problem? #

[View source]
def attribute_or_value_exists? #

[View source]
def auth_method_not_supported? #

[View source]
def busy? #

[View source]
def compare_false? #

[View source]
def compare_true? #

[View source]
def confidentiality_required? #

[View source]
def constraint_violation? #

[View source]
def entry_already_exists? #

[View source]
def inappropriate_authentication? #

[View source]
def inappropriate_matching? #

[View source]
def insufficient_access_rights? #

[View source]
def invalid_attribute_syntax? #

[View source]
def invalid_credentials? #

[View source]
def invalid_dn_syntax? #

[View source]
def naming_violation? #

[View source]
def no_such_attribute? #

[View source]
def no_such_object? #

[View source]
def not_allowed_on_non_leaf? #

[View source]
def not_allowed_on_rdn? #

[View source]
def object_class_mods_prohibited? #

[View source]
def object_class_violation? #

[View source]
def operations_error? #

[View source]
def other? #

[View source]
def protocol_error? #

[View source]
def referral? #

[View source]
def sasl_bind_in_progress? #

[View source]
def size_limit_exceeded? #

[View source]
def stronger_auth_required? #

[View source]
def success? #

[View source]
def time_limit_exceeded? #

[View source]
def unavailable? #

[View source]
def unavailable_critical_extension? #

[View source]
def undefined_attribute_type? #

[View source]
def unwilling_to_perform? #

[View source]