![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 346](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642346.webp)
Functions Related to Entry Flags
346
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
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:
Description
In this release of Directory Server, the only external flag that can be set is
SLAPI_ENTRY_FLAG_TOMBSTONE
. This flag means that the entry is a
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 );
slapi_entry_set_flag()
Sets a flag for an entry.
e
Entry in which you want to clear the flag settings.
flag
Flag that you want to clear.
Table 15-12
Entry Flags (Continued)
Function
Description
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...