glfs/postlfs/security/heimdal/heimdal-intro.xml
Igor Živković 685655627b always forgetting to add the files...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2069 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-27 20:26:14 +00:00

52 lines
1.8 KiB
XML

<sect2>
<title>Introduction to <application>Heimdal</application></title>
<para>
<application>Heimdal</application> is a free implementation of Kerberos
5, that aims to be compatible with <acronym>MIT</acronym> Kerberos and
is backwards compatible with Kerberos 4. Kerberos is a network
authentication protocol. Basically it preserves the integrity of
passwords in any untrusted network (like the Internet). Kerberized
applications work hand-in-hand with sites that support Kerberos to
ensure that passwords cannot be stolen. A Kerberos installation will
make changes to the authentication mechanisms on your network and will
overwrite several programs and daemons from the Coreutils, Inetutils and
Shadow packages.
</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&heimdal-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&heimdal-download-ftp;"/></para></listitem>
<listitem><para>Download size: &heimdal-size;</para></listitem>
<listitem><para>Estimated Disk space required: &heimdal-buildsize;</para></listitem>
<listitem><para>Estimated build time: &heimdal-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch: <ulink
url="&patch-root;/heimdal-&heimdal-version;-fhs-compliance-1.patch"/></para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title><application>Heimdal</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="openssl"/> and
<xref linkend="db"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="tcpwrappers"/>,
<xref linkend="readline"/>,
<xref linkend="Linux_PAM"/> and
<xref linkend="xorg"/> or
<xref linkend="xfree86"/>
</para></sect4>
</sect3>
</sect2>