glfs/postlfs/security/cyrus-sasl.xml
Randy McMurchy da4aff6570 Removed erroneously added optional dependency 'pkgconfig' from various packages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2554 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-04 02:16:33 +00:00

117 lines
3.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY cyrus-sasl-download-http "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz ">
<!ENTITY cyrus-sasl-download-ftp "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz">
<!ENTITY cyrus-sasl-size "1.5 MB">
<!ENTITY cyrus-sasl-buildsize "?? MB">
<!ENTITY cyrus-sasl-time "?? SBU">
]>
<sect1 id="cyrus-sasl" xreflabel="Cyrus SASL-&cyrus-sasl-version;">
<?dbhtml filename="cyrus-sasl.html"?>
<title>Cyrus <acronym>SASL</acronym>-&cyrus-sasl-version;</title>
<sect2>
<title>Introduction to <application>Cyrus <acronym>SASL</acronym></application>
</title>
<para>The <application>Cyrus <acronym>SASL</acronym></application> package
contains a Simple Authentication and Security Layer, a method for adding
authentication support to connection-based protocols. To use
<acronym>SASL</acronym>, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection of
subsequent protocol interactions. If its use is negotiated, a security layer
is inserted between the protocol and the connection</para>
<sect3><title>Package information</title>
<itemizedlist spacing="compact">
<listitem><para>Download (HTTP): <ulink url="&cyrus-sasl-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&cyrus-sasl-download-ftp;"/></para></listitem>
<listitem><para>Download size: &cyrus-sasl-size;</para></listitem>
<listitem><para>Estimated Disk space required: &cyrus-sasl-buildsize;</para></listitem>
<listitem><para>Estimated build time: &cyrus-sasl-time;</para></listitem>
</itemizedlist>
</sect3>
<sect3><title><application>Cyrus <acronym>SASL</acronym></application>
dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="Linux_PAM"/>, <xref linkend="openssl"/>,
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
<xref linkend="j2sdk"/>, <xref linkend="mysql"/>, <xref linkend="postgresql"/>,
<xref linkend="db"/>, <xref linkend="gdbm"/>, <xref linkend="courier"/>,
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and
<ulink url="http://sqlite.org/">SQLite</ulink>
</para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Cyrus <acronym>SASL</acronym></application>
</title>
<para>Install <application>Cyrus <acronym>SASL</acronym></application> by
running the following commands:</para>
<!-- <screen><userinput><command>./configure &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen> -->
<para>The remainder of the instructions will be completed soon.</para>
</sect2>
<!-- <sect2>
<title>Command explanations</title>
<para><command>COMMAND</command>: This command does something.</para>
<para><parameter>-SWITCH=PARAMETER</parameter>: This parameter does something.</para>
<para><option>-OPTION</option>: This option does something.</para>
</sect2>
<sect2>
<title>Configuring <application>Cyrus <acronym>SASL</acronym></application></title>
<sect3><title>Config files</title>
<para><filename>List of config files</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config.
</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Cyrus <acronym>SASL</acronym></application> package
contains <command>LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>item1</title>
<para><command>item1</command> does this</para></sect3>
<sect3><title>item2</title>
<para><filename>item2</filename> does that</para></sect3>
</sect2> -->
</sect1>