Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 550

Table of Contents

Advertisement

Functions Related to Data Interoperability
Memory Concerns
None.
See Also
None.
slapi_operation_set_flag()
Sets the specified flag for the operation.
Syntax
#include "slapi-plugin.h"
void slapi_operation_set_flag( Slapi_Operation *op,
Parameter
This function takes the following parameters:
op
flag
Description
The code sample demonstrates how the flag for the operation is to be set:
Slapi_Operation *op;
if ( slapi_pblock_get( pb, SLAPI_OPERATION, &op ) != 0 ) {
}
Memory Concerns
None.
See Also
slapi_operation_clear_flag()
slapi_is_flag_set()
550
Netscape Directory Server Plug-In Programmer's Guide • December 2003
unsigned long flag)
Operation data structure.
Flag to be set. By default, only one flag is supported, the
SLAPI_OP_FLAG_NO_ACCESS_CHECK flag, which specifies that
access control should not be checked.
slapi_operation_set_flag( op, SLAPI_OP_FLAG_NO_ACCESS_CHECK );

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - PLUG-IN and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Directory server 6.2

Table of Contents