/**
 * Portions 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 LDAP Clients That
                      Work with Server Plug-Ins 
                     ---------------------------
  
This directory contains code for sample LDAP v3 clients intended for
use with the sample server plug-ins.
  
Support for developing directory service clients is offered in the
Directory Server Resource Development Kit. Download the latest
version of the Directory Server Resource Development Kit from the
following location:
  
          http://wwws.sun.com/software/download/
  
The Directory Server Resource Development Kit provides many useful
tools in addition to C and Java(TM) language APIs for developing
directory client applications.
  
reqextop.c
----------
This example LDAP client requests an extended operation.  Use it 
with the testextendedop.c server plug-in, which handles an extended
operation having OID 1.2.3.4.

saslclient.c
------------
This example LDAP client binds using a custom SASL mechanism.  Use it
with the testsaslbind.c server plug-in, which implements a sample
SASL mechanism.
/**
 * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved
 * Patents Pending.Use is subject to license terms.
 */
