Changeset 9a9a0fe
- Timestamp:
- 09/23/2003 04:50:24 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 178f7b4
- Parents:
- c442d19
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
rc442d19 r9a9a0fe 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003092 2">6 <!ENTITY releasedate "September 2 2nd, 2003">5 <!ENTITY version "20030923"> 6 <!ENTITY releasedate "September 23nd, 2003"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
rc442d19 r9a9a0fe 12 12 <itemizedlist> 13 13 14 <listitem><para>September 23rd, 2003 [igor]: Updated to 15 OpenLDAP-2.1.22.</para></listitem> 16 14 17 <listitem><para>September 22nd, 2003 [igor]: Updated to 15 18 exim-4.24.</para></listitem> -
server/other/openldap.xml
rc442d19 r9a9a0fe 1 <sect1 id="openldap" xreflabel=" openldap-&openldap-version;">1 <sect1 id="openldap" xreflabel="OpenLDAP-&openldap-version;"> 2 2 <?dbhtml filename="openldap.html" dir="server"?> 3 <title> openldap-&openldap-version;</title>3 <title>Open<acronym>LDAP</acronym>-&openldap-version;</title> 4 4 5 5 &openldap-intro; -
server/other/openldap/openldap-config.xml
rc442d19 r9a9a0fe 1 1 <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> 6 3 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 5 to run <command>ldconfig</command>. The <acronym>LDAP</acronym> server 6 can be started by <command>/usr/sbin/slapd</command> as described in 7 the 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 11 the database. For more information see the appropriate man page.</para> 12 10 13 </sect2> 11 -
server/other/openldap/openldap-desc.xml
rc442d19 r9a9a0fe 2 2 <title>Contents</title> 3 3 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> 7 21 8 22 </sect2> … … 10 24 <sect2><title>Description</title> 11 25 26 <sect3><title>ldapadd</title> 27 <para><command>ldapadd</command> opens a connection to an <acronym>LDAP</acronym> server, 28 binds and adds entries.</para></sect3> 29 30 <sect3><title>ldapcompare</title> 31 <para><command>ldapcompare</command> opens a connection to an <acronym>LDAP</acronym> 32 server, binds and performs a compare using specified 33 parameters.</para></sect3> 34 35 <sect3><title>ldapdelete</title> 36 <para><command>ldapdelete</command> opens a connection to an <acronym>LDAP</acronym> server, 37 binds 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> 41 server, 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> 45 server, binds and modifies the <acronym>RDN</acronym> of 46 entries.</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> 54 server, binds and performs a search using specified 55 parameters.</para></sect3> 56 57 <sect3><title>ldapwhoami</title> 58 <para><command>ldapwhoami</command> open a connection to an <acronym>LDAP</acronym> server, 59 binds 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 64 slapd 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 69 based upon the contents of a slapd database.</para></sect3> 70 12 71 <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 76 indices 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 80 utility.</para></sect3> 81 14 82 <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 88 other programs interacting with <acronym>LDAP</acronym>.</para></sect3> 89 21 90 </sect2> 22 -
server/other/openldap/openldap-exp.xml
rc442d19 r9a9a0fe 1 1 <sect2> 2 <title> Installation command explanations</title>2 <title>Command explanations</title> 3 3 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 8 5 avoid the default of <filename class="directory">/usr/etc</filename>.</para> 9 6 10 <para>< userinput>--libexecdir=/usr/sbin</userinput> : Puts the server executables in7 <para><command>--libexecdir=/usr/sbin</command> : Puts the server executables in 11 8 <filename class="directory">/usr/sbin</filename> instead of <filename 12 9 class="directory">/usr/libexec</filename>.</para> 13 10 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> 12 with primary database backend using either Berkeley DB or 13 <acronym>GNU</acronym> Database Manager.</para> 15 14 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> 18 16 17 <para><command>make test</command> : Validate correct build of the package.</para> 19 18 20 19 </sect2> -
server/other/openldap/openldap-inst.xml
rc442d19 r9a9a0fe 2 2 <title>Installation of <application>Open<acronym>LDAP</acronym></application></title> 3 3 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 5 running the following commands:</para> 5 6 6 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-debug \ 7 --libexecdir=/usr/sbin --enable-ldbm && 7 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \ 8 --sysconfdir=/etc --localstatedir=/var \ 9 --disable-debug --enable-ldbm && 8 10 make depend && 9 11 make && 10 12 make test && 11 13 make install</command></userinput></screen> 14 12 15 </sect2> 13 -
server/other/openldap/openldap-intro.xml
rc442d19 r9a9a0fe 1 1 <sect2> 2 <title>Introduction to OpenLDAP</title>2 <title>Introduction to <application>Open<acronym>LDAP</acronym></application></title> 3 3 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 5 provides an open source implementation of the Lightweight Directory 6 Access Protocol.</para> 9 7 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> 12 16 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> 15 27 16 28 </sect2> -
server/other/openldap/openldap.ent
rc442d19 r9a9a0fe 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"> 11 9 <!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.