source: postlfs/security/mitkrb.xml@ 584e96a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 584e96a was 584e96a, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to krb5-1.18.1

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

  • Property mode set to 100644
File size: 31.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mitkrb-download-http "https://kerberos.org/dist/krb5/&mitkrb-major-version;/krb5-&mitkrb-version;.tar.gz">
8 <!ENTITY mitkrb-download-ftp " ">
9 <!ENTITY mitkrb-md5sum "c682654484e1a492bd8c7e403132b020">
10 <!ENTITY mitkrb-size "8.3 MB">
11 <!ENTITY mitkrb-buildsize "143 MB (add 24 MB for tests)">
12 <!ENTITY mitkrb-time "0.9 SBU (add 4.2 SBU for tests)">
13]>
14
15<sect1 id="mitkrb" xreflabel="MIT Kerberos V5-&mitkrb-version;">
16 <?dbhtml filename="mitkrb.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>MIT Kerberos V5-&mitkrb-version;</title>
24
25 <indexterm zone="mitkrb">
26 <primary sortas="a-MIT-Kerberos">MIT Kerberos V5</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to MIT Kerberos V5</title>
31
32 <para>
33 <application>MIT Kerberos V5</application> is a free implementation
34 of Kerberos 5. Kerberos is a network authentication protocol. It
35 centralizes the authentication database and uses kerberized
36 applications to work with servers or services that support Kerberos
37 allowing single logins and encrypted communication over internal
38 networks or the Internet.
39 </para>
40
41 &lfs91_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&mitkrb-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&mitkrb-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &mitkrb-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &mitkrb-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &mitkrb-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &mitkrb-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">MIT Kerberos V5 Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="dejagnu"/> (for full test coverage),
82 <xref linkend="gnupg2"/> (to authenticate the package),
83 <xref linkend="keyutils"/>,
84 <xref linkend="openldap"/>,
85 <xref linkend="rpcbind"/> (used during the testsuite),
86 <xref linkend="valgrind"/> (used during the testsuite),
87 <ulink url="https://www.cs.utah.edu/~bigler/code/libedit.html">libedit</ulink>,
88 <ulink url="https://cmocka.org/">cmocka</ulink>,
89 <ulink url="https://pypi.org/project/pyrad/">pyrad</ulink>, and
90 <ulink url="https://cwrap.org/resolv_wrapper.html">resolv_wrapper</ulink>
91 </para>
92
93 <note>
94 <para>
95 Some sort of time synchronization facility on your system (like
96 <xref linkend="ntp"/>) is required since Kerberos won't authenticate
97 if there is a time difference between a kerberized client and the
98 KDC server.
99 </para>
100 </note>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/mitkrb"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of MIT Kerberos V5</title>
109
110 <para>
111 Build <application>MIT Kerberos V5</application> by running the
112 following commands:
113 </para>
114
115<screen><userinput>cd src &amp;&amp;
116
117sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp &amp;&amp;
118sed -i -e '/eq 0/{N;s/12 //}' plugins/kdb/db2/libdb2/test/run.test &amp;&amp;
119
120./configure --prefix=/usr \
121 --sysconfdir=/etc \
122 --localstatedir=/var/lib \
123 --with-system-et \
124 --with-system-ss \
125 --with-system-verto=no \
126 --enable-dns-for-realm &amp;&amp;
127make</userinput></screen>
128
129 <para>
130 To test the build, issue as the <systemitem
131 class="username">root</systemitem> user: <command>make -k check</command>.
132 You need at least <xref linkend="tcl"/>, which is used to drive the
133 testsuite. Furthermore, <xref linkend="dejagnu"/> must be available for
134 some of the tests to run. If you have a former version of MIT Kerberos V5
135 installed, it may happen that the test suite pick up the installed
136 versions of the libraries, rather than the newly built ones. If so, it is
137 better to run the tests after the installation.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install &amp;&amp;
145
146for f in gssapi_krb5 gssrpc k5crypto kadm5clnt kadm5srv \
147 kdb5 kdb_ldap krad krb5 krb5support verto ; do
148
149 find /usr/lib -type f -name "lib$f*.so*" -exec chmod -v 755 {} \;
150done &amp;&amp;
151
152mv -v /usr/lib/libkrb5.so.3* /lib &amp;&amp;
153mv -v /usr/lib/libk5crypto.so.3* /lib &amp;&amp;
154mv -v /usr/lib/libkrb5support.so.0* /lib &amp;&amp;
155
156ln -v -sf ../../lib/libkrb5.so.3.3 /usr/lib/libkrb5.so &amp;&amp;
157ln -v -sf ../../lib/libk5crypto.so.3.1 /usr/lib/libk5crypto.so &amp;&amp;
158ln -v -sf ../../lib/libkrb5support.so.0.1 /usr/lib/libkrb5support.so &amp;&amp;
159
160mv -v /usr/bin/ksu /bin &amp;&amp;
161chmod -v 755 /bin/ksu &amp;&amp;
162
163install -v -dm755 /usr/share/doc/krb5-&mitkrb-version; &amp;&amp;
164cp -vfr ../doc/* /usr/share/doc/krb5-&mitkrb-version;</userinput></screen>
165
166 </sect2>
167
168 <sect2 role="commands">
169 <title>Command Explanations</title>
170
171 <para>
172 The first sed increases the width of the virtual terminal used for some
173 tests to prevent some spurious text in the output which is taken as a
174 failure. The second <command>sed</command> removes a test that is known
175 to fail.
176 </para>
177
178 <para>
179 <parameter>--localstatedir=/var/lib</parameter>: This option is
180 used so that the Kerberos variable run-time data is located in
181 <filename class="directory">/var/lib</filename> instead of
182 <filename class="directory">/usr/var</filename>.
183 </para>
184
185 <para>
186 <parameter>--with-system-et</parameter>: This switch causes the build
187 to use the system-installed versions of the error-table support
188 software.
189 </para>
190
191 <para>
192 <parameter>--with-system-ss</parameter>: This switch causes the build
193 to use the system-installed versions of the subsystem command-line
194 interface software.
195 </para>
196
197 <para>
198 <parameter>--with-system-verto=no</parameter>: This switch fixes a bug in
199 the package: it does not recognize its own verto library installed
200 previously. This is not a problem, if reinstalling the same version,
201 but if you are updating, the old library is used as system's one,
202 instead of installing the new version.
203 </para>
204
205 <para>
206 <parameter>--enable-dns-for-realm</parameter>: This switch allows
207 realms to be resolved using the DNS server.
208 </para>
209
210 <para>
211 <option>--with-ldap</option>: Use this switch if you want to compile the
212 <application>OpenLDAP</application> database backend module.
213 </para>
214
215 <para>
216 <command>mv -v /usr/lib/libk... /lib </command> and
217 <command>ln -v -sf ../../lib/libk... /usr/lib/libk...</command>:
218 Move critical libraries to the
219 <filename class="directory">/lib</filename> directory so that they are
220 available when the <filename class="directory">/usr</filename>
221 filesystem is not mounted.
222 </para>
223
224 <para>
225 <command>find /usr/lib -type f -name "lib$f*.so*" -exec chmod -v 755 {} \;</command>:
226 This command changes the permisison of installed libraries.
227 </para>
228
229 <para>
230 <command>mv -v /usr/bin/ksu /bin</command>: Moves the
231 <command>ksu</command> program to the
232 <filename class="directory">/bin</filename> directory so that it is
233 available when the <filename class="directory">/usr</filename>
234 filesystem is not mounted.
235 </para>
236
237 </sect2>
238
239 <sect2 role="configuration">
240 <title>Configuring MIT Kerberos V5</title>
241
242 <sect3 id="krb5-config">
243 <title>Config Files</title>
244
245 <para>
246 <filename>/etc/krb5.conf</filename> and
247 <filename>/var/lib/krb5kdc/kdc.conf</filename>
248 </para>
249
250 <indexterm zone="mitkrb krb5-config">
251 <primary sortas="e-etc-krb5.conf">/etc/krb5.conf</primary>
252 </indexterm>
253
254 <indexterm zone="mitkrb krb5-config">
255 <primary sortas="e-var-lib-krb5kdc-kdc.conf">/var/lib/krb5kdc/kdc.conf</primary>
256 </indexterm>
257
258 </sect3>
259
260 <sect3>
261 <title>Configuration Information</title>
262
263 <sect4>
264 <title>Kerberos Configuration</title>
265
266 <tip>
267 <para>
268 You should consider installing some sort of password checking
269 dictionary so that you can configure the installation to only
270 accept strong passwords. A suitable dictionary to use is shown in
271 the <xref linkend="cracklib"/> instructions. Note that only one
272 file can be used, but you can concatenate many files into one. The
273 configuration file shown below assumes you have installed a
274 dictionary to <filename>/usr/share/dict/words</filename>.
275 </para>
276 </tip>
277
278 <para>
279 Create the Kerberos configuration file with the following
280 commands issued by the <systemitem class="username">root</systemitem>
281 user:
282 </para>
283
284<screen role="root"><userinput>cat &gt; /etc/krb5.conf &lt;&lt; "EOF"
285<literal># Begin /etc/krb5.conf
286
287[libdefaults]
288 default_realm = <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable>
289 encrypt = true
290
291[realms]
292 <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable> = {
293 kdc = <replaceable>&lt;belgarath.example.org&gt;</replaceable>
294 admin_server = <replaceable>&lt;belgarath.example.org&gt;</replaceable>
295 dict_file = /usr/share/dict/words
296 }
297
298[domain_realm]
299 .<replaceable>&lt;example.org&gt;</replaceable> = <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable>
300
301[logging]
302 kdc = SYSLOG:INFO:AUTH
303 admin_server = SYSLOG:INFO:AUTH
304 default = SYSLOG:DEBUG:DAEMON
305
306# End /etc/krb5.conf</literal>
307EOF</userinput></screen>
308
309 <para>
310 You will need to substitute your domain and proper hostname for the
311 occurrences of the <replaceable>&lt;belgarath&gt;</replaceable> and
312 <replaceable>&lt;example.org&gt;</replaceable> names.
313 </para>
314
315 <para>
316 <option>default_realm</option> should be the name of your
317 domain changed to ALL CAPS. This isn't required, but both
318 <application>Heimdal</application> and MIT recommend it.
319 </para>
320
321 <para>
322 <option>encrypt = true</option> provides encryption of all traffic
323 between kerberized clients and servers. It's not necessary and can
324 be left off. If you leave it off, you can encrypt all traffic from
325 the client to the server using a switch on the client program
326 instead.
327 </para>
328
329 <para>
330 The <option>[realms]</option> parameters tell the client programs
331 where to look for the KDC authentication services.
332 </para>
333
334 <para>
335 The <option>[domain_realm]</option> section maps a domain to a realm.
336 </para>
337
338 <para>
339 Create the KDC database:
340 </para>
341
342<screen role="root"><userinput>kdb5_util create -r <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable> -s</userinput></screen>
343
344 <para>
345 Now you should populate the database with principals
346 (users). For now, just use your regular login name or
347 <systemitem class="username">root</systemitem>.
348 </para>
349
350<screen role="root"><userinput>kadmin.local
351<prompt>kadmin.local:</prompt> add_policy dict-only
352<prompt>kadmin.local:</prompt> addprinc -policy dict-only <replaceable>&lt;loginname&gt;</replaceable></userinput></screen>
353
354 <para>
355 The KDC server and any machine running kerberized
356 server daemons must have a host key installed:
357 </para>
358
359<screen role="root"><userinput><prompt>kadmin.local:</prompt> addprinc -randkey host/<replaceable>&lt;belgarath.example.org&gt;</replaceable></userinput></screen>
360
361 <para>
362 After choosing the defaults when prompted, you will have to
363 export the data to a keytab file:
364 </para>
365
366<screen role="root"><userinput><prompt>kadmin.local:</prompt> ktadd host/<replaceable>&lt;belgarath.example.org&gt;</replaceable></userinput></screen>
367
368 <para>
369 This should have created a file in
370 <filename class="directory">/etc</filename> named
371 <filename>krb5.keytab</filename> (Kerberos 5). This file should
372 have 600 (<systemitem class="username">root</systemitem> rw only)
373 permissions. Keeping the keytab files from public access is crucial
374 to the overall security of the Kerberos installation.
375 </para>
376
377 <para>
378 Exit the <command>kadmin</command> program (use
379 <command>quit</command> or <command>exit</command>) and return
380 back to the shell prompt. Start the KDC daemon manually, just to
381 test out the installation:
382 </para>
383
384<screen role="root"><userinput>/usr/sbin/krb5kdc</userinput></screen>
385
386 <para>
387 Attempt to get a ticket with the following command:
388 </para>
389
390<screen><userinput>kinit <replaceable>&lt;loginname&gt;</replaceable></userinput></screen>
391
392 <para>
393 You will be prompted for the password you created. After you
394 get your ticket, you can list it with the following command:
395 </para>
396
397<screen><userinput>klist</userinput></screen>
398
399 <para>
400 Information about the ticket should be displayed on the
401 screen.
402 </para>
403
404 <para>
405 To test the functionality of the keytab file, issue the
406 following command as the
407 <systemitem class="username">root</systemitem> user:
408 </para>
409
410<screen role="root"><userinput>ktutil
411<prompt>ktutil:</prompt> rkt /etc/krb5.keytab
412<prompt>ktutil:</prompt> l</userinput></screen>
413
414 <para>
415 This should dump a list of the host principal, along with
416 the encryption methods used to access the principal.
417 </para>
418
419 <para>
420 At this point, if everything has been successful so far, you
421 can feel fairly confident in the installation and configuration of
422 the package.
423 </para>
424
425 </sect4>
426
427 <sect4>
428 <title>Additional Information</title>
429
430 <para>
431 For additional information consult the <ulink
432 url="http://web.mit.edu/kerberos/www/krb5-&mitkrb-major-version;/#documentation">
433 documentation for krb5-&mitkrb-version;</ulink> on which the above
434 instructions are based.
435 </para>
436
437 </sect4>
438
439 </sect3>
440
441 <sect3 id="mitkrb-init">
442 <title><phrase revision="sysv">Init Script</phrase>
443 <phrase revision="systemd">Systemd Unit</phrase></title>
444
445 <para revision="sysv">
446 If you want to start <application>Kerberos</application> services
447 at boot, install the <filename>/etc/rc.d/init.d/krb5</filename> init
448 script included in the <xref linkend="bootscripts"/> package using
449 the following command:
450 </para>
451
452 <para revision="systemd">
453 If you want to start <application>Kerberos</application> services
454 at boot, install the <filename>krb5.service</filename> unit included in
455 the <xref linkend="systemd-units"/> package using the following command:
456 </para>
457
458 <indexterm zone="mitkrb mitkrb-init">
459 <primary sortas="f-krb5">krb5</primary>
460 </indexterm>
461
462<screen role="root"><userinput>make install-krb5</userinput></screen>
463
464 </sect3>
465
466 </sect2>
467
468 <sect2 role="content">
469
470 <title>Contents</title>
471
472 <segmentedlist>
473 <segtitle>Installed Programs</segtitle>
474 <segtitle>Installed Libraries</segtitle>
475 <segtitle>Installed Directories</segtitle>
476
477 <seglistitem>
478 <seg>
479 gss-client, gss-server, k5srvutil, kadmin, kadmin.local,
480 kadmind, kdb5_ldap_util (optional), kdb5_util, kdestroy, kinit, klist,
481 kpasswd, kprop, kpropd, kproplog, krb5-config, krb5-send-pr, krb5kdc,
482 ksu, kswitch, ktutil, kvno, sclient, sim_client, sim_server,
483 sserver, uuclient, and uuserver
484 </seg>
485 <seg>
486 libgssapi_krb5.so, libgssrpc.so, libk5crypto.so, libkadm5clnt_mit.so,
487 libkadm5clnt.so, libkadm5srv_mit.so, libkadm5srv.so, libkdb_ldap.so
488 (optional), libkdb5.so, libkrad.so, libkrb5.so, libkrb5support.so,
489 libverto.so, and some plugins under the /usr/lib/krb5 tree
490 </seg>
491 <seg>
492 /usr/include/{gssapi,gssrpc,kadm5,krb5},
493 /usr/lib/krb5,
494 /usr/share/{doc/krb5-&mitkrb-version;,examples/krb5},
495 /var/lib/krb5kdc, and
496 /run/krb5kdc
497 </seg>
498 </seglistitem>
499 </segmentedlist>
500
501 <variablelist>
502 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
503 <?dbfo list-presentation="list"?>
504 <?dbhtml list-presentation="table"?>
505
506 <varlistentry id="gss-client">
507 <term><command>gss-client</command></term>
508 <listitem>
509 <para>
510 is a GSSAPI test client.
511 </para>
512 <indexterm zone="mitkrb gss-client">
513 <primary sortas="b-gss-client">gss-client</primary>
514 </indexterm>
515 </listitem>
516 </varlistentry>
517
518 <varlistentry id="gss-server">
519 <term><command>gss-server</command></term>
520 <listitem>
521 <para>
522 is a GSSAPI test server.
523 </para>
524 <indexterm zone="mitkrb gss-server">
525 <primary sortas="b-gss-server">gss-server</primary>
526 </indexterm>
527 </listitem>
528 </varlistentry>
529
530 <varlistentry id="k5srvutil">
531 <term><command>k5srvutil</command></term>
532 <listitem>
533 <para>
534 is a host keytable manipulation utility.
535 </para>
536 <indexterm zone="mitkrb k5srvutil">
537 <primary sortas="b-k5srvutil">k5srvutil</primary>
538 </indexterm>
539 </listitem>
540 </varlistentry>
541
542 <varlistentry id="kadmin">
543 <term><command>kadmin</command></term>
544 <listitem>
545 <para>
546 is an utility used to make modifications
547 to the Kerberos database.
548 </para>
549 <indexterm zone="mitkrb kadmin">
550 <primary sortas="b-kadmin">kadmin</primary>
551 </indexterm>
552 </listitem>
553 </varlistentry>
554
555 <varlistentry id="kadmin.local">
556 <term><command>kadmin.local</command></term>
557 <listitem>
558 <para>
559 is an utility similar to <command>kadmin</command>, but if the
560 database is db2, the local client <command>kadmin.local</command>,
561 is intended to run directly on the master KDC without Kerberos
562 authentication.
563 </para>
564 <indexterm zone="mitkrb kadmin.local">
565 <primary sortas="b-kadmin.local">kadmin.local</primary>
566 </indexterm>
567 </listitem>
568 </varlistentry>
569
570 <varlistentry id="kadmind">
571 <term><command>kadmind</command></term>
572 <listitem>
573 <para>
574 is a server for administrative access
575 to a Kerberos database.
576 </para>
577 <indexterm zone="mitkrb kadmind">
578 <primary sortas="b-kadmind">kadmind</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582
583 <varlistentry id="kdb5_ldap_util">
584 <term><command>kdb5_ldap_util (optional)</command></term>
585 <listitem>
586 <para>
587 allows an administrator to manage realms, Kerberos services
588 and ticket policies.
589 </para>
590 <indexterm zone="mitkrb kdb5_ldap_util">
591 <primary sortas="b-kdb5_ldap_util">kdb5_ldap_util</primary>
592 </indexterm>
593 </listitem>
594 </varlistentry>
595
596 <varlistentry id="kdb5_util">
597 <term><command>kdb5_util</command></term>
598 <listitem>
599 <para>
600 is the KDC database utility.
601 </para>
602 <indexterm zone="mitkrb kdb5_util">
603 <primary sortas="b-kdb5_util">kdb5_util</primary>
604 </indexterm>
605 </listitem>
606 </varlistentry>
607
608 <varlistentry id="kdestroy">
609 <term><command>kdestroy</command></term>
610 <listitem>
611 <para>
612 removes the current set of tickets.
613 </para>
614 <indexterm zone="mitkrb kdestroy">
615 <primary sortas="b-kdestroy">kdestroy</primary>
616 </indexterm>
617 </listitem>
618 </varlistentry>
619
620 <varlistentry id="kinit">
621 <term><command>kinit</command></term>
622 <listitem>
623 <para>
624 is used to authenticate to the Kerberos server as a
625 principal and acquire a ticket granting ticket that can
626 later be used to obtain tickets for other services.
627 </para>
628 <indexterm zone="mitkrb kinit">
629 <primary sortas="b-kinit">kinit</primary>
630 </indexterm>
631 </listitem>
632 </varlistentry>
633
634 <varlistentry id="klist">
635 <term><command>klist</command></term>
636 <listitem>
637 <para>
638 reads and displays the current tickets in
639 the credential cache.
640 </para>
641 <indexterm zone="mitkrb klist">
642 <primary sortas="b-klist">klist</primary>
643 </indexterm>
644 </listitem>
645 </varlistentry>
646
647 <varlistentry id="kpasswd">
648 <term><command>kpasswd</command></term>
649 <listitem>
650 <para>
651 is a program for changing Kerberos 5 passwords.
652 </para>
653 <indexterm zone="mitkrb kpasswd">
654 <primary sortas="b-kpasswd">kpasswd</primary>
655 </indexterm>
656 </listitem>
657 </varlistentry>
658
659 <varlistentry id="kprop">
660 <term><command>kprop</command></term>
661 <listitem>
662 <para>
663 takes a principal database in a specified format and
664 converts it into a stream of database records.
665 </para>
666 <indexterm zone="mitkrb kprop">
667 <primary sortas="b-kprop">kprop</primary>
668 </indexterm>
669 </listitem>
670 </varlistentry>
671
672 <varlistentry id="kpropd">
673 <term><command>kpropd</command></term>
674 <listitem>
675 <para>
676 receives a database sent by <command>kprop</command>
677 and writes it as a local database.
678 </para>
679 <indexterm zone="mitkrb kpropd">
680 <primary sortas="b-kpropd">kpropd</primary>
681 </indexterm>
682 </listitem>
683 </varlistentry>
684
685 <varlistentry id="kproplog">
686 <term><command>kproplog</command></term>
687 <listitem>
688 <para>
689 displays the contents of the KDC database update log to standard
690 output.
691 </para>
692 <indexterm zone="mitkrb kproplog">
693 <primary sortas="b-kproplog">kproplog</primary>
694 </indexterm>
695 </listitem>
696 </varlistentry>
697
698 <varlistentry id="krb5-config-prog2">
699 <term><command>krb5-config</command></term>
700 <listitem>
701 <para>
702 gives information on how to link programs against
703 libraries.
704 </para>
705 <indexterm zone="mitkrb krb5-config-prog2">
706 <primary sortas="b-krb5-config">krb5-config</primary>
707 </indexterm>
708 </listitem>
709 </varlistentry>
710
711 <varlistentry id="krb5kdc">
712 <term><command>krb5kdc</command></term>
713 <listitem>
714 <para>
715 is the <application>Kerberos 5</application> server.
716 </para>
717 <indexterm zone="mitkrb krb5kdc">
718 <primary sortas="b-krb5kdc">krb5kdc</primary>
719 </indexterm>
720 </listitem>
721 </varlistentry>
722
723 <varlistentry id="krb5-send-pr">
724 <term><command>krb5-send-pr</command></term>
725 <listitem>
726 <para>
727 sends a problem report (PR) to a central support site.
728 </para>
729 <indexterm zone="mitkrb krb5-send-pr">
730 <primary sortas="b-krb-send-pr">krb5-send-pr</primary>
731 </indexterm>
732 </listitem>
733 </varlistentry>
734
735 <varlistentry id="ksu">
736 <term><command>ksu</command></term>
737 <listitem>
738 <para>
739 is the super user program using Kerberos protocol.
740 Requires a properly configured
741 <filename>/etc/shells</filename> and
742 <filename>~/.k5login</filename> containing principals
743 authorized to become super users.
744 </para>
745 <indexterm zone="mitkrb ksu">
746 <primary sortas="b-ksu">ksu</primary>
747 </indexterm>
748 </listitem>
749 </varlistentry>
750
751 <varlistentry id="kswitch">
752 <term><command>kswitch</command></term>
753 <listitem>
754 <para>
755 makes the specified credential cache the
756 primary cache for the collection, if a cache
757 collection is available.
758 </para>
759 <indexterm zone="mitkrb kswitch">
760 <primary sortas="b-kswitch">kswitch</primary>
761 </indexterm>
762 </listitem>
763 </varlistentry>
764
765 <varlistentry id="ktutil">
766 <term><command>ktutil</command></term>
767 <listitem>
768 <para>
769 is a program for managing Kerberos keytabs.
770 </para>
771 <indexterm zone="mitkrb ktutil">
772 <primary sortas="b-ktutil">ktutil</primary>
773 </indexterm>
774 </listitem>
775 </varlistentry>
776
777 <varlistentry id="kvno">
778 <term><command>kvno</command></term>
779 <listitem>
780 <para>
781 prints keyversion numbers of Kerberos principals.
782 </para>
783 <indexterm zone="mitkrb kvno">
784 <primary sortas="b-kvno">kvno</primary>
785 </indexterm>
786 </listitem>
787 </varlistentry>
788
789 <varlistentry id="sclient">
790 <term><command>sclient</command></term>
791 <listitem>
792 <para>
793 is used to contact a sample server and authenticate to it
794 using Kerberos 5 tickets, then display the server's
795 response.
796 </para>
797 <indexterm zone="mitkrb sclient">
798 <primary sortas="b-sclient">sclient</primary>
799 </indexterm>
800 </listitem>
801 </varlistentry>
802
803 <varlistentry id="sim_client">
804 <term><command>sim_client</command></term>
805 <listitem>
806 <para>
807 is a simple UDP-based sample client program, for
808 demonstration.
809 </para>
810 <indexterm zone="mitkrb sim_client">
811 <primary sortas="b-sim_client">sim_client</primary>
812 </indexterm>
813 </listitem>
814 </varlistentry>
815
816 <varlistentry id="sim_server">
817 <term><command>sim_server</command></term>
818 <listitem>
819 <para>
820 is a simple UDP-based server application, for
821 demonstration.
822 </para>
823 <indexterm zone="mitkrb sim_server">
824 <primary sortas="b-sim_server">sim_server</primary>
825 </indexterm>
826 </listitem>
827 </varlistentry>
828
829 <varlistentry id="sserver">
830 <term><command>sserver</command></term>
831 <listitem>
832 <para>
833 is the sample Kerberos 5 server.
834 </para>
835 <indexterm zone="mitkrb sserver">
836 <primary sortas="b-sserver">sserver</primary>
837 </indexterm>
838 </listitem>
839 </varlistentry>
840
841 <varlistentry id="uuclient">
842 <term><command>uuclient</command></term>
843 <listitem>
844 <para>
845 is another sample client.
846 </para>
847 <indexterm zone="mitkrb uuclient">
848 <primary sortas="b-uuclient">uuclient</primary>
849 </indexterm>
850 </listitem>
851 </varlistentry>
852
853 <varlistentry id="uuserver">
854 <term><command>uuserver</command></term>
855 <listitem>
856 <para>
857 is another sample server.
858 </para>
859 <indexterm zone="mitkrb uuserver">
860 <primary sortas="b-uuserver">uuserver</primary>
861 </indexterm>
862 </listitem>
863 </varlistentry>
864
865
866 <varlistentry id="libgssapi_krb5">
867 <term><filename class="libraryfile">libgssapi_krb5.so</filename></term>
868 <listitem>
869 <para>
870 contains the Generic Security Service Application Programming
871 Interface (GSSAPI) functions which provides security services
872 to callers in a generic fashion, supportable with a range of
873 underlying mechanisms and technologies and hence allowing
874 source-level portability of applications to different
875 environments.
876 </para>
877 <indexterm zone="mitkrb libgssapi_krb5">
878 <primary sortas="c-libgssapi_krb5">libgssapi_krb5.so</primary>
879 </indexterm>
880 </listitem>
881 </varlistentry>
882
883 <varlistentry id="libkadm5clnt">
884 <term><filename class="libraryfile">libkadm5clnt.so</filename></term>
885 <listitem>
886 <para>
887 contains the administrative authentication and password checking
888 functions required by Kerberos 5 client-side programs.
889 </para>
890 <indexterm zone="mitkrb libkadm5clnt">
891 <primary sortas="c-libkadm5clnt">libkadm5clnt.so</primary>
892 </indexterm>
893 </listitem>
894 </varlistentry>
895
896 <varlistentry id="libkadm5srv">
897 <term><filename class="libraryfile">libkadm5srv.so</filename></term>
898 <listitem>
899 <para>
900 contains the administrative authentication and password
901 checking functions required by Kerberos 5 servers.
902 </para>
903 <indexterm zone="mitkrb libkadm5srv">
904 <primary sortas="c-libkadm5srv">libkadm5srv.so</primary>
905 </indexterm>
906 </listitem>
907 </varlistentry>
908
909 <varlistentry id="libkdb5">
910 <term><filename class="libraryfile">libkdb5.so</filename></term>
911 <listitem>
912 <para>
913 is a Kerberos 5 authentication/authorization database
914 access library.
915 </para>
916 <indexterm zone="mitkrb libkdb5">
917 <primary sortas="c-libkdb5">libkdb5.so</primary>
918 </indexterm>
919 </listitem>
920 </varlistentry>
921
922 <varlistentry id="libkrad">
923 <term><filename class="libraryfile">libkrad.so</filename></term>
924 <listitem>
925 <para>
926 contains the internal support library for RADIUS functionality.
927 </para>
928 <indexterm zone="mitkrb libkrad">
929 <primary sortas="c-libkrad">libkrad.so</primary>
930 </indexterm>
931 </listitem>
932 </varlistentry>
933
934 <varlistentry id="libkrb5">
935 <term><filename class="libraryfile">libkrb5.so</filename></term>
936 <listitem>
937 <para>
938 is an all-purpose <application>Kerberos 5</application> library.
939 </para>
940 <indexterm zone="mitkrb libkrb5">
941 <primary sortas="c-libkrb5">libkrb5.so</primary>
942 </indexterm>
943 </listitem>
944 </varlistentry>
945
946 </variablelist>
947
948 </sect2>
949
950</sect1>
Note: See TracBrowser for help on using the repository browser.