Adds the specified values to an entry. If any of the values already exist, the function returns with an error. If you do not want errors returned for duplicate values, call the slapi_entry_attr_merge() function instead.
Syntax
#include "slapi-plugin.h"
int slapi_entry_add_values( Slapi_Entry *e, char *type, struct
berval **vals );
Parameters
The function has the following parameters:
Returns
One of the following values:
Example
[To be added]
See Also