Syntax
#include "slapi-plugin.h" int slapi_entry_attr_find( Slapi_Entry *e, char *type, Slapi_Attr **attr ); Parameters
#include "slapi-plugin.h" int slapi_entry_attr_find( Slapi_Entry *e, char *type, Slapi_Attr **attr );
The function has the following parameters:
e
type
attr
Returns
0 if the entry contains the specified attribute, or -1 if the entry does not contain the attribute.