]> git.sur5r.net Git - openldap/blobdiff - INSTALL
Add cn=monitor, cn=config, cn=schema to namingContexts.
[openldap] / INSTALL
diff --git a/INSTALL b/INSTALL
index ba3a037a03bb83a2fca001f6cabc62f39e506b35..752ced0b3b504f6f6d3d28db1228f48af1617c60 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -47,12 +47,7 @@ these steps:
        See the 'USING ENVIRONMENT VARIABLES' section for information
        on how to use the variables. 
 
- 3. edit the file include/ldapconfig.h.edit to configure
-    the software for your site (the files are well-commented):
-
-       % vi include/ldapconfig.h.edit
-
- 4. Configure the build system
+ 3. Configure the build system
 
        % [env settings] ./configure [options]
 
@@ -60,6 +55,11 @@ these steps:
        appropriate settings.  Use configure enable/with options and/or
        environment variables to obtain desired results.
 
+ 4. Review the file include/ldapconfig.h.edit.
+       You generally do not need to modify this file.  
+
+       % vi include/ldapconfig.h.edit
+
  5. Build dependencies
 
        % make depend
@@ -102,10 +102,15 @@ 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.