/* 
 * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved 
 * Use of this product is subject to license terms. 
 * Some preexisting portions Copyright 2001 Netscape Communications Corp.
 * All rights reserved.
 */
                   ----------------------------
                      Sample Server Plug-Ins
                     for Directory Server 5.2
                   ----------------------------

This directory contains code for example server plug-ins intended for
use with the Sun Java(TM) System Directory Server 5.2.

    NOTE: Before compiling the example plug-ins provided here, change
          server-specific data in the examples to apply to your
          installation.

Refer to the product documentation for details on building, loading
and using the example plug-ins provided here.

clients
-------
This directory contains the source code for example clients that you
can use to test the server plug-ins.  See the README file in that
directory for details.

dns.c
-----
This example demonstrates how to manipulate DNs.

entries.c
---------
This example demonstrates how to work with entries.

hello.c
-------
This basic example logs a famous informational message.

internal.c
----------
This example demonstrates how to perform internal operations.

testbind.c
----------
This example demonstrates a pre-operation bind plug-in function that
handles authentication.  When processing an LDAP bind request, the
server calls this plug-in function before calling the database bind
function.

testentry.c
-----------
This example demonstrates an entry store plug-in function and an entry
fetch plug-in function.  You must be using the default database in
order for these plug-in functions to work.

testextendedop.c
----------------
This example demonstrates an extended operation plug-in function that
handles requests for the extended operation with the OID 1.2.3.4.  The
example should be used in conjunction with the example client in the
clients subdirectory.  The client request the extended operation
with the OID 1.2.3.4.

testpostop.c
------------
This example demonstrates post-operation plug-in functions.  These
functions are called after the server processes LDAP operations.  The
functions log changes to the directory in a change log file.

testpreop.c
-----------
This example demonstrates pre-operation plug-in functions.  These
functions are called before the server processes LDAP operations.

testpwdstore.c
--------------
This example demonstrates a password storage scheme plug-in with
trivial functions for encoding and comparing password attribute
values.

testsaslbind.c
--------------
This example demonstrates a pre-operation plug-in function that
implements a SASL mechanism.
/**
 * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved
 * Patents Pending.Use is subject to license terms.
 */
