package ocamldap
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=be85eccfa45de6066238da85c6ad2a409d69df245b6cd2b740ec2bf3400b587c
md5=6137a123978ac5b0dd301af26122e437
doc/ldap/Ldap_ooclient/class-ldapaccount/index.html
Class Ldap_ooclient.ldapaccount
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