Functions for Dealing with Filters
slapi_entry_set_flag()
Sets a flag for a specified entry.
Syntax
#include "slapi-plugin.h"
void slapi_entry_set_flag( Slapi_Entry *e, unsigned char flag);
Parameters
This function takes the following parameters:
e
flag
Description
In current versions 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_clear_flag()
slapi_entry_flag_is_set()
Functions for Dealing with Filters
This section contains reference information on filter routines.
Table 15-13 Filter Routines
Function
slapi_filter_apply()
slapi_filter_compare()
slapi_filter_dup()
slapi_filter_free()
slapi_filter_get_attribute_type()
358
Netscape Directory Server Plug-in Programmer's Guide • October 2004
Entry for which you want to set the flags.
Flag that you want to set.
. This flag means that the entry is a
Description
Applies a function to each simple filter component within a complex
filter.
Determines if two filters are identical.
Duplicates the specified filter.
Frees the specified filter.
Gets the attribute type for all simple filter choices.
tombstone
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