Syntax
#include "slapi-plugin.h" int slapi_entry_attr_replace( Slapi_Entry *e, char *type, struct berval **vals );
Parameters
The function has the following parameters:
Returns
One of the following values:
0 if successful.
-1 if an error occurred.
[To be added]
See Also