Changeset 3be9cf07 for postlfs/security


Ignore:
Timestamp:
05/09/2004 05:47:03 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
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
Children:
57e8675b
Parents:
e23549b
Message:

applied Randy's heimdal update patch

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

Location:
postlfs/security/heimdal
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/heimdal/heimdal-config.xml

    re23549b r3be9cf07  
    142142
    143143<para>
    144 Attempt to get a ticket with the following command:
     144Attempt to get a <acronym>TGT</acronym> (ticket granting ticket) with the
     145following command:
    145146</para>
    146147
     
    149150<para>
    150151You will be prompted for the password you created. After you get your
    151 ticket, you can list it with the following command:
     152ticket, you should list it with the following command:
    152153</para>
    153154
     
    166167
    167168<para>
    168 This should dump a list of the host principal, along with the encryption
    169 methods used to access the principal.
     169This should dump a list of the host principals, along with the encryption
     170methods used to access the principals.
    170171</para>
    171172
     
    195196# Based on sysklogd script from LFS-3.1 and earlier.
    196197# Rewritten by Gerard Beekmans  - gerard@linuxfromscratch.org
    197 # Heimdal bootscript submitted by Randy McMurchy - LFS-User@mcmurchy.com
     198# Heimdal bootscript submitted by Randy McMurchy &lt;LFS-User_at_mcmurchy_dot_com&gt;
    198199
    199200. /etc/sysconfig/rc
     
    283284<command>rxterm</command>, <command>rxtelnet</command>,
    284285<command>rcp</command>, <command>xnlock</command>), you first must get
    285 an authentication ticket. Use the <command>kinit</command> program to
     286a <acronym>TGT</acronym>. Use the <command>kinit</command> program to
    286287get the ticket. After you've acquired the ticket, you can use the
    287288kerberized programs to connect to any kerberized server on the network.
  • postlfs/security/heimdal/heimdal-desc.xml

    re23549b r3be9cf07  
    177177
    178178<sect3><title>xnlock</title>
    179 <para><command>xnlock</command> is a program that acts as a screen saver
    180 for workstations running X.</para></sect3>
     179<para><command>xnlock</command> is a program that acts as a secure screen
     180saver for workstations running X.</para></sect3>
    181181
    182182</sect2>
  • postlfs/security/heimdal/heimdal-exp.xml

    re23549b r3be9cf07  
    2727ln -sf ../../bin/login /usr/bin</command></screen>
    2828The <command>login</command> and <command>su</command> programs
    29 installed by Heimdal belong in <filename
     29installed by Heimdal belong in the <filename
    3030class="directory">/bin</filename> directory. The
    3131<command>login</command> program is symlinked because Heimdal is expecting
     
    3939mv /usr/lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /lib
    4040mv /usr/lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /lib
    41 mv /usr/lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /lib
     41mv /usr/lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /lib
    4242ln -sf ../../lib/lib{otp.so.0,otp.so.0.1.4,kafs.so.0,kafs.so.0.4.0} /usr/lib
    4343ln -sf ../../lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /usr/lib
    4444ln -sf ../../lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /usr/lib
    45 ln -sf ../../lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /usr/lib</command></screen>
     45ln -sf ../../lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /usr/lib</command></screen>
    4646The <command>login</command> and <command>su</command> programs
    4747installed by Heimdal link against Heimdal libraries as well as crypto
    4848and db libraries. We move these libraries to <filename
    4949class="directory">/lib</filename> to be <acronym>FHS</acronym>
    50 compliant and in case when the <filename
    51 class="directory">/usr</filename> is located on separate partition which
    52 may not be always mounted.
     50compliant and in case when <filename
     51class="directory">/usr</filename> is located on a separate partition which
     52may not always be mounted.
    5353</para>
    5454
  • postlfs/security/heimdal/heimdal-inst.xml

    re23549b r3be9cf07  
    3636mv /usr/lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /lib &amp;&amp;
    3737mv /usr/lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /lib &amp;&amp;
    38 mv /usr/lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /lib &amp;&amp;
     38mv /usr/lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /lib &amp;&amp;
    3939ln -sf ../../lib/lib{otp.so.0,otp.so.0.1.4,kafs.so.0,kafs.so.0.4.0} /usr/lib &amp;&amp;
    4040ln -sf ../../lib/lib{krb5.so.17,krb5.so.17.3.0,asn1.so.6,asn1.so.6.0.2} /usr/lib &amp;&amp;
    4141ln -sf ../../lib/lib{roken.so.16,roken.so.16.0.3,crypto.so.0.9.7} /usr/lib &amp;&amp;
    42 ln -sf ../../lib/lib{com_err.so.1,com_err.so.1.1.1,db-4.1.so} /usr/lib &amp;&amp;
     42ln -sf ../../lib/lib{com_err.so.2,com_err.so.2.1,db-4.1.so} /usr/lib &amp;&amp;
    4343ldconfig</command></userinput></screen>
    4444
  • postlfs/security/heimdal/heimdal-intro.xml

    re23549b r3be9cf07  
    4545<para>
    4646<xref linkend="readline"/>,
     47<xref linkend="Linux_PAM"/>,
     48<xref linkend="openldap"/>,
    4749<xref linkend="xorg"/> or
    4850<xref linkend="xfree86"/>,
    49 <xref linkend="openldap"/>,
    5051<xref linkend="cracklib"/> and
    5152<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>
  • postlfs/security/heimdal/heimdal.ent

    re23549b r3be9cf07  
    55<!ENTITY heimdal-config SYSTEM "heimdal-config.xml">
    66<!ENTITY heimdal-desc SYSTEM "heimdal-desc.xml">
    7 <!ENTITY heimdal-version "0.6.1">
     7<!ENTITY heimdal-version "0.6.2">
    88<!ENTITY heimdal-download-http "http://ftp.vc-graz.ac.at/mirror/crypto/kerberos/heimdal/heimdal-&heimdal-version;.tar.gz">
    99<!ENTITY heimdal-download-ftp "ftp://ftp.pdc.kth.se/pub/heimdal/src/heimdal-&heimdal-version;.tar.gz">
Note: See TracChangeset for help on using the changeset viewer.