Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 285

Table of Contents

Advertisement

Description
This function will replace the value or values of an attribute with the
integer
unsigned integer value you specify.
slapi_entry_attr_set_ulong()
Replaces the value or values of an attribute in an entry with a specified unsigned
long data type value.
Syntax
#include "slapi-plugin.h"
void slapi_entry_attr_set_ulong(Slapi_Entry* e, char *type,
unsigned long 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
long
unsigned long value that you specify.
slapi_entry_delete_string()
Deletes a string value from an attribute in an entry.
Syntax
#include "slapi-plugin.h"
int slapi_entry_delete_string(Slapi_Entry *e,
const char *type, const char *value);
value that you specify. If the attribute does not exist, it is created with the
Entry in which you want to set the value.
Attribute type in which you want to set the value.
Unsigned long value that you want assigned to the attribute.
value that you specify. If the attribute does not exist, it is created with the
Functions for Managing Entries
unsigned
unsigned
Chapter 14
Function Reference
285

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents