Syntax
#include "slapi-plugin.h" int slapi_attr_value_cmp( Slapi_Attr *attr, struct berval *v1, struct berval *v2 ); Parameters
#include "slapi-plugin.h" int slapi_attr_value_cmp( Slapi_Attr *attr, struct berval *v1, struct berval *v2 );
The function has the following parameters:
attr
v1
v2
Returns
0 if the values are equal, or -1 if they are not equal.