source: postlfs/security/mitkrb.xml@ 6413d00e

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 6413d00e was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

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