Changeset 083e8871


Ignore:
Timestamp:
08/09/2005 12:37:16 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
693fd814
Parents:
1ba671c
Message:

Fixed typos in the MIT Kerberos instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r1ba671c r083e8871  
    8080
    8181
    82     <note><para>The instructions for MIT Krb5 have not yet been validated by
     82    <!-- <note><para>The instructions for MIT Krb5 have not yet been validated by
    8383    the BLFS Editors.  Until this section is updated, the Editors reccomend
    8484    using <xref linkend='heimdal'/> to implement the functionality of this
    85     package.</para></note>
     85    package.</para></note> -->
    8686   
    8787
     
    9999
    100100<screen><userinput>cd src &amp;&amp;
    101 ./configure - -prefix=/usr - -sysconfdir=/etc \
    102     - -localstatedir=/var/lib - -enable-dns \
    103     - -enable-static - -mandir=/usr/share/man &amp;&amp;
     101./configure --prefix=/usr --sysconfdir=/etc \
     102    --localstatedir=/var/lib --enable-dns \
     103    --enable-static --mandir=/usr/share/man &amp;&amp;
    104104make</userinput></screen>
    105105
     
    120120ldconfig</userinput></screen>
    121121
    122     <para>Without <application>Linux-Pam</application>, the following
    123 should be entered, also as the <systemitem class="username">root</systemitem> user:</para>
     122    <para>If <application>Linux-Pam</application> is not installed, the
     123    following should be entered as the
     124    <systemitem class="username">root</systemitem> user:</para>
    124125
    125126<screen role="root"><userinput>mv -v /bin/login /bin/login.shadow &amp;&amp;
    126127cp -v /usr/sbin/login.krb5 /bin/login</userinput></screen>
    127128
    128     <para>If <application>Cracklib</application> is installed or if any
    129 word list has been put in <filename class='directory'>/usr/share/dict</filename>, the following
    130 should be entered, also as the <systemitem class="username">root</systemitem> us
    131 er:</para>
    132 
    133 <screen role="root"><userinput>sn -s /usr/share/dict/words
    134 /var/lib/krb5kdc/kadmin.dict</userinput></screen>
    135 
     129    <para>If <application>CrackLib</application> is installed, or if any
     130    word list has been put in
     131    <filename class='directory'>/usr/share/dict</filename>, the following
     132    should be entered as the <systemitem class="username">root</systemitem>
     133    user:</para>
     134
     135<screen role="root"><userinput>ln -s /usr/share/dict/words /var/lib/krb5kdc/kadmin.dict</userinput></screen>
    136136
    137137  </sect2>
     
    140140    <title>Command Explanations</title>
    141141
    142     <para><parameter>- -enable-dns</parameter>: This switch allows
     142    <para><parameter>--enable-dns</parameter>: This switch allows
    143143    realms to be resolved using the DNS server.</para>
    144144
    145     <para><parameter>- -enable-static</parameter>: This switch builds static
     145    <para><parameter>--enable-static</parameter>: This switch builds static
    146146    libraries in addition to the shared libraries.</para>
    147147
     
    155155    <para><command>mv -v ... /lib &amp;&amp; ln -v -sf ...</command>:
    156156    The <command>login</command> and <command>ksu</command> programs
    157     are linked against these libraries, therefore we move these libraries
     157    are linked against these libraries, therefore these libraries are moved
    158158    to <filename class="directory">/lib</filename> to allow logins without
    159159    mounting <filename class="directory">/usr</filename>.</para>
Note: See TracChangeset for help on using the changeset viewer.