Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 346

Table of Contents

Advertisement

Functions Related to Entry Flags
Table 15-12 Entry Flags (Continued)
Function
slapi_entry_set_flag()
slapi_entry_clear_flag()
Clears a flag for a specified entry.
Syntax
#include "slapi-plugin.h"
void slapi_entry_clear_flag( Slapi_Entry *e, unsigned char flag);
Parameters
This function takes the following parameters:
e
flag
Description
In this release of Directory Server, the only external flag that can be set is
SLAPI_ENTRY_FLAG_TOMBSTONE
entry. More flags may be exposed in future releases. Do not use your own flags.
See Also
slapi_entry_flag_is_set()
slapi_entry_set_flag()
slapi_entry_flag_is_set()
Determines if certain flags are set for a specified entry.
Syntax
#include "slapi-plugin.h"
int slapi_entry_flag_is_set( const Slapi_Entry *e,
unsigned char flag );
346
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Description
Sets a flag for an entry.
Entry in which you want to clear the flag settings.
Flag that you want to clear.
. This flag means that the entry is a
tombstone

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents