source: postlfs/security/mitkrb.xml@ 5156197

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 5156197 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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