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
inappropriate_authentication?
Returns true if this enum value equals InappropriateAuthentication
object_class_mods_prohibited?
Returns true if this enum value equals ObjectClassModsProhibited