Syntax
#include "slapi-plugin.h" int slapi_entry_attr_hasvalue(Slapi_Entry *e, char *type, const char *value); Parameters
#include "slapi-plugin.h" int slapi_entry_attr_hasvalue(Slapi_Entry *e, char *type, const char *value);
The function has the following parameters:
e
type
value
Returns
One of the following values:
1 if the attribute contains the specified value.
0 if the attribute does not contain the specified value.