Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 283

Table of Contents

Advertisement

Parameters
This function takes the following parameters:
e
type
value
Memory Concerns
This function makes a copy of the parameter
so, this function is roughly equivalent to
See Also
slapi_entry_attr_delete()
slapi_entry_attr_set_int()
Replaces the value or values of an attribute in an entry with a specified integer data
value.
Syntax
#include "slapi-plugin.h"
void slapi_entry_attr_set_int(Slapi_Entry* e, char *type,
int l);
Parameters
This function takes the following parameters:
e
type
l
Description
This function will replace the value or values of an attribute with the
value that you specify. If the attribute does not exist, it is created with the integer
value that you specify.
Entry in which you want to set the value.
Attribute type in which you want to set the value.
String value that you want to assign to the attribute.
slapi_entry_attr_delete()
Entry in which you want to set the value.
Attribute type in which you want to set the value.
Integer value that you want assigned to the attribute.
Functions for Managing Entries
.
can be
values
vaulues
Chapter 14
Function Reference
, and if
NULL
.
integer
283

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents