object
method add : Ldap_ooclient.op_lst -> unit
method attributes : string list
method changes : (Ldap_types.modify_optype * string * string list) list
method changetype : Ldap_ooclient.changetype
method delete : Ldap_ooclient.op_lst -> unit
method diff :
Ldap_ooclient.ldapentry_t ->
(Ldap_types.modify_optype * string * string list) list
method dn : string
method exists : string -> bool
method flush_changes : unit
method get_value : string -> string list
method modify :
(Ldap_types.modify_optype * string * string list) list -> unit
method print : unit
method replace : Ldap_ooclient.op_lst -> unit
method set_changetype : Ldap_ooclient.changetype -> unit
method set_dn : string -> unit
end