Ldap_ooclient.ldapaccountadd 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.
Unless explicitly stated, these methods do exactly the same thing as in Ldap_ooclient.scldapentry
method add : op_lst -> unitMissing attributes may be marked for generation.
method changes : (Ldap_types.modify_optype * string * string list) listmethod changetype : changetypemethod delete : op_lst -> unitmethod diff : ldapentry_t ->
(Ldap_types.modify_optype * string * string list) listIf a missing attribute is marked for generation its value will be "generate" instead of "required"
method list_allowed : Setstr.elt listmethod list_missing : Setstr.elt listmethod list_present : Setstr.elt listmethod modify : (Ldap_types.modify_optype * string * string list) list -> unitmethod replace : op_lst -> unitmethod set_changetype : changetype -> unit