Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual page 339

For plug-in
Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
int slapi_entry_delete_values_sv( Slapi_Entry *e,
const char *type, Slapi_Value **vals );
Parameters
This function takes the following parameters:
e
type
vals
Returns
This function returns
data values are deleted from the entry.
Slapi_Value
If the specified attribute contains a
attribute list, and the function returns
attribute is not found in the list of attributes for the specified entry, the function
returns
LDAP_NO_SUCH_ATTRIBUTE
If there is an operational error during the processing of this call such as a duplicate
value found, the function will return
please report the problem to the Netscape Technical Support.
Description
This function removes an attribute/value set from an entry. Note that both the
attribute and its
Slapi_Value
supply a
Slapi_Value
attribute from the entry. In either case, the function returns
This function replaces the deprecated
This function uses
Slapi_Value
attribute values.
berval
Memory Concerns
The
parameter can be
vals
See Also
slapi_entry_delete_values()
Entry from which you want to delete values.
Attribute from which you want to delete values.
Array of Slapi_Value data values that you want to delete.
if the specified attribute and the array of
LDAP_SUCCESS
value, the attribute is deleted from the
NULL
LDAP_NO_SUCH_ATTRIBUTE
.
LDAP_OPERATIONS_ERROR
data values are removed from the entry. If you
whose value is
NULL
slapi_entry_delete_values()
attribute values instead of the now obsolete
, in which case this function does nothing.
NULL
Functions for Managing Entries
. If this occurs,
, the function will delete the specified
LDAP_SUCCESS
Chapter 15
Function Reference
. As well, if the
.
function.
339

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents