Changeset af22057 for postlfs


Ignore:
Timestamp:
08/06/2005 08:06:34 PM (19 years ago)
Author:
Larry Lawrence <larry@…>
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:
6aeeb90
Parents:
d6f100c
Message:

verified instructions to MIT-krb5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    rd6f100c raf22057  
    5858      </listitem>
    5959    </itemizedlist>
    60 <!--
     60
    6161    <bridgehead renderas="sect3">MIT Krb5 Dependencies</bridgehead>
    6262
     
    7373      KDC server.</para>
    7474    </note>
    75 -->
     75
    7676  </sect2>
    7777
     
    8585    package.</para></note>
    8686   
    87 <!--
     87
    8888    <para><application>MIT krb5</application> is distributed in a
    8989    TAR file containing a compressed TAR package and a detached PGP
     
    107107
    108108<screen role="root"><userinput>make install &amp;&amp;
    109 mv -v /bin/login /bin/login.shadow &amp;&amp;
    110 cp -v /usr/sbin/login.krb5 /bin/login &amp;&amp;
    111109mv -v /usr/bin/ksu /bin &amp;&amp;
    112110mv -v /usr/lib/libkrb5.so.3* /lib &amp;&amp;
     
    121119ln -v -sf ../../lib/libcom_err.so.3 /usr/lib/libcom_err.so &amp;&amp;
    122120ldconfig</userinput></screen>
    123 -->
     121
     122    <para>Without <application>Linux-Pam</application>, the following
     123should be entered, also as the <systemitem class="username">root</systemitem> user:</para>
     124
     125<screen role="root"><userinput>mv -v /bin/login /bin/login.shadow &amp;&amp;
     126cp -v /usr/sbin/login.krb5 /bin/login</userinput></screen>
     127
     128    <para>If <application>Cracklib</application> is installed or if any
     129word list has been put in <filename class=directory>/usr/share/dict</filename>, the following
     130should be entered, also as the <systemitem class="username">root</systemitem> us
     131er:</para>
     132
     133<screen role="root"><userinput>sn -s /usr/share/dict/words
     134/var/lib/krb5kdc/kadmin.dict</userinput></screen>
     135
     136
    124137  </sect2>
    125138
     
    127140    <title>Command Explanations</title>
    128141    <para></para>
    129 <!--
     142
    130143    <para><parameter>- -enable-dns</parameter>: This switch allows
    131144    realms to be resolved using the DNS server.</para>
     
    146159    to <filename class="directory">/lib</filename> to allow logins without
    147160    mounting <filename class="directory">/usr</filename>.</para>
    148 -->
     161
    149162  </sect2>
    150163
     
    152165    <title>Configuring MIT Krb5</title>
    153166    <para></para>
    154 <!--
     167
    155168    <sect3 id="krb5-config">
    156169      <title>Config Files</title>
     
    231244
    232245<screen role="root"><userinput>kadmin.local
    233 <prompt>kadmin:</prompt> addprinc <replaceable>[loginname]</replaceable></userinput></screen>
     246<prompt>kadmin:</prompt> add_policy dict-only
     247<prompt>kadmin:</prompt> addprinc -policy dict-only <replaceable>[loginname]</replaceable></userinput></screen>
    234248
    235249        <para>The KDC server and any machine running kerberized
     
    347361    <title>Contents</title>
    348362    <para></para>
    349 <!--
     363
    350364    <segmentedlist>
    351365      <segtitle>Installed Programs</segtitle>
     
    715729
    716730    </variablelist>
    717 -->
     731
    718732  </sect2>
    719733
Note: See TracChangeset for help on using the changeset viewer.