HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
“slapi_entry_clear_flag()”
“slapi_entry_set_flag()”
25.3 slapi_entry_set_flag()
Sets a flag for a specified entry.
Description In current versions 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.
Syntax
#include "slapi-plugin.h"
void slapi_entry_set_flag( Slapi_Entry *e, unsigned char flag);
Parameters This function takes the following parameters:
Entry for which you want to set the flags.
e
Flag that you want to set.
flag
See also
“slapi_entry_clear_flag()”
“slapi_entry_flag_is_set()”
234 Functions related to entry flags