From 3be9cf073f6e895d6577811d4efd60a5879790f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Sun, 9 May 2004 05:47:03 +0000 Subject: [PATCH] applied Randy's heimdal update patch git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2128 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- appendices/glossary.xml | 3 +++ introduction/welcome/changelog.xml | 3 +++ postlfs/security/heimdal/heimdal-config.xml | 13 +++++++------ postlfs/security/heimdal/heimdal-desc.xml | 4 ++-- postlfs/security/heimdal/heimdal-exp.xml | 12 ++++++------ postlfs/security/heimdal/heimdal-inst.xml | 4 ++-- postlfs/security/heimdal/heimdal-intro.xml | 3 ++- postlfs/security/heimdal/heimdal.ent | 2 +- 8 files changed, 26 insertions(+), 18 deletions(-) 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 @@ - +