Slapi_Rdn - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Summary of Data Types and Structures
Syntax
typedef struct slapi_plugindesc {
char *spd_id;
char *spd_vendor;
char *spd_version;
char *spd_description;
} Slapi_PluginDesc;
Parameters
The function has the following parameters:
spd_id
spd_vendor
spd_version
spd_description
Description
Slapi_PluginDesc
initialization function, you specify information about your plug-in in this
structure and call
SLAPI_PLUGIN_DESCRIPTION
See Also
For more information on using
information, see "Specifying Information about the Plug-in," on page 43.

Slapi_RDN

Represents a relative distinguished name in a directory entry.
Syntax
#include "slapi-plugin.h"
typedef struct slapi_rdn Slapi_RDN;
218
Netscape Directory Server Plug-in Programmer's Guide • October 2004
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. 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.
represents information about a server plug-in. In your
slapi_pblock_set()
parameter.
Slapi_PluginDesc
to put the structure in the
to specify plug-in

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents