Netscape logo Plug-In Programmer's Guide
Netscape Directory Server

Previous      Contents      Index      DocHome      Next     

Preface


This book describes how to write server plug-ins in order to customize and extend the capabilities of the Netscape Directory Server (Directory Server).

What You Should Already Know


This book assumes you have this basic background:

Using Directory Server Plug-In APIs


Note the following:

Document Conventions


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

http://<server>.<domain>/<path>/<file>.html

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:

Where to Find Directory Server Information


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: http://enterprise.netscape.com/docs

For a list of LDAP standards-related documents, check this site:

http://www.mozilla.org/directory/standards.html



Previous      Contents      Index      DocHome      Next     

© 2001 Sun Microsystems, Inc. Portions copyright 1999, 2002-2003 Netscape Communications Corporation. All rights reserved.
Read the Full Copyright and Thrid-Party Acknowledgments.


Last Updated October 30, 2003