]> git.sur5r.net Git - openldap/blob - README
Import of Umich LDAP 3.3
[openldap] / README
1 UM-LDAP 3.3 README file
2
3     This is the UM-LDAP version 3.3 distribution.  For a description of
4     what this distribution contains, see the ANNOUNCEMENT file in this
5     directory.  For a description of changes from previous releases,
6     see the CHANGES file in this directory.  For a more detailed
7     description of how to make and install the distribution, see the
8     INSTALL file in this directory.  For more information on making and
9     installing slapd, see the "SLAPD and SLURPD Administrator's Guide"
10     in the doc/guides/ directory.
11
12 MAKING AND INSTALLING THE DISTRIBUTION
13
14     You should be able to make and install the distribution with a pretty
15     standard default configuration by typing the following commands
16
17         % make
18         % su
19         # make install
20
21     in this directory.  This should produce something that basically
22     works.
23
24     You will probably want to do a little configuration to suit your
25     site, though.  There are two files you might want to edit:
26
27         Make-common                This file contains definitions for
28                                    where things will be installed, where
29                                    to find various things, etc.  If you
30                                    want to build an ldap server, you'll
31                                    definitely need to edit this file
32
33         include/ldapconfig.h.edit  This file contains #defines used
34                                    by many parts of the distribution.
35                                    You'll at least want to change
36                                    DEFAULT_BASE.
37
38     See the INSTALL file in this directory for more information.
39
40 DOCUMENTATION
41
42     There are man pages for most programs in the distribution and
43     routines in the various libraries.  See ldap(3) for details.
44
45     There is a postscript version of an administrator's guide for
46     slapd in doc/guides/slapd.ps.
47
48     There is an LDAP homepage available that contains the latest
49     LDAP news, releases announcements, pointers to other LDAP resources,
50     etc. You can access it at this URL:
51
52         http://www.umich.edu/~rsug/ldap/
53
54 FEEDBACK / PROBLEM REPORTS
55
56     We would appreciate any feedback you can provide.  If you have
57     problems, report them to this address:
58
59         ldap-support@umich.edu