Go to file
2002-06-10 20:03:48 +00:00
build Return to release engineering 2002-06-10 17:34:37 +00:00
clients Import ITS#1022 NULL domainpart from HEAD 2002-06-06 05:50:50 +00:00
contrib Import change from head. 2002-05-02 08:14:41 +00:00
doc update param error description 2002-06-06 05:27:23 +00:00
include Ready for release 2002-06-09 18:17:59 +00:00
libraries Import ITS#1865 cond_broadcast fix from HEAD 2002-06-08 03:55:37 +00:00
servers Refix for ITS#1721. Return LDAP_PROTOCOL_ERROR when reqdata is empty. 2002-06-10 20:03:48 +00:00
tests ACL fixes from devel 2002-03-23 23:18:42 +00:00
acconfig.h Update copyrights in re20 as well 2002-01-04 21:29:47 +00:00
acinclude.m4 Update copyrights in re20 as well 2002-01-04 21:29:47 +00:00
aclocal.m4 Update copyrights in re20 as well 2002-01-04 21:29:47 +00:00
ANNOUNCEMENT Fix typo 2000-09-01 16:33:14 +00:00
CHANGES Refix for ITS#1721. Return LDAP_PROTOCOL_ERROR when reqdata is empty. 2002-06-10 20:03:48 +00:00
configure Minor Berkeley DB 4 detection updates 2002-01-25 17:02:29 +00:00
configure.in cthreads detection fix from HEAD to resolve ITS#1554 2002-01-24 18:03:02 +00:00
COPYRIGHT Update copyrights in re20 as well 2002-01-04 21:29:47 +00:00
INSTALL Update release files 2002-03-23 23:18:54 +00:00
LICENSE Update to latest 2001-09-08 04:34:11 +00:00
Make-common Initial revision 1998-08-09 00:43:13 +00:00
Make-common.um Initial revision 1998-08-09 00:43:13 +00:00
Makefile Initial revision 1998-08-09 00:43:13 +00:00
Makefile.in Update copyrights in re20 as well 2002-01-04 21:29:47 +00:00
README Update release files 2002-03-23 23:18:54 +00:00

OpenLDAP 2.0 README
	
	For a description of what this distribution contains, see the
	ANNOUNCEMENT file in this directory.  For a description of
	changes from previous releases, see the CHANGES file in this
	directory.

	This is 2.0 release.  2.0 releases includes significant changes
	from prior releases.  


REQUIRED SOFTWARE
	Build OpenLDAP requires a number of software packages to be
	preinstalled.  Additional information regarding prerequisite
	software can be found in the OpenLDAP Administrator's Guide.

	Base system (libraries and tools):
		Standard C compiler (required)
		Cyrus SASL 1.5 (recommended)
		OpenSSL 0.9 (recommended)
		POSIX REGEX software (required)

	SLAPD:
		LDBM compatible datastore (required)
			[Sleepycat Berkeley DB 4 (recommended) or GDBM]

	SLURPD:
		LTHREAD compatible thread package
			[POSIX threads, Mach Cthreads, select others]

	CLIENTS/CONTRIB ware:
		Depends on package.  See per package README.


MAKING AND INSTALLING THE DISTRIBUTION
	Please see the INSTALL file for basic instructions.  More
	detailed instructions can be found in the OpenLDAP
	Admnistrator's Guide (see DOCUMENTATION section).


DOCUMENTATION
	There are man pages for most programs in the distribution and
	routines in the various libraries.  See ldap(3) for details.

	The OpenLDAP website is available and contains the latest LDAP
	news, releases announcements, pointers to other LDAP resources,
	etc..  It is located at:
		http://www.OpenLDAP.org/

	The OpenLDAP Administrator's Guide is available at:
		http://www.openldap.org/doc/admin/

	The OpenLDAP Software FAQ is available at:
		http://www.openldap.org/faq/index.cgi


SUPPORT / FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
	OpenLDAP is user supported.  If you have problems, please
	review the OpenLDAP FAQ <http://www.openldap.org/faq/> and
	archives of the OpenLDAP-software and OpenLDAP-bugs mailing
	lists <http://www.openldap.org/lists/>.  If you cannot find
	the answer, please enquire on the OpenLDAP-software list.

	Issues, such as bug reports, should be reported using our
	our Issue Tracking System <http://www.OpenLDAP.org/its/> or
	by sending mail to OpenLDAP-its@OpenLDAP.org.  Do not use
	this system for software enquiries.  Please direct these
	to an appropriate mailing list.

---
$OpenLDAP$