HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
DescriptionData typeParameter ID
Specifies the return value of the LDAP operation that
has just been processed.
intSLAPI_PLUGIN_OPRETURN
Reserved for internal use only; used with filter
processing.
void *SLAPI_PLUGIN_OBJECT
Reserved for internal use only; used with filter
processing.
void *SLAPI_PLUGIN_DESTROY_FN
Provides a description of this plug-in function.
char *SLAPI_PLUGIN_DESCRIPTION
Identifies this plug-in function.
char *SLAPI_PLUGIN_IDENTITY
53.8.1 Types of plug-ins
The SLAPI_PLUGIN_TYPE parameter can have one of the following values, which identifies the
type of the current plug-in:
DescriptionDefined Constant
Deprecated.
SLAPI_PLUGIN_DATABASE
Extended operation plug-in.
SLAPI_PLUGIN_EXTENDEDOP
Preoperation/data validation plug-in.
SLAPI_PLUGIN_PREOPERATION
Postoperation/data notification plug-in.
SLAPI_PLUGIN_POSTOPERATION
Matching rule plug-in.
SLAPI_PLUGIN_MATCHINGRULE
Syntax plug-in.
SLAPI_PLUGIN_SYNTAX
Access control plug-in.
SLAPI_PLUGIN_ACL
Database preoperation plug-in.
SLAPI_PLUG_BEPREOPERATION
Database postoperation plug-in.
SLAPI_PLUGIN_BEPOSTOPERATION
Password storage scheme plug-in.
SLAPI_PLUGIN_PWD_STORAGE_SCHEME
Reverse password storage scheme plug-in.
SLAPI_PLUGIN_REVER_PWD_STORAGE_SCHEME
Virtual attribute service provider plug-in.
SLAPI_PLUGIN_VATTR_SP
Indexing plug-in.
SLAPI_PLUGIN_INDEX
Object type plug-in.
SLAPI_PLUGIN_TYPE_OBJECT
Plug-in that fetches and stores an entry from the default back end
database (ldbm).
SLAPI_PLUGIN_LDBM_ENTRY_FETCH_STORE
53.8.2 Version information
To set the value of the SLAPI_PLUGIN_VERSION parameter, you can specify one of the following
values:
DescriptionDefined Constant
The current version of the Directory Server plug-in.
SLAPI_PLUGIN_CURRENT_VERSION
Version 1 of the plug-in interface, which is supported by the
Directory Server 3.x and subsequent releases (including 4.0).
SLAPI_PLUGIN_VERSION_01
53.8 Information about the plug-in 395