Index of values


A
add_s [Ocamldap]
Adds a new entry to the ldap database.

B
bind_s [Ocamldap]
Binds to the ldap server with the given credential and auth_method.

D
delete_s [Ocamldap]
Deletes the entry with the given dn from the database.

E
err2string [Ocamldap]
Retrieves an error message for the given ldap error code.

F
fold [Ooldap]

G
get_search_entry [Ocamldap]
actually get a search entry from and async search.

I
init [Ocamldap]
Initializes a connection to the given ldap server.
iter [Ooldap]
useful functions for async search handling

M
map [Ooldap]
modify_s [Ocamldap]
Modifies the specified entry with the modifications supplied in 'mods'.
modrdn2_s [Ocamldap]
modrdn_s [Ocamldap]
Renames the given entry to newdn, modrdn always deletes the old rdn.

P
print_entry [Ocamldap]
Prints the given entry in LDIF format to the specified channel.

R
rev_map [Ooldap]

S
search [Ocamldap]
Search for the given entry with the specified base node and search scope, optionally limiting the returned attributes to those listed in 'attrs'.
search_s [Ocamldap]
Search for the given entry with the specified base node and search scope, optionally limiting the returned attributes to those listed in 'attrs'.
simple_bind_s [Ocamldap]
Bind using simple authentication.

U
unbind [Ocamldap]
Releases the ldap connection and frees associated resources.