Changeset d8def3f
- Timestamp:
- 05/06/2004 02:42:45 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 71e06e23
- Parents:
- 268c79f
- Location:
- postlfs/security/mitkrb
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/security/mitkrb/mitkrb-config.xml
r268c79f rd8def3f 1 1 <sect2> 2 <title>Configuring Heimdal</title>2 <title>Configuring <application><acronym>MIT</acronym> krb5</application></title> 3 3 4 4 <sect3><title>Config files</title> … … 253 253 <para> 254 254 The kerberized programs will connect to non kerberized daemons, warning 255 you that authentication is not encrypted.</para> 256 255 you 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. 263 First the <filename>/etc/services</filename> file must be updated to 264 include eklogin and krb5_prop. Second, the 265 <filename>inetd.conf</filename> or <filename>xinetd.conf</filename> must 266 be modified for each server that will be activated, usually replacing 267 the server from <application>inetutils</application>.</para></sect4> 268 269 <sect4><title>Additional Information</title> 257 270 <para> 258 271 For additional information consult <ulink -
postlfs/security/mitkrb/mitkrb-desc.xml
r268c79f rd8def3f 17 17 <command>kinit</command>, 18 18 <command>klist</command>, 19 <command>klogin</command>,20 19 <command>klogind</command>, 21 20 <command>kpasswd</command>, 22 <command>kpasswdd</command>,23 21 <command>kprop</command>, 24 22 <command>kpropd</command>, … … 65 63 66 64 <sect3><title>compile_et</title> 67 <para><command>compile_et</command></para></sect3> 65 <para><command>compile_et</command> converts the table listing 66 error-code names into a <application>C</application> source file.</para></sect3> 68 67 69 68 <sect3><title>k5srvutil</title> 70 <para><command>k5srvutil</command> </para></sect3> 69 <para><command>k5srvutil</command> is a host keytable manipulation 70 utility.</para></sect3> 71 71 72 72 <sect3><title>kadmin</title> … … 92 92 93 93 <sect3><title>kdb5_util</title> 94 <para><command>kdb5_util</command> </para></sect3> 94 <para><command>kdb5_util</command> is the <acronym>KDC</acronym> 95 database utility.</para></sect3> 95 96 96 97 <sect3><title>klist</title> … … 98 99 the credential cache.</para></sect3> 99 100 100 <sect3><title>klogin</title>101 <para><command>klogin</command></para></sect3>102 103 101 <sect3><title>klogind</title> 104 <para><command>klogind</command></para></sect3> 102 <para><command>klogind</command> is the server that responds to rlogin 103 requests.</para></sect3> 105 104 106 105 <sect3><title>kpasswd</title> 107 106 <para><command>kpasswd</command> is a program for changing Kerberos 5 108 107 passwords.</para></sect3> 109 110 <sect3><title>kpasswdd</title>111 <para><command>kpasswdd</command> is a Kerberos 5 password changing112 server.</para></sect3>113 108 114 109 <sect3><title>kprop</title> … … 126 121 programs against libraries.</para></sect3> 127 122 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 125 protocol. Requires a properly configured 126 <filename>/etc/shells</filename> and <filename>~/.k5login</filename> 127 containing principals authorized to become super users.</para></sect3> 130 128 131 129 <sect3><title>ktutil</title> … … 134 132 135 133 <sect3><title>kvno</title> 136 <para><command>kvno</command> </para></sect3> 134 <para><command>kvno</command> prints keyversion numbers of Kerberos 135 principals.</para></sect3> 137 136 138 137 -
postlfs/security/mitkrb/mitkrb-exp.xml
r268c79f rd8def3f 23 23 ln -sf ../../lib/libcom_err.so /usr/lib</command></screen> 24 24 The <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> 25 are 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> 28 27 29 28 </sect2> -
postlfs/security/mitkrb/mitkrb-intro.xml
r268c79f rd8def3f 1 1 <sect2> 2 <title>Introduction to <application> MITkrb5</application></title>2 <title>Introduction to <application><acronym>MIT</acronym> krb5</application></title> 3 3 4 4 <para> … … 18 18 </sect3> 19 19 20 <sect3><title><application> MITkrb5</application> dependencies</title>20 <sect3><title><application><acronym>MIT</acronym> krb5</application> dependencies</title> 21 21 <sect4><title>Optional</title> 22 22 <para> 23 <xref linkend=" Linux_PAM"/>,24 <xref linkend=" openldap"/>and25 < 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) 26 26 </para> 27 27
Note:
See TracChangeset
for help on using the changeset viewer.