Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 174

Table of Contents

Advertisement

Summary of Data Types and Structures
Slapi_PluginDesc
Slapi_PluginDesc
initialization function, you specify information about your plug-in in this structure
and call
SLAPI_PLUGIN_DESCRIPTION
Slapi_PluginDesc
typedef struct slapi_plugindesc {
char *spd_id;
char *spd_vendor;
char *spd_version;
char *spd_description;
} Slapi_PluginDesc;
The fields in this structure are described below:
spd_id
spd_vendor
spd_version
spd_description
For more information on using
see "Specifying Information About the Plug-In" on page 33.
174
Netscape Directory Server Plug-In Programmer's Guide • May 2002
represents information about a server plug-in. In your
slapi_pblock_set()
is defined as follows:
Unique identifier for the server plug-in.
Name of the vendor supplying the server plug-in (for
example, example.com).
Version of the server plug-in used for your own tracking
purposes (for example, 0.5). Note that this is different from
the value of the SLAPI_PLUGIN_VERSION, which specifies
the general version of plug-in technology; the Directory
Server uses that version to determine if it supports a plug-in.
Description of the server plug-in.
to put the structure in the
parameter.
Slapi_PluginDesc
to specify plug-in information,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents