Syntax
#include "slapi-plugin.h" int slapi_entry_add_values( Slapi_Entry *e, char *type, struct berval **vals ); Parameters
#include "slapi-plugin.h" int slapi_entry_add_values( Slapi_Entry *e, char *type, struct berval **vals );
The function has the following parameters:
e
type
vals
Returns
One of the following values:
LDAP_SUCCESS, if the values were successfully added to the entry.
LDAP_TYPE_OR_VALUE_EXISTS, if any of the specified values already exists in the entry.
LDAP_CONSTRAINT_VIOLATION, if the values could not be added to the entry.