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
This commit is contained in:
Pierre Labastie 2019-09-16 09:00:20 +00:00
parent 58dfbe3cd0
commit 2bd7e5138d

View File

@ -116,7 +116,7 @@
instead of the following ones (no test suite available):
</para>
<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
autoconf &amp;&amp;
./configure --prefix=/usr \
@ -133,7 +133,7 @@ make</userinput></screen>
Then, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install
<screen role="nodump"><userinput>make install
ln -sf ../lib/slapd /usr/sbin/slapd</userinput></screen>
@ -391,14 +391,14 @@ cp -vfr doc/{drafts,rfc,guide} \
<screen role="root"><userinput>sed 's/\.la$/.so/' -i /etc/openldap/slapd.{conf,ldif}{,.default}</userinput></screen>
-->
<note>
<warning>
<para>
The instructions above install an empty LDAP structure and a default
<filename>/etc/openldap/slapd.conf</filename> file, which are
suitable for testing the build and other packages using LDAP. Do not
use them on a production server.
</para>
</note>
</warning>
<para>
Resources to assist you with topics such as choosing a directory
@ -475,7 +475,7 @@ cp -vfr doc/{drafts,rfc,guide} \
<note>
<para>
You'll need to modify the
You'll need to modify
<phrase revision="sysv"><filename>/etc/sysconfig/slapd</filename></phrase>
<phrase revision="systemd"><filename>/etc/default/slapd</filename></phrase>
to include the parameters needed for your specific configuration. See