object
  method add : Ooldap.op_lst -> unit
  method attributes : string list
  method changes : (Ocamldap.mod_op * string * string list) list
  method changetype : Ooldap.changetype
  method delete : Ooldap.op_lst -> unit
  method dn : string
  method exists : string -> bool
  method flush_changes : unit
  method get_value : string -> string list
  method modify : (Ocamldap.mod_op * string * string list) list -> unit
  method print : unit
  method replace : Ooldap.op_lst -> unit
  method set_changetype : Ooldap.changetype -> unit
  method set_dn : string -> unit
end