Changeset 2288649


Ignore:
Timestamp:
03/26/2007 02:31:35 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
bc4c3018
Parents:
d0f9970
Message:

Updated to OpenLDAP-2.3.34

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd0f9970 r2288649  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "26">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    360360<!-- dhcp (chapter 14) -->
    361361<!ENTITY leafnode-version             "1.11.5">
    362 <!ENTITY openldap-download-version    "stable-20060823">
    363 <!ENTITY openldap-version             "2.3.27">
     362<!ENTITY openldap-download-version    "2.3.34">
     363<!ENTITY openldap-version             "2.3.34">
    364364<!-- rsync (chaptet 18) -->
    365365<!-- cvs (chapter 18) -->
  • introduction/welcome/changelog.xml

    rd0f9970 r2288649  
    4343
    4444    <listitem>
     45      <para>March 26th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to OpenLDAP-2.3.34.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 25th, 2007</para>
    4655      <itemizedlist>
  • server/other/openldap.xml

    rd0f9970 r2288649  
    55  %general-entities;
    66
    7   <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
    8   <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
    9   <!ENTITY openldap-md5sum        "0fbae4e9279aaa586adcd9f19b66a5ed">
    10   <!ENTITY openldap-size          "3.6 MB">
    11   <!ENTITY openldap-buildsize     "51.8 MB">
    12   <!ENTITY openldap-time          "1.8 SBU and approximately 30 minutes to run the tests (processor independent)">
     7  <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/openldap-&openldap-download-version;.tgz">
     8  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-download-version;.tgz">
     9  <!ENTITY openldap-md5sum        "143eeb6e3c163e5f52d8e744b43a5960">
     10  <!ENTITY openldap-size          "3.7 MB">
     11  <!ENTITY openldap-buildsize     "112 MB">
     12  <!ENTITY openldap-time          "1.9 SBU and approximately 30 minutes to run the tests (processor independent)">
    1313]>
    1414
     
    5959      packaged without version numbers in the tarball names. You can see the
    6060      relationship between the version number and name of the tarball at <ulink
    61       url="http://www.openldap.org/software/download/"/>.</para>
     61      url="http://www.openldap.org/software/download/"/>. Currently, a
     62      version release is being used due to a mixup on the
     63      <application>OpenLDAP</application> download page.</para>
    6264    </note>
    6365
     
    99101            --enable-crypt \
    100102            --enable-modules \
    101             --enable-ldap \
    102             --enable-ldbm \
    103             --enable-dyngroup \
    104             --enable-dynlist \
    105             --enable-ppolicy \
    106             --enable-valsort &amp;&amp;
     103            --enable-rlookups \
     104            --enable-backends \
     105            --enable-overlays &amp;&amp;
    107106make depend &amp;&amp;
    108107make</userinput></screen>
    109108
    110     <para>To test the results, issue: <command>make test</command>.</para>
     109    <para>To test the results, issue: <command>make test</command>. If you've
     110    enabled <application>tcp_wrappers</application>, ensure you add 127.0.0.1
     111    to the <parameter>slapd</parameter> line in the
     112    <filename>/etc/hosts.allow</filename> file if you have a restrictive
     113    <filename>/etc/hosts.deny</filename> file.</para>
    111114
    112115    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    113116
    114117<screen role="root"><userinput>make install &amp;&amp;
    115 chmod -v 755 /usr/lib/libl*-2.3.so.0.2.15 &amp;&amp;
     118chmod -v 755 /usr/lib/libl*-2.3.so.0.2.22 &amp;&amp;
    116119install -v -m755 -d /usr/share/doc/openldap-&openldap-version;/{drafts,guide,rfc} &amp;&amp;
    117120install -v -m644 doc/drafts/* /usr/share/doc/openldap-&openldap-version;/drafts &amp;&amp;
     
    149152    support.</para>
    150153
    151     <para><parameter>--enable-ldap</parameter>: Enables the
     154    <!-- <para><parameter>-enable-ldap</parameter>: Enables the
    152155    <command>slapd</command> LDAP backend.</para>
    153156
    154     <para><parameter>--enable-ldbm</parameter>: Build <command>slapd</command>
     157    <para><parameter>-enable-ldbm</parameter>: Build <command>slapd</command>
    155158    with the primary database back end using either
    156159    <application>Berkeley DB</application> or
    157     <application>GNU Database Manager</application>.</para>
    158 
    159     <para><parameter>--enable-dyngroup</parameter>: Enables the
    160     <command>slapd</command> dynamic group overlay.</para>
    161 
    162     <para><parameter>--enable-dynlist</parameter>: Enables the
    163     <command>slapd</command> dynamic list overlay.</para>
    164 
    165     <para><parameter>--enable-ppolicy</parameter>: Enables the
    166     <command>slapd</command> password policy overlay.</para>
    167 
    168     <para><parameter>--enable-valsort</parameter>: Enables the
    169     <command>slapd</command> value sorting overlay.</para>
    170 
    171     <para><command>make test</command>: Validates the correct build of the
    172     package. If you've enabled <application>tcp_wrappers</application>, ensure
    173     you add 127.0.0.1 to the <parameter>slapd</parameter> line in the
    174     <filename>/etc/hosts.allow</filename> file if you have a
    175     restrictive <filename>/etc/hosts.deny</filename> file.</para>
    176 
    177     <para><command>chmod -v 755 /usr/lib/libl*-2.3.so.0.2.15</command>: This command
    178     adds the executable bit to the shared libraries.</para>
     160    <application>GNU Database Manager</application>.</para> -->
     161
     162    <para><parameter>--enable-rlookups</parameter>: This parameter enables
     163    reverse lookups of client hostnames.</para>
     164
     165    <para><parameter>--enable-backends</parameter>: This parameter enables
     166    all available backends.</para>
     167
     168    <para><parameter>--enable-overlays</parameter>: This parameter enables
     169    all available overlays.</para>
    179170
    180171    <para><option>--disable-bdb --disable-hdb --with-ldbm-api=gdbm</option>:
     
    184175    database.</para>
    185176
     177    <para><command>chmod -v 755 /usr/lib/libl*-2.3.so.0.2.22</command>: This
     178    command adds the executable bit to the shared libraries.</para>
     179
    186180    <note>
    187       <para>Run <command>./configure --help</command> to see if there are
    188       other parameters you can pass to the <command>configure</command> command
    189       to enable other options or dependency packages.</para>
     181      <para>You can run <command>./configure --help</command> to see if there
     182      are other parameters you can pass to the <command>configure</command>
     183      command to enable other options or dependency packages.</para>
    190184    </note>
    191185
Note: See TracChangeset for help on using the changeset viewer.