49.3. slapi_operation_clear_flag()

Clears the specified flag for the operation.
Syntax

#include "slapi-plugin.h"
void slapi_operation_clear_flag( Slapi_Operation *op, unsigned long flag)

Parameter
This function takes the following parameters:
op
Operation data structure.
flag
Flag to be cleared. By default, only one flag is supported, the SLAPI_OP_FLAG_NO_ACCESS_CHECK flag, which specifies that access control should not be checked.