Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 208

Table of Contents

Advertisement

Summary of Data Types and Structures
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
see "Specifying Information About the Plug-In."
Slapi_RDN
Represents a relative distinguished name in a directory entry.
Syntax
#include slapi-plugin.h
typedef struct slapi_rdn Slapi_RDN;
Description
Slapi_RDN
distinguished name in the server plug-in.
The following table summarizes the front-end API functions that you can call to
work with relative distinguished names.
To do this...
Add a new RDN to an existing
RDN structure
Compare two RDNs
Check if a Slapi_RDN structure
holds any RDN matching a give
type/value pair
Check if a Slapi_RDN structure
contains any RDN matching a given
type
Clear a Slapi_RDN structure
Free a Slapi_RDN structure
Get the type/value pair of the first
RDN
208
Netscape Directory Server Plug-In Programmer's Guide • August 2002
represents information about a server plug-in. In your
slapi_pblock_set()
is the data type for an opaque structure that represents a relative
to put the structure in the
parameter.
Slapi_PluginDesc
Call this function
slapi_rdn_add()
slapi_rdn_compare()
slapi_rdn_contains()
slapi_rdn_contains_attr()
slapi_rdn_done()
slapi_rdn_free()
slapi_rdn_get_first()
to specify plug-in information,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents