Changeset 9ef1b6ff for server


Ignore:
Timestamp:
10/30/2013 10:09:40 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
d178d8f
Parents:
365e27c9
Message:

update to openldap-2.4.37

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    r365e27c9 r9ef1b6ff  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "744701405d396b1fb9de6cb7a453c6e9">
     9  <!ENTITY openldap-md5sum        "49f0e9a77ddd0d49f88bf7233a51efa8">
    1010  <!ENTITY openldap-size          "5.3 MB">
    11   <!ENTITY openldap-buildsize     "130 MB">
    12   <!ENTITY openldap-time          "1.2 SBU">
     11  <!ENTITY openldap-buildsize     "66 MB">
     12  <!ENTITY openldap-time          "1.6 SBU">
    1313]>
    1414
     
    140140        If you only need to install the client side <command>ldap*</command>
    141141        binaries, corresponding man pages, libraries and header files (referred to
    142         as a <quote>client-only</quote> install), issue the following
    143         <command>configure</command> command instead of the other one, and
    144         then proceed with the remaining commands (no test suite available):
     142        as a <quote>client-only</quote> install), issue these
     143        commands instead of the following ones (no test suite available):
    145144      </para>
    146145
     
    150149./configure --prefix=/usr     \
    151150            --sysconfdir=/etc \
     151            --disable-static  \
    152152            --enable-dynamic  \
    153153            --disable-debug   \
    154154            --disable-slapd &amp;&amp;
    155155make depend &amp;&amp;
    156 make</userinput></screen>
     156make &amp;&amp;
     157make install</userinput></screen>
     158
    157159    </note>
    158160
     
    220222
    221223    <para>
    222       <option>--disable-debug</option>: This switch disables
     224      <parameter>--disable-debug</parameter>: This switch disables
    223225      the debugging code in <application>OpenLDAP</application>.
    224226    </para>
    225227
    226228    <para>
    227       <option>--enable-dynamic</option>: This switch forces the
     229      <parameter>--enable-dynamic</parameter>: This switch forces the
    228230      <application>OpenLDAP</application> libraries to be dynamically
    229231      linked to the executable programs.
     
    231233
    232234    <para>
    233       <option>--enable-crypt</option>: This switch enables using of
     235      <parameter>--enable-crypt</parameter>: This switch enables using of
    234236      <command>crypt(3)</command> passwords.
    235237    </para>
    236238
    237239    <para>
    238       <option>--enable-spasswd</option>: This switch enables
     240      <parameter>--enable-spasswd</parameter>: This switch enables
    239241      <application>SASL</application> password verification.
    240242    </para>
    241243
    242244    <para>
    243       <option>--enable-modules</option>: This switch enables dynamic
     245      <parameter>--enable-modules</parameter>: This switch enables dynamic
    244246      module support.
    245247    </para>
    246248
    247249    <para>
    248       <option>--enable-rlookups</option>: This switch enables
     250      <parameter>--enable-rlookups</parameter>: This switch enables
    249251      reverse lookups of client hostnames.
    250252    </para>
    251253
    252254    <para>
    253       <option>--enable-backends</option>: This switch enables
     255      <parameter>--enable-backends</parameter>: This switch enables
    254256      all available backends.
    255257    </para>
    256258
    257259    <para>
    258       <option>--enable-overlays</option>: This switch enables
     260      <parameter>--enable-overlays</parameter>: This switch enables
    259261      all available overlays.
    260262    </para>
    261263
    262264    <para>
    263       <option>--disable-ndb</option>: This switch disables
     265      <parameter>--disable-ndb</parameter>: This switch disables
    264266      <application>MySQL</application> NDB Cluster backend
    265267      which causes configure to fail if
     
    268270
    269271    <para>
    270       <option>--disable-sql</option>: This switch explicitly
     272      <parameter>--disable-sql</parameter>: This switch explicitly
    271273      disables the SQL backend.  Omit this switch if a SQL server is
    272274      installed and you are going to use a SQL backend.
Note: See TracChangeset for help on using the changeset viewer.