Changeset d8def3f for postlfs


Ignore:
Timestamp:
05/06/2004 02:42:45 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
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:
71e06e23
Parents:
268c79f
Message:

review modifications to MIT kerberos

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

Location:
postlfs/security/mitkrb
Files:
4 edited

Legend:

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

    r268c79f rd8def3f  
    11<sect2>
    2 <title>Configuring Heimdal</title>
     2<title>Configuring <application><acronym>MIT</acronym> krb5</application></title>
    33
    44<sect3><title>Config files</title>
     
    253253<para>
    254254The kerberized programs will connect to non kerberized daemons, warning
    255 you that authentication is not encrypted.</para>
    256 
     255you that authentication is not encrypted.</para></sect4>
     256
     257
     258<sect4><title>Using Kerberized Server Programs</title>
     259
     260<para>Using kerberized server programs (<command>telnetd</command>,
     261<command>kpropd</command>,
     262<command>klogind</command> and <command>kshd</command>) requires two additional configuration steps.
     263First the <filename>/etc/services</filename> file must be updated to
     264include  eklogin and krb5_prop. Second, the
     265<filename>inetd.conf</filename> or <filename>xinetd.conf</filename> must
     266be modified for each server that will be activated, usually replacing
     267the server from <application>inetutils</application>.</para></sect4>
     268
     269<sect4><title>Additional Information</title>
    257270<para>
    258271For additional information consult <ulink
  • postlfs/security/mitkrb/mitkrb-desc.xml

    r268c79f rd8def3f  
    1717<command>kinit</command>,
    1818<command>klist</command>,
    19 <command>klogin</command>,
    2019<command>klogind</command>,
    2120<command>kpasswd</command>,
    22 <command>kpasswdd</command>,
    2321<command>kprop</command>,
    2422<command>kpropd</command>,
     
    6563
    6664<sect3><title>compile_et</title>
    67 <para><command>compile_et</command></para></sect3>
     65<para><command>compile_et</command> converts the table listing
     66error-code names into a <application>C</application> source file.</para></sect3>
    6867
    6968<sect3><title>k5srvutil</title>
    70 <para><command>k5srvutil</command> </para></sect3>
     69<para><command>k5srvutil</command> is a host keytable manipulation
     70utility.</para></sect3>
    7171
    7272<sect3><title>kadmin</title>
     
    9292
    9393<sect3><title>kdb5_util</title>
    94 <para><command>kdb5_util</command> </para></sect3>
     94<para><command>kdb5_util</command> is the <acronym>KDC</acronym>
     95database utility.</para></sect3>
    9596
    9697<sect3><title>klist</title>
     
    9899the credential cache.</para></sect3>
    99100
    100 <sect3><title>klogin</title>
    101 <para><command>klogin</command></para></sect3>
    102 
    103101<sect3><title>klogind</title>
    104 <para><command>klogind</command></para></sect3>
     102<para><command>klogind</command> is the server that responds to rlogin
     103requests.</para></sect3>
    105104
    106105<sect3><title>kpasswd</title>
    107106<para><command>kpasswd</command> is a program for changing Kerberos 5
    108107passwords.</para></sect3>
    109 
    110 <sect3><title>kpasswdd</title>
    111 <para><command>kpasswdd</command> is a Kerberos 5 password changing
    112 server.</para></sect3>
    113108
    114109<sect3><title>kprop</title>
     
    126121programs against libraries.</para></sect3>
    127122
    128 <sect3><title>kshd</title>
    129 <para><command>kshd</command> </para></sect3>
     123<sect3><title>ksu</title>
     124<para><command>ksu</command> is the super user program using Kerberos
     125protocol. Requires a properly configured
     126<filename>/etc/shells</filename> and <filename>~/.k5login</filename>
     127containing principals authorized to become super users.</para></sect3>
    130128
    131129<sect3><title>ktutil</title>
     
    134132
    135133<sect3><title>kvno</title>
    136 <para><command>kvno</command> </para></sect3>
     134<para><command>kvno</command> prints keyversion numbers of Kerberos
     135principals.</para></sect3>
    137136
    138137
  • postlfs/security/mitkrb/mitkrb-exp.xml

    r268c79f rd8def3f  
    2323ln -sf ../../lib/libcom_err.so /usr/lib</command></screen>
    2424The <command>login</command> and <command>ksu</command> programs
    25 are linked against these libraries. We move these libraries to <filename
    26 class="directory">/lib</filename> to allow logins without mounting <filename
    27 class="directory">/usr</filename>.</para>
     25are linked against these libraries, therefore we move these libraries to
     26<filename class="directory">/lib</filename> to allow logins without mounting <filename class="directory">/usr</filename>.</para>
    2827
    2928</sect2>
  • postlfs/security/mitkrb/mitkrb-intro.xml

    r268c79f rd8def3f  
    11<sect2>
    2 <title>Introduction to <application>MIT krb5</application></title>
     2<title>Introduction to <application><acronym>MIT</acronym> krb5</application></title>
    33
    44<para>
     
    1818</sect3>
    1919
    20 <sect3><title><application>MIT krb5</application> dependencies</title>
     20<sect3><title><application><acronym>MIT</acronym> krb5</application> dependencies</title>
    2121<sect4><title>Optional</title>
    2222<para>
    23 <xref linkend="Linux_PAM"/>,
    24 <xref linkend="openldap"/> and
    25 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>
     23<xref linkend="xinetd"/> (services servers only),
     24<xref linkend="Linux_PAM"/> (for xdm based logins) and
     25<xref linkend="openldap"/> (alternative for krb5kdc password database)
    2626</para>
    2727
Note: See TracChangeset for help on using the changeset viewer.