These methods can be used to probe the entries returned by LDAP searches.
Return an array of all the attributes belonging to the entry.
call-seq: entry.get_dn => String entry.dn => String
Return an array of all the values belonging to the attribute, attr, of the entry.
Produce a concise representation of the entry.
Convert the entry to a hash.
Convert an LDAP::Entry to LDIF.
Alias for to_ldif
[Validate]