]> git.sur5r.net Git - openldap/blob - README
Update notices to use "OpenLDAP Foundation" instead of
[openldap] / README
1 OpenLDAP 1.0 README
2
3     This is the OpenLDAP version 1.0 distribution.
4
5         For a description of what this distribution contains, see the
6         ANNOUNCEMENT file in this directory.  For a description of
7         changes from previous releases, see the CHANGES file in this
8         directory.  For a more detailed description of how to make an
9         install the distribution, see the INSTALL file in this directory.
10
11         For more information:
12                 http://www.OpenLDAP.org/
13
14 MAKING AND INSTALLING THE DISTRIBUTION
15
16     You should be able to make and install the distribution with a pretty
17     standard default configuration by typing the following commands
18
19         % make
20                 this will copy Make-common.dist to Make-common.
21                 Edit Make-common as desired.
22         % make 
23                 this will build the system
24         % su
25         # make install
26
27     in this directory.  This should produce something that basically
28     works.
29
30     You will probably want to do a little configuration to suit your
31     site, though.  There are two files you might want to edit:
32
33         Make-common
34                 contains default definitions for where things will be
35                 installed, where to find various things, etc.  These defaults
36                 are used in absense of platform-specific defaults.  You may
37                 hardcode settings in Make-common if you desire.  You will
38                 need to edit this file to enable optional features.
39
40         build/*/Make-platform
41                 contains platform-specific defaults.
42
43         include/ldapconfig.h.edit
44                 This file contains #defines used by many parts of the
45                 distribution.  You'll at least want to change DEFAULT_BASE.
46
47     See the INSTALL file in this directory for more information.
48
49 DOCUMENTATION
50
51     There are man pages for most programs in the distribution and
52     routines in the various libraries.  See ldap(3) for details.
53
54     There is an OpenLDAP homepage available that contains the latest
55     LDAP news, releases announcements, pointers to other LDAP resources,
56     etc. You can access it at this URL:
57
58         http://www.OpenLDAP.org/
59
60 FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
61
62     We would appreciate any feedback you can provide.  If you have
63     problems, report them to this address:
64
65         OpenLDAP-bugs@OpenLDAP.org
66