Remove quick install guide from README, it's too quick. Update INSTALL.

This commit is contained in:
Kurt Zeilenga 1999-03-28 21:33:32 +00:00
parent 5c931bdffa
commit a45bbea505
2 changed files with 10 additions and 29 deletions

20
INSTALL
View File

@ -102,20 +102,18 @@ these steps:
These configuration files are located in the OpenLDAP
configuration directory (normally /usr/local/etc/openldap).
ldap.conf - LDAP defaults
ldapfilter.conf - search filter configuration
ldapsearchprefs.conf - search object definitions
ldaptemplates.conf - display template definitions
Client configuration files:
ldap.conf - client defaults
ldapfilter.conf - search filter configuration
ldapsearchprefs.conf - search object definitions
ldaptemplates.conf - display template definitions
Server configuration files:
ldapd.conf - LDAP - X.500 daemon
slapd.conf - Standalone LDAP daemon
There are section 5 man pages for all of these files.
9. edit client configuration files as needed.
See ldap.conf(5) for details.
10. edit server configuration files as needed.
See slapd.conf(5) if running slapd.
See ldapd.conf(5) if running ldapd.
Building LDAP For More Than One Platform

19
README
View File

@ -50,24 +50,7 @@ REQUIRED SOFTWARE
MAKING AND INSTALLING THE DISTRIBUTION
This is a quick guide. For details, see the INSTALL file.
% ./configure
configure OpenLDAP for current platform
% make depend
this will create dependency information
% make
this will build the system
% su
# make install
in this directory. This should produce something that basically
works. You can "cd tests; make" to verify the build.
See the INSTALL file in this directory for more information.
Please see the INSTALL file for details.
DOCUMENTATION