source: postlfs/security/cyrus-sasl.xml@ dfdbccd

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dfdbccd was dfdbccd, checked in by Randy McMurchy <randy@…>, 19 years ago

Modified Cyrus-SASL documentation installation to include the version number

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

  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[da4aff6]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cyrus-sasl-download-http "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz ">
8 <!ENTITY cyrus-sasl-download-ftp "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz">
[90e2fb4e]9 <!ENTITY cyrus-sasl-md5sum "268ead27f4ac39bcfe17d9e38e0f2977">
[114e5f0b]10 <!ENTITY cyrus-sasl-size "1.8 MB">
11 <!ENTITY cyrus-sasl-buildsize "17.3 MB">
12 <!ENTITY cyrus-sasl-time "0.28 SBU">
[da4aff6]13]>
14
15<sect1 id="cyrus-sasl" xreflabel="Cyrus SASL-&cyrus-sasl-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[da4aff6]20<?dbhtml filename="cyrus-sasl.html"?>
21<title>Cyrus <acronym>SASL</acronym>-&cyrus-sasl-version;</title>
[b1d34414]22<indexterm zone="cyrus-sasl">
23<primary sortas="a-Cyrus SASL">Cyrus SASL</primary></indexterm>
[da4aff6]24
25<sect2>
26<title>Introduction to <application>Cyrus <acronym>SASL</acronym></application>
27</title>
28
29<para>The <application>Cyrus <acronym>SASL</acronym></application> package
30contains a Simple Authentication and Security Layer, a method for adding
31authentication support to connection-based protocols. To use
32<acronym>SASL</acronym>, a protocol includes a command for identifying and
33authenticating a user to a server and for optionally negotiating protection of
34subsequent protocol interactions. If its use is negotiated, a security layer
[a8c9494]35is inserted between the protocol and the connection.</para>
[da4aff6]36
37<sect3><title>Package information</title>
38<itemizedlist spacing="compact">
[b1d34414]39<listitem><para>Download (HTTP):
40<ulink url="&cyrus-sasl-download-http;"/></para></listitem>
41<listitem><para>Download (FTP):
42<ulink url="&cyrus-sasl-download-ftp;"/></para></listitem>
[90e2fb4e]43<listitem><para>Download MD5 sum: &cyrus-sasl-md5sum;</para></listitem>
[da4aff6]44<listitem><para>Download size: &cyrus-sasl-size;</para></listitem>
[b1d34414]45<listitem><para>Estimated disk space required:
46&cyrus-sasl-buildsize;</para></listitem>
47<listitem><para>Estimated build time:
48&cyrus-sasl-time;</para></listitem>
[da4aff6]49</itemizedlist>
50</sect3>
51
52<sect3><title><application>Cyrus <acronym>SASL</acronym></application>
53dependencies</title>
[461e59f]54
55<sect4><title>Required</title>
[cef3a2f]56<para><xref linkend="openssl"/></para>
[461e59f]57</sect4>
58
[da4aff6]59<sect4><title>Optional</title>
[461e59f]60<para><xref linkend="Linux_PAM"/>,
61<xref linkend="openldap"/>,
62<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
63<xref linkend="j2sdk"/>,
64<xref linkend="mysql"/>,
65<xref linkend="postgresql"/>,
66<xref linkend="db"/>,
67<xref linkend="gdbm"/>,
[5db3785e]68<xref linkend="courier"/>,
[114e5f0b]69<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
70<ulink url="http://sqlite.org/">SQLite</ulink> and
71<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
[da4aff6]72</sect4>
73</sect3>
74
75</sect2>
76
77<sect2>
78<title>Installation of <application>Cyrus <acronym>SASL</acronym></application>
79</title>
80
81<para>Install <application>Cyrus <acronym>SASL</acronym></application> by
82running the following commands:</para>
83
[a8c9494]84<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
85 --with-dbpath=/var/lib/sasl/sasldb2 \
86 --with-saslauthd=/var/run &amp;&amp;
[305e60de]87make</command></userinput></screen>
88
89<para>Now, as the root user:</para>
90
91<screen><userinput role='root'><command>make install &amp;&amp;
[dfdbccd]92install -v -m644 saslauthd/saslauthd.mdoc \
[a8c9494]93 /usr/share/man/man8/saslauthd.8 &amp;&amp;
[dfdbccd]94install -v -d -m755 /usr/share/doc/sasl-&cyrus-sasl-version; &amp;&amp;
95install -v -m644 doc/{*.{html,txt,fig},ONEWS,TODO} \
96 saslauthd/LDAP_SASLAUTHD /usr/share/doc/sasl-&cyrus-sasl-version; &amp;&amp;
97install -v -d -m700 /var/lib/sasl</command></userinput></screen>
[da4aff6]98
99</sect2>
100
[a8c9494]101<sect2>
[da4aff6]102<title>Command explanations</title>
103
[a8c9494]104<para><parameter>--with-dbpath=/var/lib/sasl/sasldb2</parameter>: This
105parameter forces the <command>saslauthd</command> database to be created
106in <filename class='directory'>/var/lib/sasl</filename> instead of
107<filename class='directory'>/etc</filename>.</para>
[da4aff6]108
[a8c9494]109<para><parameter>--with-saslauthd=/var/run</parameter>: This parameter forces
110<command>saslauthd</command> to use the <acronym>FHS</acronym> compliant
111directory <filename class='directory'>/var/run</filename> for variable run-time
112data.</para>
[da4aff6]113
[3bfd1d6]114<para><parameter>--with-ldap</parameter>: This parameter enables use
115with <application>OpenLDAP</application>.</para>
116
[114e5f0b]117<para><command>install -m644 ...</command>: These commands
[a8c9494]118install documentation which is not installed by the
119<command>make install</command> command.</para>
120
121<para><command>install -d -m700 /var/lib/sasl</command>: This directory must
122exist when starting <command>saslauthd</command>. If you're not going to be
123running the daemon, you may omit the creation of this directory.
124</para>
[da4aff6]125
126</sect2>
127
128<sect2>
[114e5f0b]129<title>Configuring <application>Cyrus
130<acronym>SASL</acronym></application></title>
[da4aff6]131
[b1d34414]132<sect3 id="cyrus-sasl-config"><title>Config Files</title>
[a8c9494]133<para><filename>/etc/saslauthd.conf</filename> (for <acronym>LDAP</acronym>
134configuration) and <filename>/usr/lib/sasl2/Appname.conf</filename> (where
135"Appname" is the application defined name of the application)</para>
[b1d34414]136<indexterm zone="cyrus-sasl cyrus-sasl-config">
137<primary sortas="e-etc-saslauthd.conf">/etc/saslauthd.conf</primary>
138</indexterm>
[da4aff6]139</sect3>
140
141<sect3><title>Configuration Information</title>
[a8c9494]142<para>See <ulink url="file:///usr/share/doc/sasl/sysadmin.html"/> for
143information on what to include in the application configuration files. See
144<ulink url="file:///usr/share/doc/sasl/LDAP_SASLAUTHD"/> for configuring
145<command>saslauthd</command> with <acronym>LDAP</acronym>.</para>
146</sect3>
[da4aff6]147
[b1d34414]148<sect3 id="cyrus-sasl-init"><title>Init Script</title>
[a8c9494]149<para>If you need to run the <command>saslauthd</command> daemon at system
150startup, install the <filename>/etc/rc.d/init.d/cyrus-sasl</filename>
151init script included in the
152<xref linkend="intro-important-bootscripts"/> package.</para>
[b1d34414]153<indexterm zone="cyrus-sasl cyrus-sasl-init">
154<primary sortas="f-cyrus-sasl-init">cyrus-sasl</primary>
155</indexterm>
[a8c9494]156
[305e60de]157<screen><userinput role='root'><command>make install-cyrus-sasl</command></userinput></screen>
[a8c9494]158
159<note><para>You'll need to modify the init script and replace the
160<parameter><replaceable>[authmech]</replaceable></parameter> parameter to the
161<parameter>-a</parameter> switch with your desired authentication mechanism.
162</para></note>
[da4aff6]163</sect3>
164
165</sect2>
166
167<sect2>
168<title>Contents</title>
169
[b1d34414]170<segmentedlist>
171<segtitle>Installed Programs</segtitle>
172<segtitle>Installed Libraries</segtitle>
173<segtitle>Installed Directories</segtitle>
174<seglistitem>
175<seg>saslauthd, sasldblistusers2 and saslpasswd2</seg>
176<seg>libjavasasl.so, libsasl2.so and <acronym>SASL</acronym> plugins/JAVA
177classes</seg>
[22073e81]178<seg>/usr/include/sasl, /usr/lib/sasl2, /usr/share/doc/sasl and /var/lib/sasl</seg>
[b1d34414]179</seglistitem>
180</segmentedlist>
181
182<variablelist>
183<bridgehead renderas="sect3">Short Descriptions</bridgehead>
184<?dbfo list-presentation="list"?>
185
186<varlistentry id="saslauthd">
187<term><command>saslauthd</command></term>
188<listitem><para>is the <acronym>SASL</acronym> authentication server.</para>
189<indexterm zone="cyrus-sasl saslauthd">
190<primary sortas="b-saslauthd">saslauthd</primary></indexterm>
191</listitem>
192</varlistentry>
193
194<varlistentry id="sasldblistusers2">
195<term><command>sasldblistusers2</command></term>
196<listitem><para>is used to list the users in the <acronym>SASL</acronym>
197password database.</para>
198<indexterm zone="cyrus-sasl sasldblistusers2">
199<primary sortas="b-sasldblistusers2">sasldblistusers2</primary></indexterm>
200</listitem>
201</varlistentry>
202
203<varlistentry id="saslpasswd2">
204<term><command>saslpasswd2</command></term>
205<listitem><para>is used to set and delete a user's <acronym>SASL</acronym>
206password and mechanism specific secrets in the <acronym>SASL</acronym>
207password database.</para>
208<indexterm zone="cyrus-sasl saslpasswd2">
209<primary sortas="b-saslpasswd2">saslpasswd2</primary></indexterm>
210</listitem>
211</varlistentry>
212
213<varlistentry id="libsasl2">
214<term><filename class='libraryfile'>libsasl2.so</filename></term>
[7da83f1]215<listitem><para>is a general purpose authentication library for server and
[b1d34414]216client applications.</para>
217<indexterm zone="cyrus-sasl libsasl2">
218<primary sortas="c-libsasl2">libsasl2.so</primary></indexterm>
219</listitem>
220</varlistentry>
221
222</variablelist>
[a8c9494]223
224</sect2>
[da4aff6]225
226</sect1>
227
Note: See TracBrowser for help on using the repository browser.