LDAP::Entry
A single search result: its distinguished name plus its attributes.
Attribute values are stored as raw Bytes — LDAP octet strings are not
necessarily UTF-8 (e.g. objectGUID, userCertificate). Use #[] for the
common text case (decoded as a String) and #bytes for binary attributes.
Constructors
Instance methods
The values of key decoded as strings. Raises KeyError if absent.
The values of key decoded as strings, or nil if the attribute is absent.
attributes
SourceThe raw byte values of key (for binary attributes). Raises if absent.
dn
Source