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