Library
Module
Module type
Parameter
Class
Class type
Account Manipulation Methods
add the named service to the object, this also adds all the services depended upon by the named service.
Delete the named service. This will also delete all services which depend on it, either directly or indirectly
Run service through the delta engine to find out what changes would actually be applied to this object
Tests whether the named service is satisfied by the current entry. A service is satisfied if no changes would result from adding it to the entry.
Return a list of all the named services which are satisfied by the current entry.
add the named attribute to the list of attributes to be generated
Delete the named attribute from the list of attributes to generate
Run the generation functions on the list of attributes to be generated, saving the results in the entry. You must run this method in order to run any generators at all.
Inherited Methods
Unless explicitly stated, these methods do exactly the same thing as in Ldap_ooclient
.scldapentry
method add : op_lst -> unit
Missing attributes may be marked for generation.
method changes : (Ldap_types.modify_optype * string * string list) list
method changetype : changetype
method delete : op_lst -> unit
method diff : ldapentry_t ->
(Ldap_types.modify_optype * string * string list) list
If a missing attribute is marked for generation its value will be "generate"
instead of "required"
method list_allowed : Setstr.elt list
method list_missing : Setstr.elt list
method list_present : Setstr.elt list
method modify : (Ldap_types.modify_optype * string * string list) list -> unit
method replace : op_lst -> unit
method set_changetype : changetype -> unit