Go to file
1999-01-28 19:26:21 +00:00
build Update mkdep to handle multiple files on same line 1999-01-28 19:26:21 +00:00
clients remove wait3 rusage check. Consistently use wait4 instead. 1999-01-23 23:20:06 +00:00
contrib
doc Import ldap_open.3 update. 1999-01-28 19:24:30 +00:00
include Import minor configure.in cleanup from -devel. 1999-01-24 01:47:09 +00:00
libraries Add in Ksp's LDBM appinit changes. 1999-01-23 22:44:26 +00:00
servers possible fix for ITS#29, ITS#53: delete 'operation errors' 1999-01-28 17:43:36 +00:00
tests Import updated SLAPD .args/.pid file handling from devel. 1999-01-23 22:24:58 +00:00
acconfig.h Import latest from -devel: 1999-01-14 02:02:03 +00:00
acinclude.m4 Update copyright of build environment, includes, and liblber/libldap. 1998-12-31 20:32:03 +00:00
aclocal.m4 Update copyright of build environment, includes, and liblber/libldap. 1998-12-31 20:32:03 +00:00
ANNOUNCEMENT Import changes made to 1.1 that belonged in 1.2. 1999-01-20 04:13:52 +00:00
CHANGES Update mkdep to handle multiple files on same line 1999-01-28 19:26:21 +00:00
configure Import minor configure.in cleanup from -devel. 1999-01-24 01:47:09 +00:00
configure.in Import minor configure.in cleanup from -devel. 1999-01-24 01:47:09 +00:00
COPYRIGHT Update copyright of build environment, includes, and liblber/libldap. 1998-12-31 20:32:03 +00:00
INSTALL Import FAQ-o-Matic URLs from re11. 1999-01-24 02:17:56 +00:00
LICENSE Import doc changes from devel 1999-01-18 18:00:18 +00:00
Make-common
Make-common.um
Makefile
Makefile.in Import latest from -devel: 1999-01-14 02:02:03 +00:00
README Import FAQ-o-Matic URLs from re11. 1999-01-24 02:17:56 +00:00

OpenLDAP 1.1.1 README
	This is the OpenLDAP Release 1.1.1.

	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.

	For a more detailed description of how to make an install the
	distribution, see the INSTALL file in this directory.  Additional
	installation information, such as per platform hints can be found
	in the doc/install directory.

	For more information:
		http://www.OpenLDAP.org/software/


REQUIRED SOFTWARE
	Build OpenLDAP requires the following software components:

	Base system (libraries and tools):
		Standard C compiler, headers, and libraries
		POSIX REGEX headers and libraries

	SLAPD:
		LDBM compatible datastore
			(Sleepycat Berkeley DB 2.3.16 or GDBM)

	SLURPD:
		LTHREAD compatible thread package
			(POSIX pthreads, MIT pthreads, Mach Cthreads or Sun LWP)

	LDAPD:
		ISODE compatible X.500 distribution

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

MAKING AND INSTALLING THE DISTRIBUTION
	This is a quick guide.  For details, see the INSTALL file.

	% ./configure
		configure OpenLDAP for current platform

	% make depend
		this will create dependency information

	% make 
		this will build the system

	% su
	# make install

	in this directory.  This should produce something that basically
	works.  You can "cd tests; make" to verify the build.

	See the INSTALL file in this directory for more information.


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

	Additional documentation can be found in the doc directory.
		doc/devel   Developer Information
		doc/drafts  LDAP-related IETF drafts
		doc/install Installation and Integration
		doc/man     Raw man(1) pages
		doc/rfcs    LDAP-related Request for Comments

	There is an OpenLDAP home page available that contains the latest
	LDAP news, releases announcements, pointers to other LDAP resources,
	etc..  It is located at:
		http://www.OpenLDAP.org/

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


FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
	We would appreciate any feedback you can provide.  If you have
	problems, report them using our Issue Tracking System:

		http://www.OpenLDAP.com/its/

	or by sending e-mail to:

		OpenLDAP-its@OpenLDAP.org

	Additional mailing lists are available.  Please see:

		http://www.OpenLDAP.com/lists/