source: postlfs/security/mitkrb.xml@ 083e8871

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
Last change on this file since 083e8871 was 083e8871, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos in the MIT Kerberos instructions

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

  • Property mode set to 100644
File size: 26.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mitkrb-download-http "http://web.mit.edu/kerberos/www/dist/krb5/1.4/krb5-&mitkrb-version;-signed.tar">
8 <!ENTITY mitkrb-download-ftp " ">
9 <!ENTITY mitkrb-md5sum "617e0071fa5b74ab4116f064678af551">
10 <!ENTITY mitkrb-size "6.4 MB">
11 <!ENTITY mitkrb-buildsize "TBD MB">
12 <!ENTITY mitkrb-time "TBD SBU">
13]>
14
15<sect1 id="mitkrb" xreflabel="MIT krb5-&mitkrb-version;">
16 <?dbhtml filename="mitkrb.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>MIT Krb5-&mitkrb-version;</title>
24
25 <indexterm zone="mitkrb">
26 <primary sortas="a-Kerberos-MIT">Kerberos5(MIT)</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to MIT Krb5</title>
31
32 <para><application>MIT krb5</application> is a free implementation of
33 Kerberos 5. Kerberos is a network authentication protocol. It
34 centralizes the authentication database and uses kerberized
35 applications to work with servers or services that support Kerberos
36 allowing single logins and encrypted communication over internal
37 networks or the Internet.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&mitkrb-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&mitkrb-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &mitkrb-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &mitkrb-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &mitkrb-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &mitkrb-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">MIT Krb5 Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para><xref linkend="xinetd"/> (services servers only),
65 <xref linkend="Linux_PAM"/> (for <command>xdm</command> based logins) and
66 <xref linkend="openldap"/> (alternative for <command>krb5kdc</command>
67 password database)</para>
68
69 <note>
70 <para>Some sort of time synchronization facility on your system (like
71 <xref linkend="ntp"/>) is required since Kerberos won't authenticate if
72 there is a time difference between a kerberized client and the
73 KDC server.</para>
74 </note>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of MIT Krb5</title>
80
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
88 <para><application>MIT krb5</application> is distributed in a
89 TAR file containing a compressed TAR package and a detached PGP
90 <filename class="extension">ASC</filename> file.</para>
91
92 <para>If you have installed <xref linkend="gnupg"/>, you can
93 authenticate the package with the following command:</para>
94
95<screen><userinput>gpg - -verify krb5-&mitkrb-version;.tar.gz.asc</userinput></screen>
96
97 <para>Build <application>MIT krb5</application> by running the
98 following commands:</para>
99
100<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;
104make</userinput></screen>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install &amp;&amp;
109mv -v /usr/bin/ksu /bin &amp;&amp;
110mv -v /usr/lib/libkrb5.so.3* /lib &amp;&amp;
111mv -v /usr/lib/libkrb4.so.2* /lib &amp;&amp;
112mv -v /usr/lib/libdes425.so.3* /lib &amp;&amp;
113mv -v /usr/lib/libk5crypto.so.3* /lib &amp;&amp;
114mv -v /usr/lib/libcom_err.so.3* /lib &amp;&amp;
115ln -v -sf ../../lib/libkrb5.so.3 /usr/lib/libkrb5.so &amp;&amp;
116ln -v -sf ../../lib/libkrb4.so.2 /usr/lib/libkrb4.so &amp;&amp;
117ln -v -sf ../../lib/libdes425.so.3 /usr/lib/libdes425.so &amp;&amp;
118ln -v -sf ../../lib/libk5crypto.so.3 /usr/lib/libk5crypto.so &amp;&amp;
119ln -v -sf ../../lib/libcom_err.so.3 /usr/lib/libcom_err.so &amp;&amp;
120ldconfig</userinput></screen>
121
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>
125
126<screen role="root"><userinput>mv -v /bin/login /bin/login.shadow &amp;&amp;
127cp -v /usr/sbin/login.krb5 /bin/login</userinput></screen>
128
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>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para><parameter>--enable-dns</parameter>: This switch allows
143 realms to be resolved using the DNS server.</para>
144
145 <para><parameter>--enable-static</parameter>: This switch builds static
146 libraries in addition to the shared libraries.</para>
147
148 <para><command>mv -v /bin/login /bin/login.shadow &amp;&amp;
149 cp -v /usr/sbin/login.krb5 /bin/login &amp;&amp;
150 mv -v /usr/bin/ksu /bin</command>: Preserves
151 <application>Shadow</application>'s <command>login</command>
152 command, moves <command>ksu</command> and <command>login</command> to
153 the <filename class="directory">/bin</filename> directory.</para>
154
155 <para><command>mv -v ... /lib &amp;&amp; ln -v -sf ...</command>:
156 The <command>login</command> and <command>ksu</command> programs
157 are linked against these libraries, therefore these libraries are moved
158 to <filename class="directory">/lib</filename> to allow logins without
159 mounting <filename class="directory">/usr</filename>.</para>
160
161 </sect2>
162
163 <sect2 role="configuration">
164 <title>Configuring MIT Krb5</title>
165
166 <sect3 id="krb5-config">
167 <title>Config Files</title>
168
169 <para><filename>/etc/krb5.conf</filename> and
170 <filename>/var/lib/krb5kdc/kdc.conf</filename></para>
171
172 <indexterm zone="mitkrb krb5-config">
173 <primary sortas="e-etc-krb5.conf">/etc/krb5.conf</primary>
174 </indexterm>
175
176 <indexterm zone="mitkrb krb5-config">
177 <primary sortas="e-var-lib-krb5kdc-kdc.conf">/var/lib/krb5kdc/kdc.conf</primary>
178 </indexterm>
179
180 </sect3>
181
182 <sect3>
183 <title>Configuration Information</title>
184
185 <sect4>
186 <title>Kerberos Configuration</title>
187
188 <para>Create the Kerberos configuration file with the following
189 command:</para>
190
191<screen role="root"><userinput>cat &gt; /etc/krb5.conf &lt;&lt; "EOF"
192<literal># Begin /etc/krb5.conf
193
194[libdefaults]
195 default_realm = <replaceable>[LFS.ORG]</replaceable>
196 encrypt = true
197
198[realms]
199 <replaceable>[LFS.ORG]</replaceable> = {
200 kdc = <replaceable>[belgarath.lfs.org]</replaceable>
201 admin_server = <replaceable>[belgarath.lfs.org]</replaceable>
202 }
203
204[domain_realm]
205 .<replaceable>[lfs.org]</replaceable> = <replaceable>[LFS.ORG]</replaceable>
206
207[logging]
208 kdc = SYSLOG[:INFO[:AUTH]]
209 admin_server = SYSLOG[INFO[:AUTH]]
210 default = SYSLOG[[:SYS]]
211
212# End /etc/krb5.conf</literal>
213EOF</userinput></screen>
214
215 <para>You will need to substitute your domain and proper hostname
216 for the occurances of the <replaceable>[belgarath]</replaceable> and
217 <replaceable>[lfs.org]</replaceable> names.</para>
218
219 <para><option>default_realm</option> should be the name of your
220 domain changed to ALL CAPS. This isn't required, but both
221 <application>Heimdal</application> and MIT recommend it.</para>
222
223 <para><option>encrypt = true</option> provides encryption of all
224 traffic between kerberized clients and servers. It's not necessary
225 and can be left off. If you leave it off, you can encrypt all traffic
226 from the client to the server using a switch on the client program
227 instead.</para>
228
229 <para>The <option>[realms]</option> parameters tell the client
230 programs where to look for the KDC authentication services.</para>
231
232 <para>The <option>[domain_realm]</option> section maps a domain to
233 a realm.</para>
234
235 <para>Create the KDC database:</para>
236
237<screen role="root"><userinput>kdb5_util create -r <replaceable>[LFS.ORG]</replaceable> -s</userinput></screen>
238
239 <para>Now you should populate the database with principles
240 (users). For now, just use your regular login name or
241 <systemitem class="username">root</systemitem>.</para>
242
243<screen role="root"><userinput>kadmin.local
244<prompt>kadmin:</prompt> add_policy dict-only
245<prompt>kadmin:</prompt> addprinc -policy dict-only <replaceable>[loginname]</replaceable></userinput></screen>
246
247 <para>The KDC server and any machine running kerberized
248 server daemons must have a host key installed:</para>
249
250<screen role='root'><userinput><prompt>kadmin:</prompt> addprinc -randkey host/<replaceable>[belgarath.lfs.org]</replaceable></userinput></screen>
251
252 <para>After choosing the defaults when prompted, you will have to
253 export the data to a keytab file:</para>
254
255<screen role='root'><userinput><prompt>kadmin:</prompt> ktadd host/<replaceable>[belgarath.lfs.org]</replaceable></userinput></screen>
256
257 <para>This should have created a file in
258 <filename class="directory">/etc</filename> named
259 <filename>krb5.keytab</filename> (Kerberos 5). This file should
260 have 600 (<systemitem class="username">root</systemitem> rw only)
261 permissions. Keeping the keytab files from public access is crucial
262 to the overall security of the Kerberos installation.</para>
263
264 <para>Eventually, you'll want to add server daemon principles to the
265 database and extract them to the keytab file. You do this in the same
266 way you created the host principles. Below is an example:</para>
267
268<screen role='root'><userinput><prompt>kadmin:</prompt> addprinc -randkey ftp/<replaceable>[belgarath.lfs.org]</replaceable>
269<prompt>kadmin:</prompt> ktadd ftp/<replaceable>[belgarath.lfs.org]</replaceable></userinput></screen>
270
271 <para>Exit the <command>kadmin</command> program (use
272 <command>quit</command> or <command>exit</command>) and return
273 back to the shell prompt. Start the KDC daemon manually, just to
274 test out the installation:</para>
275
276<screen role='root'><userinput>/usr/sbin/krb5kdc &amp;</userinput></screen>
277
278 <para>Attempt to get a ticket with the following command:</para>
279
280<screen><userinput>kinit <replaceable>[loginname]</replaceable></userinput></screen>
281
282 <para>You will be prompted for the password you created. After you
283 get your ticket, you can list it with the following command:</para>
284
285<screen><userinput>klist</userinput></screen>
286
287 <para>Information about the ticket should be displayed on the
288 screen.</para>
289
290 <para>To test the functionality of the keytab file, issue the
291 following command:</para>
292
293<screen><userinput>ktutil
294<prompt>ktutil:</prompt> rkt /etc/krb5.keytab
295<prompt>ktutil:</prompt> l</userinput></screen>
296
297 <para>This should dump a list of the host principal, along with
298 the encryption methods used to access the principal.</para>
299
300 <para>At this point, if everything has been successful so far, you
301 can feel fairly confident in the installation and configuration of
302 the package.</para>
303
304 <para>Install the <filename>/etc/rc.d/init.d/kerberos</filename> init
305 script included in the <xref linkend="intro-important-bootscripts"/>
306 package.</para>
307
308<screen role="root"><userinput>make install-kerberos</userinput></screen>
309
310 </sect4>
311
312 <sect4>
313 <title>Using Kerberized Client Programs</title>
314
315 <para>To use the kerberized client programs (<command>telnet</command>,
316 <command>ftp</command>, <command>rsh</command>, <command>rcp</command>,
317 <command>rlogin</command>), you first must get an authentication ticket.
318 Use the <command>kinit</command> program to get the ticket. After you've
319 acquired the ticket, you can use the kerberized programs to connect to
320 any kerberized server on the network. You will not be prompted for
321 authentication until your ticket expires (default is one day), unless
322 you specify a different user as a command line argument to the
323 program.</para>
324
325 <para>The kerberized programs will connect to non kerberized daemons,
326 warning you that authentication is not encrypted.</para>
327
328 </sect4>
329
330 <sect4>
331 <title>Using Kerberized Server Programs</title>
332
333 <para>Using kerberized server programs (<command>telnetd</command>,
334 <command>kpropd</command>, <command>klogind</command> and
335 <command>kshd</command>) requires two additional configuration steps.
336 First the <filename>/etc/services</filename> file must be updated to
337 include eklogin and krb5_prop. Second, the
338 <filename>inetd.conf</filename> or <filename>xinetd.conf</filename>
339 must be modified for each server that will be activated, usually
340 replacing the server from <xref linkend="inetutils"/>.</para>
341
342 </sect4>
343
344 <sect4>
345 <title>Additional Information</title>
346
347 <para>For additional information consult <ulink
348 url="http://web.mit.edu/kerberos/www/krb5-1.4/#documentation">
349 Documentation for krb-&mitkrb-version;</ulink> on which the above
350 instructions are based.</para>
351
352 </sect4>
353
354 </sect3>
355
356 </sect2>
357
358 <sect2 role="content">
359 <title>Contents</title>
360 <para></para>
361
362 <segmentedlist>
363 <segtitle>Installed Programs</segtitle>
364 <segtitle>Installed Libraries</segtitle>
365 <segtitle>Installed Directories</segtitle>
366
367 <seglistitem>
368 <seg>compile-et, ftp, ftpd, gss-client, gss-server, k5srvutil, kadmin,
369 kadmin.local, kadmind, kadmind4, kdb5_util, kdestroy, kinit, klist,
370 klogind, kpasswd, kprop, kpropd, krb5-send-pr, krb5-config, krb524d,
371 krb524init, krb5kdc, kshd, ksu, ktutil, kvno, login.krb5, rcp, rlogin,
372 rsh, sclient, sim_client, sim_server, sserver, telnet, telnetd,
373 uuclient, uuserver, v5passwd, and v5passwdd</seg>
374 <seg>libcom_err.[so,a], libdes425.[so,a], libgssapi.[so,a],
375 libgssrpc.[so,a], libkadm5clnt.[so,a], libkadm5srv.[so,a],
376 libkdb5.[so,a], libkrb5.[so,a], and libkrb4.[so,a]</seg>
377 <seg>/usr/include/kerberosIV and /var/lib/krb5kdc</seg>
378 </seglistitem>
379 </segmentedlist>
380
381 <variablelist>
382 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
383 <?dbfo list-presentation="list"?>
384 <?dbhtml list-presentation="table"?>
385
386 <varlistentry id="compile_et">
387 <term><command>compile_et</command></term>
388 <listitem>
389 <para>converts the table listing error-code names into a
390 C source file.</para>
391 <indexterm zone="mitkrb compile_et">
392 <primary sortas="b-compile_et">compile_et</primary>
393 </indexterm>
394 </listitem>
395 </varlistentry>
396
397 <varlistentry id="ftp-mitkrb">
398 <term><command>ftp</command></term>
399 <listitem>
400 <para>is a kerberized FTP client.</para>
401 <indexterm zone="mitkrb ftp">
402 <primary sortas="b-ftp">ftp</primary>
403 </indexterm>
404 </listitem>
405 </varlistentry>
406
407 <varlistentry id="ftpd-mitkrb">
408 <term><command>ftpd</command></term>
409 <listitem>
410 <para>is a kerberized FTP daemon.</para>
411 <indexterm zone="mitkrb ftpd">
412 <primary sortas="b-ftpd">ftpd</primary>
413 </indexterm>
414 </listitem>
415 </varlistentry>
416
417 <varlistentry id="k5srvutil">
418 <term><command>k5srvutil</command></term>
419 <listitem>
420 <para>is a host keytable manipulation utility.</para>
421 <indexterm zone="mitkrb k5srvutil">
422 <primary sortas="b-k5srvutil">k5srvutil</primary>
423 </indexterm>
424 </listitem>
425 </varlistentry>
426
427 <varlistentry id="kadmin-mitkrb">
428 <term><command>kadmin</command></term>
429 <listitem>
430 <para>is an utility used to make modifications
431 to the Kerberos database.</para>
432 <indexterm zone="mitkrb kadmin-mitkrb">
433 <primary sortas="b-kadmin">kadmin</primary>
434 </indexterm>
435 </listitem>
436 </varlistentry>
437
438 <varlistentry id="kadmind-mitkrb">
439 <term><command>kadmind</command></term>
440 <listitem>
441 <para>is a server for administrative access
442 to a Kerberos database.</para>
443 <indexterm zone="mitkrb kadmind-mitkrb">
444 <primary sortas="b-kadmind">kadmind</primary>
445 </indexterm>
446 </listitem>
447 </varlistentry>
448
449 <varlistentry id="kdb5_util">
450 <term><command>kdb5_util</command></term>
451 <listitem>
452 <para>is the KDC database utility.</para>
453 <indexterm zone="mitkrb kdb5_util">
454 <primary sortas="b-kdb5_util">kdb5_util</primary>
455 </indexterm>
456 </listitem>
457 </varlistentry>
458
459 <varlistentry id="kdestroy-mitkrb">
460 <term><command>kdestroy</command></term>
461 <listitem>
462 <para>removes the current set of tickets.</para>
463 <indexterm zone="mitkrb kdestroy-mitkrb">
464 <primary sortas="b-kdestroy">kdestroy</primary>
465 </indexterm>
466 </listitem>
467 </varlistentry>
468
469 <varlistentry id="kinit-mitkrb">
470 <term><command>kinit</command></term>
471 <listitem>
472 <para>is used to authenticate to the Kerberos server as a
473 principal and acquire a ticket granting ticket that can
474 later be used to obtain tickets for other services.</para>
475 <indexterm zone="mitkrb kinit-mitkrb">
476 <primary sortas="b-kinit">kinit</primary>
477 </indexterm>
478 </listitem>
479 </varlistentry>
480
481 <varlistentry id="klist-mitkrb">
482 <term><command>klist</command></term>
483 <listitem>
484 <para>reads and displays the current tickets in
485 the credential cache.</para>
486 <indexterm zone="mitkrb klist-mitkrb">
487 <primary sortas="b-klist">klist</primary>
488 </indexterm>
489 </listitem>
490 </varlistentry>
491
492 <varlistentry id="klogind">
493 <term><command>klogind</command></term>
494 <listitem>
495 <para>is the server that responds to <command>rlogin</command>
496 requests.</para>
497 <indexterm zone="mitkrb klogind">
498 <primary sortas="b-klogind">klogind</primary>
499 </indexterm>
500 </listitem>
501 </varlistentry>
502
503 <varlistentry id="kpasswd-mitkrb">
504 <term><command>kpasswd</command></term>
505 <listitem>
506 <para>is a program for changing Kerberos 5 passwords.</para>
507 <indexterm zone="mitkrb kpasswd-mitkrb">
508 <primary sortas="b-kpasswd">kpasswd</primary>
509 </indexterm>
510 </listitem>
511 </varlistentry>
512
513 <varlistentry id="kprop">
514 <term><command>kprop</command></term>
515 <listitem>
516 <para>takes a principal database in a specified format and
517 converts it into a stream of database records.</para>
518 <indexterm zone="mitkrb kprop">
519 <primary sortas="b-kprop">kprop</primary>
520 </indexterm>
521 </listitem>
522 </varlistentry>
523
524 <varlistentry id="kpropd">
525 <term><command>kpropd</command></term>
526 <listitem>
527 <para>receives a database sent by <command>kprop</command>
528 and writes it as a local database.</para>
529 <indexterm zone="mitkrb kpropd">
530 <primary sortas="b-kpropd">kpropd</primary>
531 </indexterm>
532 </listitem>
533 </varlistentry>
534
535 <varlistentry id="krb5-config-1">
536 <term><command>krb5-config</command></term>
537 <listitem>
538 <para>gives information on how to link programs against
539 libraries.</para>
540 <indexterm zone="mitkrb krb5-config-prog">
541 <primary sortas="b-krb5-config-1">krb5-config</primary>
542 </indexterm>
543 </listitem>
544 </varlistentry>
545
546 <varlistentry id="krb5kdc">
547 <term><command>krb5kdc</command></term>
548 <listitem>
549 <para>is a Kerberos 5 server.</para>
550 <indexterm zone="mitkrb krb5kdc">
551 <primary sortas="b-krb5kdc">krb5kdc</primary>
552 </indexterm>
553 </listitem>
554 </varlistentry>
555
556 <varlistentry id="kshd">
557 <term><command>kshd</command></term>
558 <listitem>
559 <para>is the server that responds to <command>rsh</command>
560 requests.</para>
561 <indexterm zone="mitkrb kshd">
562 <primary sortas="b-kshd">kshd</primary>
563 </indexterm>
564 </listitem>
565 </varlistentry>
566
567 <varlistentry id="ksu">
568 <term><command>ksu</command></term>
569 <listitem>
570 <para>is the super user program using Kerberos protocol.
571 Requires a properly configured
572 <filename class="directory">/etc/shells</filename> and
573 <filename>~/.k5login</filename> containing principals
574 authorized to become super users.</para>
575 <indexterm zone="mitkrb ksu">
576 <primary sortas="b-ksu">ksu</primary>
577 </indexterm>
578 </listitem>
579 </varlistentry>
580
581 <varlistentry id="ktutil-mitkrb">
582 <term><command>ktutil</command></term>
583 <listitem>
584 <para>is a program for managing Kerberos keytabs.</para>
585 <indexterm zone="mitkrb ktutil-mitkrb">
586 <primary sortas="b-ktutil">ktutil</primary>
587 </indexterm>
588 </listitem>
589 </varlistentry>
590
591 <varlistentry id="kvno">
592 <term><command>kvno</command></term>
593 <listitem>
594 <para>prints keyversion numbers of Kerberos principals.</para>
595 <indexterm zone="mitkrb kvno">
596 <primary sortas="b-kvno">kvno</primary>
597 </indexterm>
598 </listitem>
599 </varlistentry>
600
601 <varlistentry id="login.krb5">
602 <term><command>login.krb5</command></term>
603 <listitem>
604 <para>is a kerberized login program.</para>
605 <indexterm zone="mitkrb login">
606 <primary sortas="b-login.krb5">login.krb5</primary>
607 </indexterm>
608 </listitem>
609 </varlistentry>
610
611 <varlistentry id="rcp-mitkrb">
612 <term><command>rcp</command></term>
613 <listitem>
614 <para>is a kerberized rcp client program.</para>
615 <indexterm zone="mitkrb rcp">
616 <primary sortas="b-rcp">rcp</primary>
617 </indexterm>
618 </listitem>
619 </varlistentry>
620
621 <varlistentry id="rlogin">
622 <term><command>rlogin</command></term>
623 <listitem>
624 <para>is a kerberized rlogin client program.</para>
625 <indexterm zone="mitkrb rlogin">
626 <primary sortas="b-rlogin">rlogin</primary>
627 </indexterm>
628 </listitem>
629 </varlistentry>
630
631 <varlistentry id="rsh-mitkrb">
632 <term><command>rsh</command></term>
633 <listitem>
634 <para>is a kerberized rsh client program.</para>
635 <indexterm zone="mitkrb rsh">
636 <primary sortas="b-rsh">rsh</primary>
637 </indexterm>
638 </listitem>
639 </varlistentry>
640
641 <varlistentry id="telnet-mitkrb">
642 <term><command>telnet</command></term>
643 <listitem>
644 <para>is a kerberized telnet client program.</para>
645 <indexterm zone="mitkrb telnet">
646 <primary sortas="b-telnet">telnet</primary>
647 </indexterm>
648 </listitem>
649 </varlistentry>
650
651 <varlistentry id="telnetd-mitkrb">
652 <term><command>telnetd</command></term>
653 <listitem>
654 <para>is a kerberized telnet server.</para>
655 <indexterm zone="mitkrb telnetd">
656 <primary sortas="b-telnetd">telnetd</primary>
657 </indexterm>
658 </listitem>
659 </varlistentry>
660
661 <varlistentry id="libcom_err">
662 <term><filename class='libraryfile'>libcom_err.[so,a]</filename></term>
663 <listitem>
664 <para>implements the Kerberos library error code.</para>
665 <indexterm zone="mitkrb libcom_err">
666 <primary sortas="c-libcom_err">libcom_err.[so,a]</primary>
667 </indexterm>
668 </listitem>
669 </varlistentry>
670
671 <varlistentry id="libgssapi-mitkrb">
672 <term><filename class='libraryfile'>libgssapi.[so,a]</filename></term>
673 <listitem>
674 <para>contain the Generic Security Service Application
675 Programming Interface (GSSAPI) functions which provides security
676 services to callers in a generic fashion, supportable with a range of
677 underlying mechanisms and technologies and hence allowing source-level
678 portability of applications to different environments.</para>
679 <indexterm zone="mitkrb libgssapi">
680 <primary sortas="c-libgssapi">libgssapi.[so,a]</primary>
681 </indexterm>
682 </listitem>
683 </varlistentry>
684
685 <varlistentry id="libkadm5clnt-mitkrb">
686 <term><filename class='libraryfile'>libkadm5clnt.[so,a]</filename></term>
687 <listitem>
688 <para>contains the administrative authentication and password
689 checking functions required by Kerberos 5 client-side programs.</para>
690 <indexterm zone="mitkrb libkadm5clnt">
691 <primary sortas="c-libkadm5clnt">libkadm5clnt.[so,a]</primary>
692 </indexterm>
693 </listitem>
694 </varlistentry>
695
696 <varlistentry id="libkadm5srv-mitkrb">
697 <term><filename class='libraryfile'>libkadm5srv.[so,a]</filename></term>
698 <listitem>
699 <para>contain the administrative authentication and password
700 checking functions required by Kerberos 5 servers.</para>
701 <indexterm zone="mitkrb libkadm5srv">
702 <primary sortas="c-libkadm5srv">libkadm5srv.[so,a]</primary>
703 </indexterm>
704 </listitem>
705 </varlistentry>
706
707 <varlistentry id="libkdb5">
708 <term><filename class='libraryfile'>libkdb5.[so,a]</filename></term>
709 <listitem>
710 <para>is a Kerberos 5 authentication/authorization database
711 access library.</para>
712 <indexterm zone="mitkrb libkdb5">
713 <primary sortas="c-libkdb5">libkdb5.[so,a]</primary>
714 </indexterm>
715 </listitem>
716 </varlistentry>
717
718 <varlistentry id="libkrb5-mitkrb">
719 <term><filename class='libraryfile'>libkrb5.[so,a]</filename></term>
720 <listitem>
721 <para>is an all-purpose Kerberos 5 library.</para>
722 <indexterm zone="mitkrb libkrb5">
723 <primary sortas="c-libkrb5">libkrb5.[so,a]</primary>
724 </indexterm>
725 </listitem>
726 </varlistentry>
727
728 </variablelist>
729
730 </sect2>
731
732</sect1>
Note: See TracBrowser for help on using the repository browser.