Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    ra161de9 r0d7900a  
    127127      <para>
    128128        Without the following patch, the <application>Evolution</application>
    129         Exchange addressbook integration uses simple binds with cleartext 
    130         passwords. If you are going to build 
     129        Exchange addressbook integration uses simple binds with cleartext
     130        passwords. If you are going to build
    131131        <application>Evolution Data Server</application> with
    132132        <application>OpenLDAP</application> support, apply the following patch:
     
    241241    <para>
    242242      <option>--disable-ndb</option>: This parameter disables
    243       <application>MySQL</application> NDB Cluster backend 
     243      <application>MySQL</application> NDB Cluster backend
    244244      which causes configure to fail if
    245245      <application>MySQL</application> is present.
     
    256256      <application>SASL</application> password verification.
    257257    </para>
    258    
     258
    259259    <para>
    260260      <option>--enable-slp</option>: This parameter enables
     
    332332          <para>
    333333            The <ulink url="http://www.openldap.org/doc/admin24/">
    334             OpenLDAP 2.4 Administrator's Guide</ulink> 
     334            OpenLDAP 2.4 Administrator's Guide</ulink>
    335335            (also installed locally in <filename class='directory'>
    336336            /usr/share/doc/openldap-&openldap-version;/guide/admin</filename>).
     
    379379        <para>
    380380          The init script starts the daemon without any parameters.
    381           You'll need to modify the 
    382           <filename>/etc/sysconfig/slapd</filename> to include the 
    383           parameters needed for your specific configuration. See the 
     381          You'll need to modify the
     382          <filename>/etc/sysconfig/slapd</filename> to include the
     383          parameters needed for your specific configuration. See the
    384384          <command>slapd</command> man page for parameter information.
    385385        </para>
     
    502502        <listitem>
    503503          <para>
    504             issues the LDAP extended operation specified by 
     504            issues the LDAP extended operation specified by
    505505            oid or one of the  special  keywords  whoami,
    506506            cancel, or refresh.
     
    566566        <listitem>
    567567          <para>
    568             is a command that allows to either compose or 
     568            is a command that allows to either compose or
    569569            decompose LDAP URIs.
    570570          </para>
     
    592592        <listitem>
    593593          <para>
    594             is used to check the behavior of slapd by verifying 
    595             access to directory data according to the access control 
     594            is used to check the behavior of slapd by verifying
     595            access to directory data according to the access control
    596596            list directives defined in its configuration.
    597597          </para>
     
    619619        <listitem>
    620620          <para>
    621             is used to check the behavior of the slapd 
     621            is used to check the behavior of the slapd
    622622            in mapping identities for authentication and
    623623            authorization purposes, as specified in slapd.conf.
     
    695695        <listitem>
    696696          <para>
    697             is used to check schema compliance of the contents 
     697            is used to check schema compliance of the contents
    698698            of a slapd database.
    699699          </para>
Note: See TracChangeset for help on using the changeset viewer.