Functions Related to Entry Flags
If an error occurred during the conversion process, the function returns NULL
instead of the entry.
When you are done working with the entry, you should call the
slapi_entry_free()
To convert an entry to a string description, call the
function.
See Also
slapi_filter_free()
Functions Related to Entry Flags
This section contains reference information on functions that are specific to entry
flags.
Table 15-12 Entry Flags
Function
slapi_entry_clear_flag()
slapi_entry_flag_is_set()
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
356
Netscape Directory Server Plug-in Programmer's Guide • October 2004
function.
Description
Clears a flag for a specified entry.
Checks if certain flags are set in an entry.
Sets a flag for an entry.
Entry in which you want to clear the flag settings.
Flag that you want to clear.
slapi_filter_free()
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?
Questions and answers