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.
|
I | |
init [Ocamldap] |
Initializes a connection to the given ldap server.
|
M | |
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.
|
S | |
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.
|