Changeset 2bd7e513 for server


Ignore:
Timestamp:
09/16/2019 09:00:20 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5d314e0
Parents:
58dfbe3
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    r58dfbe3 r2bd7e513  
    117117      </para>
    118118
    119 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
     119<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
    120120autoconf &amp;&amp;
    121121
     
    134134    </para>
    135135
    136 <screen role="root"><userinput>make install
     136<screen role="nodump"><userinput>make install
    137137
    138138ln -sf ../lib/slapd /usr/sbin/slapd</userinput></screen>
     
    392392<screen role="root"><userinput>sed 's/\.la$/.so/' -i /etc/openldap/slapd.{conf,ldif}{,.default}</userinput></screen>
    393393-->
    394       <note>
     394      <warning>
    395395        <para>
    396396          The instructions above install an empty LDAP structure and a default
     
    399399          use them on a production server.
    400400        </para>
    401       </note>
     401      </warning>
    402402
    403403      <para>
     
    476476      <note>
    477477        <para>
    478           You'll need to modify the
     478          You'll need to modify
    479479          <phrase revision="sysv"><filename>/etc/sysconfig/slapd</filename></phrase>
    480480          <phrase revision="systemd"><filename>/etc/default/slapd</filename></phrase>
Note: See TracChangeset for help on using the changeset viewer.