HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
Figure 1-2 Architecture of the Directory Server and server plug-ins
1.4 Using Directory Server plug-in APIs
When using Directory Server plug-in APIs, you should be aware of the following:
Plug-in files and examples are installed separately from other Directory Server packages,
and these files can be installed in any directory.
The main header file is /opt/dirsrv/devel/include/slapi-plugin.h.
Plug-in directives can be added to the
/etc/opt/dirsrv/slapd-instance_name/dse.ldif file. See chapter 2, "Core Server
Configuration Reference," in the HP-UX Directory Server configuration, command, and file
reference for information on the syntax of this file.
Database plug-ins are not supported in Directory Server. Be sure to use the preoperation,
postoperation, or extended operation API to register plug-in functions.
To comply with IPv6, Directory Server Plugin Programmers Guide can use the
SLAPI_CONN_CLIENTEDADDR and SLAPI_CONNSERVERADDR parameters to allow plug-ins
to recognize the IP address of the LDAP client and server. These new parameters use the
1.4 Using Directory Server plug-in APIs 27