]> git.sur5r.net Git - openldap/blob - README
Fix typos
[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.dist
34                 contains distribution defaults.  This file is used to
35                 contruct Make-common and should not be edited except to
36                 add new features/options to the distribution.
37         
38         Make-common
39                 contains default definitions for where things will be
40                 installed, where to find various things, etc.  These defaults
41                 are used in absense of platform-specific defaults.  You may
42                 hardcode settings in Make-common if you desire.  You will
43                 need to edit this file to enable optional features.
44
45         build/*/Make-platform
46                 contains platform-specific defaults.
47
48         include/ldapconfig.h.edit
49                 This file contains #defines used by many parts of the
50                 distribution.  You'll at least want to change DEFAULT_BASE.
51
52     See the INSTALL file in this directory for more information.
53
54 DOCUMENTATION
55
56     There are man pages for most programs in the distribution and
57     routines in the various libraries.  See ldap(3) for details.
58
59     There is an OpenLDAP homepage available that contains the latest
60     LDAP news, releases announcements, pointers to other LDAP resources,
61     etc. You can access it at this URL:
62
63         http://www.OpenLDAP.org/
64
65 FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
66
67     We would appreciate any feedback you can provide.  If you have
68     problems, report them to this address:
69
70         OpenLDAP-bugs@OpenLDAP.org
71