source: postlfs/security/mitkrb.xml@ af22057

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since af22057 was af22057, checked in by Larry Lawrence <larry@…>, 19 years ago

verified instructions to MIT-krb5

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

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