Ignore:
Timestamp:
08/01/2005 04:15:18 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5690030
Parents:
483ce40
Message:

Temporarily remove MIT Kerberos instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r483ce40 rec578e6  
    77  <!ENTITY mitkrb-download-http "http://web.mit.edu/kerberos/www/dist/krb5/1.4/krb5-&mitkrb-version;-signed.tar">
    88  <!ENTITY mitkrb-download-ftp " ">
    9   <!ENTITY mitkrb-md5sum "2fa56607677544e3a27b42f7cfa1155b">
    10   <!ENTITY mitkrb-size "6.6 MB">
    11   <!ENTITY mitkrb-buildsize "55 MB">
    12   <!ENTITY mitkrb-time "2.55 SBU">
     9  <!ENTITY mitkrb-md5sum "617e0071fa5b74ab4116f064678af551">
     10  <!ENTITY mitkrb-size "6.4 MB">
     11  <!ENTITY mitkrb-buildsize "TBD MB">
     12  <!ENTITY mitkrb-time "TBD SBU">
    1313]>
    1414
     
    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
     
    7979    <title>Installation of MIT Krb5</title>
    8080
     81
     82    <note><para>The instructions for MIT Krb5 have not yet been validated by
     83    the BLFS Editors.  Until this section is updated, the Editors reccomend
     84    using <xref linkend='heimdal'/> to implement the functionality of this
     85    package.</para></note>
     86   
     87<!--
    8188    <para><application>MIT krb5</application> is distributed in a
    8289    TAR file containing a compressed TAR package and a detached PGP
     
    8693    authenticate the package with the following command:</para>
    8794
    88 <screen><userinput>gpg --verify krb5-&mitkrb-version;.tar.gz.asc</userinput></screen>
     95<screen><userinput>gpg - -verify krb5-&mitkrb-version;.tar.gz.asc</userinput></screen>
    8996
    9097    <para>Build <application>MIT krb5</application> by running the
     
    9299
    93100<screen><userinput>cd src &amp;&amp;
    94 ./configure --prefix=/usr --sysconfdir=/etc \
    95     --localstatedir=/var/lib --enable-dns \
    96     --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;
    97104make</userinput></screen>
    98105
     
    114121ln -v -sf ../../lib/libcom_err.so.3 /usr/lib/libcom_err.so &amp;&amp;
    115122ldconfig</userinput></screen>
    116 
     123-->
    117124  </sect2>
    118125
    119126  <sect2 role="commands">
    120127    <title>Command Explanations</title>
    121 
    122     <para><parameter>--enable-dns</parameter>: This switch allows
     128    <para></para>
     129<!--
     130    <para><parameter>- -enable-dns</parameter>: This switch allows
    123131    realms to be resolved using the DNS server.</para>
    124132
    125     <para><parameter>--enable-static</parameter>: This switch builds static
     133    <para><parameter>- -enable-static</parameter>: This switch builds static
    126134    libraries in addition to the shared libraries.</para>
    127135
     
    138146    to <filename class="directory">/lib</filename> to allow logins without
    139147    mounting <filename class="directory">/usr</filename>.</para>
    140 
     148-->
    141149  </sect2>
    142150
    143151  <sect2 role="configuration">
    144152    <title>Configuring MIT Krb5</title>
    145 
     153    <para></para>
     154<!--
    146155    <sect3 id="krb5-config">
    147156      <title>Config Files</title>
     
    332341
    333342    </sect3>
    334 
     343-->
    335344  </sect2>
    336345
    337346  <sect2 role="content">
    338347    <title>Contents</title>
    339 
     348    <para></para>
     349<!--
    340350    <segmentedlist>
    341351      <segtitle>Installed Programs</segtitle>
     
    705715
    706716    </variablelist>
    707 
     717-->
    708718  </sect2>
    709719
Note: See TracChangeset for help on using the changeset viewer.