source: postlfs/security/heimdal/heimdal-intro.xml@ 7e7bcee

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 7e7bcee was 7e7bcee, checked in by Igor Živković <igor@…>, 20 years ago

applied DJ's cracklib patch

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

  • Property mode set to 100644
File size: 2.3 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<listitem><para>Required patch for cracklib: <ulink
32url="&patch-root;/heimdal-&heimdal-version;-cracklib-1.patch"/></para>
33</listitem>
34</itemizedlist>
35
36</sect3>
37
38<sect3><title><application>Heimdal</application> dependencies</title>
39<sect4><title>Required</title>
40<para>
41<xref linkend="openssl"/> and
42<xref linkend="db"/>
43</para></sect4>
44<sect4><title>Optional</title>
45<para>
46<xref linkend="readline"/>,
47<xref linkend="Linux_PAM"/>,
48<xref linkend="xorg"/> or
49<xref linkend="xfree86"/>,
50<xref linkend="openldap"/>,
51<xref linkend="cracklib"/> and
52<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>
53</para>
54
55<note><para>
56Some sort of time synchronization facility on your system (like <xref
57linkend="ntp"/>) is required since Kerberos won't authenticate if the
58time differential between a kerberized client and the
59<acronym>KDC</acronym> server is more than 5 minutes.</para></note>
60</sect4>
61
62</sect3>
63
64</sect2>
Note: See TracBrowser for help on using the repository browser.