enum

LDAP::Response::Code

Inherits Enum / Comparable / Value / Object

Constants

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
LoopDetect = 54
NamingViolation = 64
ObjectClassViolation = 65
NotAllowedOnNonLeaf = 66
NotAllowedOnRDN = 67
EntryAlreadyExists = 68
ObjectClassModsProhibited = 69
AffectsMultipleDSAs = 71
Other = 80

Instance methods

admin_limit_exceeded?

Returns true if this enum value equals AdminLimitExceeded

Source
affects_multiple_ds_as?

Returns true if this enum value equals AffectsMultipleDSAs

Source
alias_dereferencing_problem?

Returns true if this enum value equals AliasDereferencingProblem

Source
alias_problem?

Returns true if this enum value equals AliasProblem

Source
attribute_or_value_exists?

Returns true if this enum value equals AttributeOrValueExists

Source
auth_method_not_supported?

Returns true if this enum value equals AuthMethodNotSupported

Source
busy?

Returns true if this enum value equals Busy

Source
compare_false?

Returns true if this enum value equals CompareFalse

Source
compare_true?

Returns true if this enum value equals CompareTrue

Source
confidentiality_required?

Returns true if this enum value equals ConfidentialityRequired

Source
constraint_violation?

Returns true if this enum value equals ConstraintViolation

Source
entry_already_exists?

Returns true if this enum value equals EntryAlreadyExists

Source
inappropriate_authentication?

Returns true if this enum value equals InappropriateAuthentication

Source
inappropriate_matching?

Returns true if this enum value equals InappropriateMatching

Source
insufficient_access_rights?

Returns true if this enum value equals InsufficientAccessRights

Source
invalid_attribute_syntax?

Returns true if this enum value equals InvalidAttributeSyntax

Source
invalid_credentials?

Returns true if this enum value equals InvalidCredentials

Source
invalid_dn_syntax?

Returns true if this enum value equals InvalidDNSyntax

Source
loop_detect?

Returns true if this enum value equals LoopDetect

Source
naming_violation?

Returns true if this enum value equals NamingViolation

Source
no_such_attribute?

Returns true if this enum value equals NoSuchAttribute

Source
no_such_object?

Returns true if this enum value equals NoSuchObject

Source
not_allowed_on_non_leaf?

Returns true if this enum value equals NotAllowedOnNonLeaf

Source
not_allowed_on_rdn?

Returns true if this enum value equals NotAllowedOnRDN

Source
object_class_mods_prohibited?

Returns true if this enum value equals ObjectClassModsProhibited

Source
object_class_violation?

Returns true if this enum value equals ObjectClassViolation

Source
operations_error?

Returns true if this enum value equals OperationsError

Source
other?

Returns true if this enum value equals Other

Source
protocol_error?

Returns true if this enum value equals ProtocolError

Source
referral?

Returns true if this enum value equals Referral

Source
sasl_bind_in_progress?

Returns true if this enum value equals SaslBindInProgress

Source
size_limit_exceeded?

Returns true if this enum value equals SizeLimitExceeded

Source
stronger_auth_required?

Returns true if this enum value equals StrongerAuthRequired

Source
success?

Returns true if this enum value equals Success

Source
time_limit_exceeded?

Returns true if this enum value equals TimeLimitExceeded

Source
unavailable?

Returns true if this enum value equals Unavailable

Source
unavailable_critical_extension?

Returns true if this enum value equals UnavailableCriticalExtension

Source
undefined_attribute_type?

Returns true if this enum value equals UndefinedAttributeType

Source
unwilling_to_perform?

Returns true if this enum value equals UnwillingToPerform

Source