A | |
adapt_service [Ooldap.ldapaccount] | |
add [Ooldap.ldapentry_t] | |
add [Ooldap.ldapcon] |
Add an entry to the server
|
add [Ooldap.ldapentry] |
Add attributes and objectclasses to an entry locally
|
add_generate [Ooldap.ldapaccount] | |
add_service [Ooldap.ldapaccount] | |
attributes [Ooldap.ldapentry_t] | |
attributes [Ooldap.ldapentry] |
Get a list of attributes on the entry
|
B | |
bind [Ooldap.ldapcon] |
Bind to the server
|
C | |
changes [Ooldap.ldapentry_t] | |
changes [Ooldap.ldapentry] |
Get a list of changes made to the entry locally in the
form of a modattr list suitable for feeding directly to
modify_s
|
changetype [Ooldap.ldapentry_t] | |
changetype [Ooldap.ldapentry] |
Get the changetype.
|
D | |
delete [Ooldap.ldapentry_t] | |
delete [Ooldap.ldapcon] |
Delete an entry from the server
|
delete [Ooldap.ldapentry] |
Delete attributes and objectclasses from an entry locally
|
delete_generate [Ooldap.ldapaccount] | |
delete_service [Ooldap.ldapaccount] | |
dn [Ooldap.ldapentry_t] | |
dn [Ooldap.ldapentry] |
Get the distinguished name of the entry
|
E | |
exists [Ooldap.ldapentry_t] | |
exists [Ooldap.ldapentry] |
check to see whether the attribute exists
|
F | |
flush_changes [Ooldap.ldapentry_t] | |
flush_changes [Ooldap.ldapentry] |
Get rid of recorded changes.
|
G | |
generate [Ooldap.ldapaccount] | |
get_value [Ooldap.ldapentry_t] | |
get_value [Ooldap.ldapentry] |
Get a list of values for an entry
|
I | |
is_allowed [Ooldap.scldapentry] | |
is_missing [Ooldap.scldapentry] | |
L | |
list_allowed [Ooldap.scldapentry] | |
list_missing [Ooldap.scldapentry] | |
list_present [Ooldap.scldapentry] | |
M | |
modify [Ooldap.ldapentry_t] | |
modify [Ooldap.ldapcon] |
Modify an entry in the server
|
modify [Ooldap.ldapentry] |
Process an ocamldap modify op, calling add, delete, and replace as necessary
can be useful for moving changes from one object to another.
|
modrdn [Ooldap.ldapcon] |
change the rdn of an entry modrdn dn ?(deleteoldrdn=true) newrdn
|
O | |
of_entry [Ooldap.scldapentry] | |
of_string [Ooldif.ldif] | |
P | |
print [Ooldap.ldapentry_t] | |
print [Ooldap.ldapentry] |
depricated, print a textual representation of the entry
|
R | |
rawschema [Ooldap.ldapcon] |
grab the raw (text) schema *
|
read_entry [Ooldif.ldif] | |
replace [Ooldap.ldapentry_t] | |
replace [Ooldap.ldapentry] |
Replace attributes and objectclasses in an entry locally
|
S | |
schema [Ooldap.ldapcon] |
interrogate an ldapv3 directory server for it's schema definitions,
raise Not_found if no schema can be located, or of bound with v2 *
|
search [Ooldap.ldapcon] |
Find entries, and return them as ldapentry objects
|
search_a [Ooldap.ldapcon] | |
service_exists [Ooldap.ldapaccount] | |
services_present [Ooldap.ldapaccount] | |
set_changetype [Ooldap.ldapentry_t] | |
set_changetype [Ooldap.ldapentry] |
Set the changetype.
|
set_dn [Ooldap.ldapentry_t] | |
set_dn [Ooldap.ldapentry] |
Set the destinguished name of the entry
|
T | |
to_string [Ooldif.ldif] | |
U | |
unbind [Ooldap.ldapcon] | |
update_entry [Ooldap.ldapcon] |
Sync changes made locally with the server
|
W | |
write_entry [Ooldif.ldif] |