Syntax
#include "slapi-plugin.h" int slapi_entry_delete_values( Slapi_Entry *e, char *type, struct berval **vals ); Parameters
#include "slapi-plugin.h" int slapi_entry_delete_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 removed the entry.
LDAP_NO_SUCH_ATTRIBUTE, if the specified attribute type or values cannot be found in the entry.