Syntax
#include "slapi-plugin.h" int slapi_attr_value_find( Slapi_Attr *a, struct berval *v );
Parameters
The function has the following parameters:
Returns
0 if the attribute contains the specified value, or -1 if the attribute does not contain the specified value.
Example
[To be added]
See Also