ldap
Implementation of the Light Weight Directory Access Protocol
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ldap.toplevel
val ldapsearch :
?s:Ldap_types.search_scope ->
?a:string list ->
?b:string ->
?d:string ->
?w:string ->
h:string ->
string ->
Ldap_ooclient.ldapentry list
connect to the specified host and perform a search.
val ldapmodify :
h:string ->
d:string ->
w:string ->
(string * (Ldap_types.modify_optype * string * string list) list) list ->
unit
connect to the specified host and perform one or more modifications.
val ldapadd :
h:string ->
d:string ->
w:string ->
Ldap_ooclient.ldapentry list ->
unit
connect to the specified host and add the specified objects.