Ldap_toplevelFunctions which resemble the command line tools which many users are familar with, useful in the interactive environment
val ldapsearch :
?s:Ldap_types.search_scope ->
?a:string list ->
?b:string ->
?d:string ->
?w:string ->
h:string ->
string ->
Ldap_ooclient.ldapentry listconnect 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 ->
unitconnect to the specified host and perform one or more modifications.
val ldapadd :
h:string ->
d:string ->
w:string ->
Ldap_ooclient.ldapentry list ->
unitconnect to the specified host and add the specified objects.