![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 560](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642560.webp)
Parameters Accessible to All Plug-Ins
560
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Entry Plug-Ins
The parameters listed below are used for entry store and entry fetch plug-in
functions. These plug-in functions are called by the server before writing an entry
to disk and after reading an entry from disk. Entry store and entry fetch plug-in
functions are passed using the string representation (in LDIF — LDAP Data
Interchange Format) of the entry.
Parameters Accessible to All Plug-Ins
The parameters listed in this section are accessible to all types of plug-ins. The
parameters in this section are organized in the following sections:
•
Information About the Database
•
Information About the Connection
•
Information About the Operation
•
Information About Extended Operations
•
Information About the Transaction
•
Information About Access Control Lists
•
Notes in the Access Log
•
Information About the Plug-In
•
Information About Command-Line Arguments
NOTE
The Directory Server caches recently added and retrieved entries in
memory. The entry fetch plug-in function is called only when
reading the entry from the disk, and not when reading the entry
from the cache.
Parameter ID
Description
SLAPI_PLUGIN_ENTRY_FETCH_FUNC
This function fetches information that represents an
LDAP entry.
SLAPI_PLUGIN_ENTRY_STORE_FUNC
This function stores information about an entry
that was fetched by the
SLAPI_PLUGIN_ENTRY_FETCH_FUNC
function.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...