Functions For Registering Additional Plug-Ins - Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual

Table of Contents

Advertisement

Functions for Registering Additional Plug-Ins

flag
Returns
This function returns 0 if the flag is not set and a non-zero value if the flag is set.
Description
The code sample below demonstrates how ACL checks for internal operations are
skipped if the plug-in specifies to not check for access control.
if (operation_is_flag_set(operation, SLAPI_OP_FLAG_NO_ACCESS_CHECK))
See Also
slapi_operation_set_flag()
slapi_operation_clear_flag()
Functions for Registering Additional Plug-Ins
This section contains reference information on interfaces that allow a plug-in to
register additional plug-ins.
Table 15-36 Routines for Registering Additional Plug-Ins
Function
slapi_register_plugin()
slapi_register_plugin()
Allows plug-in to register a plug-in.
552
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Flag to check. By default, only one flag can be checked, the
SLAPI_OP_FLAG_NO_ACCESS_CHECK flag, which specifies that
access control should not be checked.
return LDAP_SUCCESS;
}
// Success indicates that access is allowed.
Description
Allows a plug-in to register a plug-in.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents