From: Kurt Zeilenga Date: Thu, 1 Apr 1999 03:17:44 +0000 (+0000) Subject: Update docs in preparation for release of 1.2.1 X-Git-Tag: OPENLDAP_REL_ENG_1_2_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1048174e5695787ee0d5b9e890de292d7807e05e;p=thirdparty%2Fopenldap.git Update docs in preparation for release of 1.2.1 --- diff --git a/CHANGES b/CHANGES index 8607ef07f9..a599e72740 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ OpenLDAP Change Log Changes included in OpenLDAP 1.2.1 - CVS Tag: OPENLDAP_REL_ENG_1_2 + CVS Tag: OPENLDAP_REL_ENG_1_2_1 Updated ctype and string generic headers Fixed ctype 'unsigned char' bug Fixed slapd back-ldbm derefDN crash bug diff --git a/INSTALL b/INSTALL index 1aaec4a207..3e3fbca00f 100644 --- 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 057a17cfb3..9d3fdc119a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -OpenLDAP 1.2 README +OpenLDAP 1.2.1 README For a description of what this distribution contains, see the ANNOUNCEMENT file in this directory. For a description of @@ -37,24 +37,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