|
slapi_compute_add_evaluator() | ||
Reserved for future use. Registers the specified function as an evaluator that the server will call to generate a computed attribute. #include "slapi-plugin.h" The function has the following parameters:
The slapi_compute_add_evaluator() function registers a function of the slapi_compute_callback_t type as an evaluator of computed attributes. To do this, the server calls each registered evaluator function for each individually requested attribute. An evaluator function has the type slapi_compute_callback_t. This function returns -1 if it is not responsible for generating the specified attribute, 0 if it successfully generates the attribute, or an LDAP error code (greater than zero) if an error occurs.
|
||
![]() |