]> git.sur5r.net Git - openldap/blob - README
Reflect addition of schema check error reporting and
[openldap] / README
1 OpenLDAP 2.0 README
2         
3         For a description of what this distribution contains, see the
4         ANNOUNCEMENT file in this directory.  For a description of
5         changes from previous releases, see the CHANGES file in this
6         directory.
7
8         This is the first release of 2.0 and includes significant
9         changes from prior releases.  The software may be a little
10         rough around the edges, use with appropriate care.  Those
11         seeking stable LDAP servers may want to use 1.2.
12
13
14 REQUIRED SOFTWARE
15         Build OpenLDAP requires a number of software packages to be
16         preinstalled.  Additional information regarding prerequisite
17         software can be found in the OpenLDAP Administrator's Guide.
18
19         Base system (libraries and tools):
20                 Standard C compiler (required)
21                 Cyrus SASL software (recommended)
22                 OpenSSL TLS software (recommended)
23                 POSIX REGEX software (required)
24
25         SLAPD:
26                 LDBM compatible datastore (required)
27                         [Sleepycat Berkeley DB 3.1 (recommended) or GDBM]
28
29         SLURPD:
30                 LTHREAD compatible thread package
31                         [POSIX threads, Mach Cthreads, select others]
32
33         CLIENTS/CONTRIB ware:
34                 Depends on package.  See per package README.
35
36
37 MAKING AND INSTALLING THE DISTRIBUTION
38         Please see the INSTALL file for basic instructions.  More
39         detailed instructions can be found in the OpenLDAP
40         Admnistrator's Guide (see DOCUMENTATION section).
41
42
43 DOCUMENTATION
44         There are man pages for most programs in the distribution and
45         routines in the various libraries.  See ldap(3) for details.
46
47         The OpenLDAP website is available and contains the latest LDAP
48         news, releases announcements, pointers to other LDAP resources,
49         etc..  It is located at:
50                 http://www.OpenLDAP.org/
51
52         The OpenLDAP Administrator's Guide is available at:
53                 http://www.openldap.org/doc/admin/
54
55         The OpenLDAP Software FAQ is available at:
56                 http://www.openldap.org/faq/index.cgi
57
58
59 SUPPORT / FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
60         OpenLDAP is user supported.  If you have problems, please
61         review the OpenLDAP FAQ <http://www.openldap.org/faq/> and
62         archives of the OpenLDAP-software and OpenLDAP-bugs mailing
63         lists <http://www.openldap.org/lists/>.  If you cannot find
64         the answer, please enquire on the OpenLDAP-software list.
65
66         Issues, such as bug reports, should be reported using our
67         our Issue Tracking System <http://www.OpenLDAP.com/its/> or
68         by sending mail to OpenLDAP-its@OpenLDAP.org.  Do not use
69         this system for software enquiries.  Please direct these
70         to an appropriate mailing list.
71
72 ---
73 $OpenLDAP$