?version:int ->
?async:bool ->
?port:int ->
string ->
object
  method add : Ooldap.ldapentry -> unit
  method bind : ?cred:string -> ?meth:Ocamldap.auth_method -> string -> unit
  method delete : string -> unit
  method modify : string -> Ocamldap.modattr list -> unit
  method modrdn : string -> ?deleteoldrdn:bool -> string -> unit
  method rawschema : Ooldap.ldapentry
  method schema : Schemaparser.schema
  method search :
    ?scope:Ocamldap.search_scope ->
    ?attrs:string list ->
    ?attrsonly:bool -> ?base:string -> string -> Ooldap.ldapentry list
  method update_entry : Ooldap.ldapentry -> unit
end