package ocamldap

  1. Overview
  2. Docs
method add : Ldap_ooclient.ldapentry -> unit
method associate_entries : txn -> Ldap_ooclient.ldapentry_t list -> unit
method associate_entry : txn -> Ldap_ooclient.ldapentry_t -> unit
method begin_txn : txn
method bind : ?cred:string -> ?meth:Ldap_funclient.authmethod -> string -> unit
method commit_txn : txn -> unit
method delete : string -> unit
method disassociate_entries : txn -> Ldap_ooclient.ldapentry_t list -> unit
method disassociate_entry : txn -> Ldap_ooclient.ldapentry_t -> unit
method modify : string -> (Ldap_types.modify_optype * string * string list) list -> unit
method modrdn : string -> ?deleteoldrdn:bool -> ?newsup:string option -> string -> unit
method rawschema : Ldap_ooclient.ldapentry
method rollback_txn : txn -> unit
method schema : Ldap_schemaparser.schema
method search_a : ?scope:Ldap_types.search_scope -> ?attrs:string list -> ?attrsonly:bool -> ?base:string -> ?sizelimit:Int32.t -> ?timelimit:Int32.t -> string -> ?abandon:bool -> unit -> Ldap_ooclient.ldapentry
method unbind : unit
method update_entry : Ldap_ooclient.ldapentry -> unit
OCaml

Innovation. Community. Security.