diff --git a/appendices/glossary.xml b/appendices/glossary.xml
index 695c79ed56..c346e31d09 100644
--- a/appendices/glossary.xml
+++ b/appendices/glossary.xml
@@ -515,6 +515,9 @@ otherterm="gCORBA">CORBA
TCP
Transmission Control Protocol
+TGT
+Ticket Granting Ticket
+
TIFF
Tag(ged) Image File Format
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 87a94bf15e..91a6b2b604 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -11,6 +11,9 @@ who wrote what.
+May 8th, 2004 [igor]: Updated to Heimdal-0.6.2,
+submitted by Randy McMurchy.
+
May 8th, 2004 [larry]: Updated to
gcc-3.3.3.
diff --git a/postlfs/security/heimdal/heimdal-config.xml b/postlfs/security/heimdal/heimdal-config.xml
index 5c00031c90..c6bf74b775 100644
--- a/postlfs/security/heimdal/heimdal-config.xml
+++ b/postlfs/security/heimdal/heimdal-config.xml
@@ -141,14 +141,15 @@ installation:
/usr/sbin/kdc &
-Attempt to get a ticket with the following command:
+Attempt to get a TGT (ticket granting ticket) with the
+following command:
kinit [loginname]
You will be prompted for the password you created. After you get your
-ticket, you can list it with the following command:
+ticket, you should list it with the following command:
klist
@@ -165,8 +166,8 @@ command:
ktutil list
-This should dump a list of the host principal, along with the encryption
-methods used to access the principal.
+This should dump a list of the host principals, along with the encryption
+methods used to access the principals.
@@ -194,7 +195,7 @@ the init.d script:
# Based on sysklogd script from LFS-3.1 and earlier.
# Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
-# Heimdal bootscript submitted by Randy McMurchy - LFS-User@mcmurchy.com
+# Heimdal bootscript submitted by Randy McMurchy <LFS-User_at_mcmurchy_dot_com>
. /etc/sysconfig/rc
. $rc_functions
@@ -282,7 +283,7 @@ To use the kerberized client programs (telnet,
ftp, rsh,
rxterm, rxtelnet,
rcp, xnlock), you first must get
-an authentication ticket. Use the kinit program to
+a TGT. Use the kinit program to
get the ticket. After you've acquired the ticket, you can use the
kerberized programs to connect to any kerberized server on the network.
You will not be prompted for authentication until your ticket expires
diff --git a/postlfs/security/heimdal/heimdal-desc.xml b/postlfs/security/heimdal/heimdal-desc.xml
index 3443546f8b..afc38a9813 100644
--- a/postlfs/security/heimdal/heimdal-desc.xml
+++ b/postlfs/security/heimdal/heimdal-desc.xml
@@ -176,7 +176,7 @@ backwards.
krb5.conf file for obvious errors.
xnlock
-xnlock is a program that acts as a screen saver
-for workstations running X.
+xnlock is a program that acts as a secure screen
+saver for workstations running X.
diff --git a/postlfs/security/heimdal/heimdal-exp.xml b/postlfs/security/heimdal/heimdal-exp.xml
index 1694417c20..13b00eb03c 100644
--- a/postlfs/security/heimdal/heimdal-exp.xml
+++ b/postlfs/security/heimdal/heimdal-exp.xml
@@ -26,7 +26,7 @@ mv /bin/su /bin/su.coreutils
mv /usr/bin/{login,su} /bin
ln -sf ../../bin/login /usr/bin
The login and su programs
-installed by Heimdal belong in /bin directory. The
login program is symlinked because Heimdal is expecting
to find it in /usr/bin. We
@@ -38,18 +38,18 @@ breaks occur.
mv /usr/lib/lib{otp.so.0,otp.so.0.1.4,kafs.so.0,kafs.so.0.4.0} /lib
mv /usr/lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /lib
mv /usr/lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /lib
-mv /usr/lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /lib
+mv /usr/lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /lib
ln -sf ../../lib/lib{otp.so.0,otp.so.0.1.4,kafs.so.0,kafs.so.0.4.0} /usr/lib
ln -sf ../../lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /usr/lib
ln -sf ../../lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /usr/lib
-ln -sf ../../lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /usr/lib
+ln -sf ../../lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /usr/lib
The login and su programs
installed by Heimdal link against Heimdal libraries as well as crypto
and db libraries. We move these libraries to /lib to be FHS
-compliant and in case when the /usr is located on separate partition which
-may not be always mounted.
+compliant and in case when /usr is located on a separate partition which
+may not always be mounted.
diff --git a/postlfs/security/heimdal/heimdal-inst.xml b/postlfs/security/heimdal/heimdal-inst.xml
index d25f59ad8e..0966ecc0db 100644
--- a/postlfs/security/heimdal/heimdal-inst.xml
+++ b/postlfs/security/heimdal/heimdal-inst.xml
@@ -35,11 +35,11 @@ ln -sf ../../bin/login /usr/bin &&
mv /usr/lib/lib{otp.so.0,otp.so.0.1.4,kafs.so.0,kafs.so.0.4.0} /lib &&
mv /usr/lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /lib &&
mv /usr/lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /lib &&
-mv /usr/lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /lib &&
+mv /usr/lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /lib &&
ln -sf ../../lib/lib{otp.so.0,otp.so.0.1.4,kafs.so.0,kafs.so.0.4.0} /usr/lib &&
ln -sf ../../lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /usr/lib &&
ln -sf ../../lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /usr/lib &&
-ln -sf ../../lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /usr/lib &&
+ln -sf ../../lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /usr/lib &&
ldconfig
diff --git a/postlfs/security/heimdal/heimdal-intro.xml b/postlfs/security/heimdal/heimdal-intro.xml
index fdbe94564d..911ae56765 100644
--- a/postlfs/security/heimdal/heimdal-intro.xml
+++ b/postlfs/security/heimdal/heimdal-intro.xml
@@ -44,9 +44,10 @@ url="&patch-root;/heimdal-&heimdal-version;-cracklib-1.patch"/>
Optional
,
+,
+,
or
,
-,
and
krb4
diff --git a/postlfs/security/heimdal/heimdal.ent b/postlfs/security/heimdal/heimdal.ent
index a25dbd0184..8ca3f19b9e 100644
--- a/postlfs/security/heimdal/heimdal.ent
+++ b/postlfs/security/heimdal/heimdal.ent
@@ -4,7 +4,7 @@
-
+