From 2f1d1482f20abb7b27df89fbc799a6b3ce66fd2c Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 4 Jun 2017 14:55:44 +0000 Subject: [PATCH] Remove unnecessary note for OpenSSL. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18786 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- packages.ent | 2 +- postlfs/security/openssl.xml | 4 +--- server/other/openldap.xml | 15 +++++++-------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/packages.ent b/packages.ent index 21d8e63ac9..94e66baf94 100644 --- a/packages.ent +++ b/packages.ent @@ -491,7 +491,7 @@ - + diff --git a/postlfs/security/openssl.xml b/postlfs/security/openssl.xml index d8077654c5..30c920fd51 100644 --- a/postlfs/security/openssl.xml +++ b/postlfs/security/openssl.xml @@ -97,9 +97,7 @@ make - To test the results, issue: make test. One test will - fail if not run as the root - user (not recommended). + To test the results, issue: make test. diff --git a/server/other/openldap.xml b/server/other/openldap.xml index 3362383d65..e21668347a 100644 --- a/server/other/openldap.xml +++ b/server/other/openldap.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -85,13 +85,13 @@ Recommended and - + Optional , - (currently broken), + , , , or @@ -168,7 +168,6 @@ useradd -c "OpenLDAP Daemon Owner" \ running the following commands: - patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch && autoconf && @@ -178,7 +177,7 @@ autoconf && --libexecdir=/usr/lib \ --disable-static \ --disable-debug \ - --with-tls=gnutls \ + --with-tls=openssl \ --with-cyrus-sasl \ --enable-dynamic \ --enable-crypt \