]> git.sur5r.net Git - openldap/commitdiff
Remove quick install guide from README, it's too quick. Update INSTALL.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 28 Mar 1999 21:33:32 +0000 (21:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 28 Mar 1999 21:33:32 +0000 (21:33 +0000)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index 1aaec4a207b968efecc1e2e4f1659bed046bd064..3e3fbca00f6878282269856d0009ca4c7083f7cc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -102,19 +102,17 @@ 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
 
-    There are section 5 man pages for all of these files.
-
- 9. edit client configuration files as needed.
-       See ldap.conf(5) for details.
+       Server configuration files:
+         ldapd.conf           - LDAP - X.500 daemon
+         slapd.conf           - Standalone LDAP daemon
 
-10. edit server configuration files as needed.
-       See slapd.conf(5) if running slapd.
-       See ldapd.conf(5) if running ldapd.
+    There are section 5 man pages for all of these files.
 
 
 Building LDAP For More Than One Platform
diff --git a/README b/README
index 8ad7405cc9e6610acc5e44cc0f081e834f700ad8..1e0f924e213f7861f2cc97999122b1e3d2a77963 100644 (file)
--- a/README
+++ b/README
@@ -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