![]() |
Plug-in
Programmer's Guide Netscape Directory Server |
| Previous |
Contents |
Index |
DocHome | Next |
This book describes how to write server plug-ins in order to customize and extend the capabilities of the Netscape Directory Server (Directory Server).
This book assumes you have this basic background:
The NSPR API allows compliant applications to use system facilities such as threads, thread synchronization, I/O, interval timing, atomic operations, and several other low-level services in a platform-independent manner.
The Directory Server runs on Windows NT and a number of different UNIX platforms; the information here applies to all versions. File and directory paths are given in UNIX format (with forward slashes separating directory names). For Windows versions, the directory paths are the same, except that you use backslashes instead of slashes to separate directories.
This book uses Uniform Resource Locators (URLs) of the form
In these URLs, <server> represents the name of the server on which you run your application (such as research1 or www), <domain> represents your Internet domain name (such as example.com), <path> represents the directory structure on the server, and <file>.html represents an individual filename.
If your server has Secure Sockets Layer (SSL) enabled, you would use https instead of http in the URL.
This book uses the following font conventions:
This book explains how to write your own server plug-ins to customize the Directory Server. You can write plug-ins that validate data before the data is stored in the directory, that notify users when data has changed, or that replace the standard database in the Directory Server with your own database.
The document set for Directory Server also contains the following guides:
For a list of documentation installed with Directory Server, open the <server_root>/manual/en/slapd/index.htm file, where <server_root> is the directory in which you installed Directory Server.
For the latest information about Directory Server, including current release notes, complete product documentation, technical notes, and deployment information, check this site:
For a list of LDAP standards-related documents, check this site: