Skip to content
Snippets Groups Projects
README 2.37 KiB
Newer Older
  • Learn to ignore specific revisions
  • Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    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 the first release of 2.0 and includes significant
    	changes from prior releases.  The software may be a little
    	rough around the edges, use with appropriate care.  Those
    	seeking stable LDAP servers may want to use 1.2.
    
    REQUIRED SOFTWARE
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    	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.
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    	Base system (libraries and tools):
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    		Standard C compiler (required)
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    		Cyrus SASL 1.5 (recommended)
    		OpenSSL 0.9 (recommended)
    
    		POSIX REGEX software (required)
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    		LDBM compatible datastore (required)
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    			[Sleepycat Berkeley DB 3.2 (recommended) or GDBM]
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    	SLURPD:
    		LTHREAD compatible thread package
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    			[POSIX threads, Mach Cthreads, select others]
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    	CLIENTS/CONTRIB ware:
    		Depends on package.  See per package README.
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    MAKING AND INSTALLING THE DISTRIBUTION
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    	Please see the INSTALL file for basic instructions.  More
    	detailed instructions can be found in the OpenLDAP
    	Admnistrator's Guide (see DOCUMENTATION section).
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    DOCUMENTATION
    
    	There are man pages for most programs in the distribution and
    	routines in the various libraries.  See ldap(3) for details.
    
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    	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/
    
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    	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
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    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
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    	lists <http://www.openldap.org/lists/>.  If you cannot find
    	the answer, please enquire on the OpenLDAP-software list.
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    
    	Issues, such as bug reports, should be reported using our
    	our Issue Tracking System <http://www.OpenLDAP.com/its/> or
    	by sending mail to OpenLDAP-its@OpenLDAP.org.  Do not use
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    	this system for software enquiries.  Please direct these
    	to an appropriate mailing list.
    
    Kurt Zeilenga's avatar
    Kurt Zeilenga committed
    
    ---
    $OpenLDAP$