source: postlfs/security/heimdal/heimdal-intro.xml@ cc75bcec

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_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since cc75bcec was cc75bcec, checked in by Igor Živković <igor@…>, 20 years ago

more heimdal fixes

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

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<sect2>
2<title>Introduction to <application>Heimdal</application></title>
3
4<para>
5<application>Heimdal</application> is a free implementation of Kerberos
65, that aims to be compatible with <acronym>MIT</acronym> Kerberos and
7is backwards compatible with Kerberos 4. Kerberos is a network
8authentication protocol. Basically it preserves the integrity of
9passwords in any untrusted network (like the Internet). Kerberized
10applications work hand-in-hand with sites that support Kerberos to
11ensure that passwords cannot be stolen. A Kerberos installation will
12make changes to the authentication mechanisms on your network and will
13overwrite several programs and daemons from the Coreutils, Inetutils,
14Qpopper and Shadow packages.
15</para>
16
17<sect3><title>Package information</title>
18<itemizedlist spacing='compact'>
19<listitem><para>Download (HTTP): <ulink url="&heimdal-download-http;"/></para></listitem>
20<listitem><para>Download (FTP): <ulink url="&heimdal-download-ftp;"/></para></listitem>
21<listitem><para>Download size: &heimdal-size;</para></listitem>
22<listitem><para>Estimated Disk space required: &heimdal-buildsize;</para></listitem>
23<listitem><para>Estimated build time: &heimdal-time;</para></listitem></itemizedlist>
24</sect3>
25
26<sect3><title>Additional downloads</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Required patch: <ulink
29url="&patch-root;/heimdal-&heimdal-version;-fhs-compliance-1.patch"/></para>
30</listitem>
31</itemizedlist>
32
33</sect3>
34
35<sect3><title><application>Heimdal</application> dependencies</title>
36<sect4><title>Required</title>
37<para>
38<xref linkend="openssl"/> and
39<xref linkend="db"/>
40</para></sect4>
41<sect4><title>Optional</title>
42<para>
43<xref linkend="readline"/>,
44<xref linkend="Linux_PAM"/>,
45<xref linkend="xorg"/> or
46<xref linkend="xfree86"/>,
47<xref linkend="openldap"/> and
48<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>
49</para>
50
51<note><para>
52Some sort of time synchronization facility on your system (like <xref
53linkend="ntp"/>) is required since Kerberos won't authenticate if the
54time differential between a kerberized client and the
55<acronym>KDC</acronym> server is more than 5 minutes.</para></note>
56</sect4>
57
58</sect3>
59
60</sect2>
Note: See TracBrowser for help on using the repository browser.