Class type Ldap_ooclient.ldapentry_t
The base type of an ldap entry represented in memory.
method add : op_lst -> unitmethod attributes : string listmethod changes : (Ldap_types.modify_optype * string * string list) listmethod changetype : changetypemethod delete : op_lst -> unitmethod dn : stringmethod diff : ldapentry_t -> (Ldap_types.modify_optype * string * string list) listmethod exists : string -> boolmethod flush_changes : unitmethod get_value : string -> string listmethod modify : (Ldap_types.modify_optype * string * string list) list -> unitmethod print : unitmethod replace : op_lst -> unitmethod set_changetype : changetype -> unitmethod set_dn : string -> unit