Changeset 9a9a0fec


Ignore:
Timestamp:
09/23/2003 04:50:24 PM (21 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
178f7b4
Parents:
c442d19
Message:

updated to OpenLDAP-2.1.22

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    rc442d19 r9a9a0fec  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030922">
    6 <!ENTITY releasedate "September 22nd, 2003">
     5<!ENTITY version "20030923">
     6<!ENTITY releasedate "September 23nd, 2003">
    77<!ENTITY blfs-version "cvs">
    88
  • introduction/welcome/changelog.xml

    rc442d19 r9a9a0fec  
    1212<itemizedlist>
    1313
     14<listitem><para>September 23rd, 2003 [igor]: Updated to
     15OpenLDAP-2.1.22.</para></listitem>
     16   
    1417<listitem><para>September 22nd, 2003 [igor]: Updated to
    1518exim-4.24.</para></listitem>
  • server/other/openldap.xml

    rc442d19 r9a9a0fec  
    1 <sect1 id="openldap" xreflabel="openldap-&openldap-version;">
     1<sect1 id="openldap" xreflabel="OpenLDAP-&openldap-version;">
    22<?dbhtml filename="openldap.html" dir="server"?>
    3 <title>openldap-&openldap-version;</title>
     3<title>Open<acronym>LDAP</acronym>-&openldap-version;</title>
    44
    55&openldap-intro;
  • server/other/openldap/openldap-config.xml

    rc442d19 r9a9a0fec  
    11<sect2>
    2 <title>Configuring OpenLDAP</title>
    3 <para>The only configuration needed for ldap is to run <userinput>ldconfig</userinput>. 
    4 The LDAP server can be started by <userinput>/usr/sbin/slapd</userinput> as described in
    5 the man page slapd(8).  </para>
     2<title>Configuring Open<acronym>LDAP</acronym></title>
    63
    7 <para>Data can be added to the LDAP database via ldapadd.  Other programs that can
    8 use the database include ldapsearch, ldapmodify, ldapdelete, and ldappasswd.  For
    9 more information see the appropriate man page.</para>
     4<para>The only configuration needed for Open<acronym>LDAP</acronym> is
     5to run <command>ldconfig</command>. The <acronym>LDAP</acronym> server
     6can be started by <command>/usr/sbin/slapd</command> as described in
     7the man page slapd(8).</para>
     8
     9<para>Data can be added to the <acronym>LDAP</acronym> database via
     10<command>ldapadd</command>. There are other programs that can use
     11the database. For more information see the appropriate man page.</para>
     12
    1013</sect2>
    11 
  • server/other/openldap/openldap-desc.xml

    rc442d19 r9a9a0fec  
    22<title>Contents</title>
    33
    4 <para>The OpenLDAP package contains <userinput>slapd</userinput>,
    5 <userinput>slurpd</userinput>, <filename>libldap</filename> libraries and
    6 various utilities, tools, and sample clients.</para>
     4<para>The Open<acronym><acronym>LDAP</acronym></acronym> package contains
     5<command>ldapadd</command>,
     6<command>ldapcompare</command>,
     7<command>ldapdelete</command>,
     8<command>ldapmodify</command>,
     9<command>ldapmodrdn</command>,
     10<command>ldappasswd</command>,
     11<command>ldapsearch</command>,
     12<command>ldapwhoami</command>,
     13<command>slapadd</command>,
     14<command>slapcat</command>,
     15<command>slapd</command>,
     16<command>slapindex</command>,
     17<command>slappasswd</command>,
     18<command>slurpd</command>,
     19<filename class="libraryfile">liblber</filename> and
     20<filename class="libraryfile">libldap</filename>.</para>
    721
    822</sect2>
     
    1024<sect2><title>Description</title>
    1125
     26<sect3><title>ldapadd</title>
     27<para><command>ldapadd</command> opens a connection to an <acronym>LDAP</acronym> server,
     28binds and adds entries.</para></sect3>
     29
     30<sect3><title>ldapcompare</title>
     31<para><command>ldapcompare</command> opens a connection to an <acronym>LDAP</acronym>
     32server, binds and performs a compare using specified
     33parameters.</para></sect3>
     34
     35<sect3><title>ldapdelete</title>
     36<para><command>ldapdelete</command> opens a connection to an <acronym>LDAP</acronym> server,
     37binds and deletes one or more entries.</para></sect3>
     38
     39<sect3><title>ldapmodify</title>
     40<para><command>ldapmodify</command> opens a connection to an <acronym>LDAP</acronym>
     41server, binds and modifies entries.</para></sect3>
     42
     43<sect3><title>ldapmodrdn</title>
     44<para><command>ldapmodrdn</command> opens a connection to an <acronym>LDAP</acronym>
     45server, binds and modifies the <acronym>RDN</acronym> of
     46entries.</para></sect3>
     47
     48<sect3><title>ldappasswd</title>
     49<para><command>ldappasswd</command> is a tool to set the password of an
     50<acronym>LDAP</acronym> user.</para></sect3>
     51
     52<sect3><title>ldapsearch</title>
     53<para><command>ldapsearch</command> opens a connection to an <acronym>LDAP</acronym>
     54server, binds and performs a search using specified
     55parameters.</para></sect3>
     56
     57<sect3><title>ldapwhoami</title>
     58<para><command>ldapwhoami</command> open a connection to an <acronym>LDAP</acronym> server,
     59binds and performs a whoami operation.</para></sect3>
     60
     61<sect3><title>slapadd</title>
     62<para><command>slapadd</command> is used to add entries specified in
     63<acronym>LDAP</acronym> Directory Interchange Format (<acronym>LDIF</acronym>) to a
     64slapd database.</para></sect3>
     65
     66<sect3><title>slapcat</title>
     67<para><command>slapcat</command> is used to generate an <acronym>LDAP</acronym>
     68<acronym>LDIF</acronym> output
     69based upon the contents of a slapd database.</para></sect3>
     70
    1271<sect3><title>slapd</title>
    13 <para>slapd is the stand-alone LDAP server.</para></sect3>
     72<para><command>slapd</command> is the stand-alone <acronym>LDAP</acronym> server.</para></sect3>
     73
     74<sect3><title>slapindex</title>
     75<para><command>slapindex</command> is used to regenerate slapd
     76indices based upon the current contents of a database.</para></sect3>
     77
     78<sect3><title>slappasswd</title>
     79<para><command>slappasswd</command> is an Open<acronym>LDAP</acronym> password
     80utility.</para></sect3>
     81
    1482<sect3><title>slurpd</title>
    15 <para>slurpd is the stand-alone LDAP replication server.</para></sect3>
    16 <sect3><title>LDAP libraries</title>
    17 <para>LDAP libraries support the LDAP programs and provide functionality for
    18 other programs interacting with LDAP.</para></sect3>
    19 <sect3><title>Utilites, Tools, and Sample Clients</title>
    20 <para>The package also provides numerous support programs.</para></sect3>
     83<para><command>slurpd</command> is the stand-alone
     84<acronym>LDAP</acronym> replication server.</para></sect3>
     85
     86<sect3><title>liblber and libldap</title>
     87<para>These libraries support the <acronym>LDAP</acronym> programs and provide functionality for
     88other programs interacting with <acronym>LDAP</acronym>.</para></sect3>
     89
    2190</sect2>
    22 
  • server/other/openldap/openldap-exp.xml

    rc442d19 r9a9a0fec  
    11<sect2>
    2 <title>Installation command explanations</title>
     2<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/usr</userinput> : Sets the prefix for almost all the file
    5 paths to <filename class="directory">/usr</filename>.</para>
    6 
    7 <para><userinput>--sysconfdir=/etc</userinput> : Sets the configuration file directory to
     4<para><command>--sysconfdir=/etc</command> : Sets the configuration file directory to
    85avoid the default of <filename class="directory">/usr/etc</filename>.</para>
    96
    10 <para><userinput>--libexecdir=/usr/sbin</userinput> : Puts the server executables in
     7<para><command>--libexecdir=/usr/sbin</command> : Puts the server executables in
    118<filename class="directory">/usr/sbin</filename> instead of <filename
    129class="directory">/usr/libexec</filename>.</para>
    1310
    14 <para><userinput>--enable-ldbm</userinput> : Enable the most recent version of the Berkeley DB.</para>
     11<para><command>--enable-ldbm</command> : Build <command>slapd</command>
     12with primary database backend using either Berkeley DB or
     13<acronym>GNU</acronym> Database Manager.</para>
    1514
    16 <para><userinput>--disable-debug</userinput> : Disable debugging code.</para> 
    17 <para><userinput>make test:</userinput> Validate correct build of the package.</para> 
     15<para><command>--disable-debug</command> : Disable debugging code.</para> 
    1816
     17<para><command>make test</command> : Validate correct build of the package.</para> 
    1918
    2019</sect2>
  • server/other/openldap/openldap-inst.xml

    rc442d19 r9a9a0fec  
    22<title>Installation of <application>Open<acronym>LDAP</acronym></application></title>
    33
    4 <para>Install <application>Open<acronym>LDAP</acronym></application> by running the following commands:</para>
     4<para>Install <application>Open<acronym>LDAP</acronym></application> by
     5running the following commands:</para>
    56
    6 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-debug \
    7    --libexecdir=/usr/sbin --enable-ldbm &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
     8    --sysconfdir=/etc --localstatedir=/var \
     9    --disable-debug --enable-ldbm &amp;&amp;
    810make depend &amp;&amp;
    911make &amp;&amp;
    1012make test &amp;&amp;
    1113make install</command></userinput></screen>
     14
    1215</sect2>
    13 
  • server/other/openldap/openldap-intro.xml

    rc442d19 r9a9a0fec  
    11<sect2>
    2 <title>Introduction to OpenLDAP</title>
     2<title>Introduction to <application>Open<acronym>LDAP</acronym></application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&openldap-download-http;"/>
    5 Download location (FTP):        <ulink url="&openldap-download-ftp;"/>
    6 Version used:                   &openldap-version;
    7 Package size:                   &openldap-size;
    8 Estimated Disk space required:  &openldap-buildsize;</screen>
     4<para>The <application>Open<acronym>LDAP</acronym></application> package
     5provides an open source implementation of the Lightweight Directory
     6Access Protocol.</para>
    97
    10 <para>The OpenLDAP package provides an open source implementation of the
    11 Lightweight Directory Access Protocol.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&openldap-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&openldap-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &openldap-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &openldap-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &openldap-time;</para></listitem></itemizedlist>
     15</sect3>
    1216
    13 <screen>OpenLDAP depends on:
    14 <xref linkend="db"/></screen>
     17<sect3><title><application>Open<acronym>LDAP</acronym></application> dependencies</title>
     18<sect4><title>Required</title>
     19<para><xref linkend="db"/> or <xref linkend="gdbm"/>
     20</para></sect4>
     21<sect4><title>Optional</title>
     22<para><xref linkend="openssl"/>, <xref linkend="readline"/>,
     23<ulink url="http://asg.web.cmu.edu/sasl/">Cyrus SASL</ulink> and
     24<ulink url="http://www.pdc.kth.se/heimdal/">Heimdal</ulink>
     25</para></sect4>
     26</sect3>
    1527
    1628</sect2>
  • server/other/openldap/openldap.ent

    rc442d19 r9a9a0fec  
    1 <!ENTITY openldap            SYSTEM "../openldap.xml">
    2 <!ENTITY openldap-intro      SYSTEM "openldap-intro.xml">
    3 <!ENTITY openldap-inst       SYSTEM "openldap-inst.xml">
    4 <!ENTITY openldap-exp        SYSTEM "openldap-exp.xml">
    5 <!ENTITY openldap-config-exp SYSTEM "openldap-config-exp.xml">
    6 <!ENTITY openldap-desc       SYSTEM "openldap-desc.xml">
    7 <!ENTITY openldap-config     SYSTEM "openldap-config.xml">
    8 <!ENTITY openldap-buildsize     "102 MB">
    9 <!ENTITY openldap-version       "2.1.17">
    10 <!ENTITY openldap-size          "2.0 MB">
     1<!ENTITY openldap SYSTEM "../openldap.xml">
     2<!ENTITY openldap-intro SYSTEM "openldap-intro.xml">
     3<!ENTITY openldap-inst SYSTEM "openldap-inst.xml">
     4<!ENTITY openldap-exp SYSTEM "openldap-exp.xml">
     5<!ENTITY openldap-desc SYSTEM "openldap-desc.xml">
     6<!ENTITY openldap-config SYSTEM "openldap-config.xml">
     7<!ENTITY openldap-buildsize "126 MB">
     8<!ENTITY openldap-version "2.1.22">
    119<!ENTITY openldap-download-http "">
    12 <!ENTITY openldap-download-ftp "ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
     10<!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
     11<!ENTITY openldap-size "2.0 MB">
     12<!ENTITY openldap-time "3.90 SBU">
Note: See TracChangeset for help on using the changeset viewer.