From 2bd7e5138d9182ada152964dff2e1c40051147cd Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 16 Sep 2019 09:00:20 +0000 Subject: [PATCH] Tweak openldap page for jhalfs: - make client install nodump - change a note to a warning (it is one: do not use on production) (not related to jhalfs) - fix an spurious "the" (not related to jhalfs either) git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22153 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- server/other/openldap.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/other/openldap.xml b/server/other/openldap.xml index 7b7c106e9e..60dafd39a5 100644 --- a/server/other/openldap.xml +++ b/server/other/openldap.xml @@ -116,7 +116,7 @@ instead of the following ones (no test suite available): -patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch && +patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch && autoconf && ./configure --prefix=/usr \ @@ -133,7 +133,7 @@ make Then, as the root user: -make install +make install ln -sf ../lib/slapd /usr/sbin/slapd @@ -391,14 +391,14 @@ cp -vfr doc/{drafts,rfc,guide} \ sed 's/\.la$/.so/' -i /etc/openldap/slapd.{conf,ldif}{,.default} --> - + The instructions above install an empty LDAP structure and a default /etc/openldap/slapd.conf file, which are suitable for testing the build and other packages using LDAP. Do not use them on a production server. - + Resources to assist you with topics such as choosing a directory @@ -475,7 +475,7 @@ cp -vfr doc/{drafts,rfc,guide} \ - You'll need to modify the + You'll need to modify /etc/sysconfig/slapd /etc/default/slapd to include the parameters needed for your specific configuration. See