Specifying Start And Close Functions; Processing An Ldap Bind Operation; Defining Functions For The Bind Operation - Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual

Table of Contents

Advertisement

Specifying Start and Close Functions

Specifying Start and Close Functions
For each pre-operation and post-operation plug-in, you can specify the name of a
function to be called after the server starts and before the server is shut down.
Use the following parameters to specify these functions:
SLAPI_PLUGIN_START_FN
SLAPI_PLUGIN_CLOSE_FN
If you register multiple plug-ins with different start and close functions, the
functions are called in the order that the plug-ins are registered (in other words, in
the order that the

Processing an LDAP Bind Operation

When the Directory Server receives an LDAP bind request from a client, the
front-end determines the DN that the client is attempting to bind as and the
authentication method being used. The front-end also gets the credentials used for
authentication, and (if SASL is used for authentication), the SASL mechanism used.

Defining Functions for the Bind Operation

In the parameter block, the following parameters specify plug-in functions that are
called in the process of executing a bind operation:
The
function.
The
function.
You register your plug-in functions by calling
parameters in your initialization function. (For details, see "Registering Your
Plug-In Functions" on page 34.)
78
Netscape Directory Server Plug-In Programmer's Guide • December 2003
directives appear in the server configuration file).
plugin
SLAPI_PLUGIN_PRE_BIND_FN
SLAPI_PLUGIN_POST_BIND_FN
Specifies the function called after the Directory Server
starts up.
Specifies the function called before the Directory Server
shuts down.
parameter specifies the pre-operation bind
parameter specifies the post-operation bind
slapi_pblock_set()
to set these

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