Avoid requiring default realm for in_tkt_service
[krb5.git] / doc / admin.texinfo
1 \input texinfo-suppl.tex        % contains @doubleleftarrow{} definition
2                                 % this line must come *before* \input texinfo
3 \input texinfo @c -*-texinfo-*-
4 @c %**start of header
5 @c guide
6 @setfilename krb5-admin.info
7 @settitle Kerberos V5 System Administrator's Guide
8 @setchapternewpage odd                  @c chapter begins on next odd page
9 @c @setchapternewpage on                   @c chapter begins on next page
10 @c @smallbook                              @c Format for 7" X 9.25" paper
11 @documentencoding UTF-8
12 @c %**end of header
13 @copying
14 Copyright @copyright{} 1985-2010 by the Massachusetts Institute of Technology.
15 @end copying
16
17 @paragraphindent 0
18 @iftex
19 @parskip 6pt plus 6pt
20 @end iftex
21
22 @dircategory Kerberos
23 @direntry
24 * krb5-admin: (krb5-admin).             Kerberos V5 Administrator's Guide
25 @end direntry
26
27 @include definitions.texinfo
28 @set EDITION 1.0
29 @set UPDATED June 14, 2007
30
31 @finalout                               @c don't print black warning boxes
32
33 @titlepage
34 @title @value{PRODUCT} System Administrator's Guide
35 @subtitle Release:  @value{RELEASE}
36 @subtitle Document Edition:  @value{EDITION}
37 @subtitle Last updated:  @value{UPDATED}
38 @author @value{COMPANY}
39
40 @page
41 @vskip 0pt plus 1filll
42 @insertcopying
43 @end titlepage
44
45 @comment  node-name,  next,  previous,  up
46 @node Top, Introduction, (dir), (dir)
47
48 @ifinfo
49 This document describes how to administrate a @value{PRODUCT}
50 installation.
51
52 @insertcopying
53 @end ifinfo
54
55 @c The master menu is updated using emacs19's M-x texinfo-all-menus-update
56 @c function.  Don't forget to run M-x texinfo-every-node-update after
57 @c you add a new section or subsection, or after you've rearranged the
58 @c order of sections or subsections.  Also, don't forget to add an @node
59 @c comand before each @section or @subsection!  All you need to enter
60 @c is:
61 @c
62 @c @node New Section Name
63 @c @section New Section Name
64 @c
65 @c M-x texinfo-every-node-update will take care of calculating the
66 @c node's forward and back pointers.
67 @c
68 @c ---------------------------------------------------------------------
69
70 @menu
71 * Introduction::                
72 * How Kerberos Works::          
73 * Configuration Files::         
74 * Using DNS::                   
75 * Administrating the Kerberos Database::  
76 * Configuring Kerberos with OpenLDAP back-end::  
77 * Application Servers::         
78 * Backups of Secure Hosts::     
79 * Bug Reporting::               
80 * Appendix::                    
81 * Copyright::                   
82 @end menu
83
84 @node Introduction, How Kerberos Works, Top, Top
85 @chapter Introduction
86
87 @menu
88 * Why Should I use Kerberos?::  
89 * Documentation for Kerberos V5::  
90 * Overview of This Guide::      
91 @end menu
92
93 @node Why Should I use Kerberos?, Documentation for Kerberos V5, Introduction, Introduction
94 @section Why Should I use Kerberos?
95
96 Since Kerberos negotiates authenticated, and optionally encrypted,
97 communications between two points anywhere on the internet, it provides
98 a layer of security that is not dependent on which side of a firewall
99 either client is on.  Since studies have shown that half of the computer
100 security breaches in industry happen from @i{inside} firewalls,
101 @value{PRODUCT} from @value{COMPANY} will play a vital role in the
102 security of your network.
103
104 @node Documentation for Kerberos V5, Overview of This Guide, Why Should I use Kerberos?, Introduction
105 @section Documentation for @value{PRODUCT}
106
107 @include document-list.texinfo
108
109 @node Overview of This Guide,  , Documentation for Kerberos V5, Introduction
110 @section Overview of This Guide
111
112 The next chapter describes how Kerberos works.
113
114 Chapter three describes administration of the principals in the Kerberos
115 database.
116
117 Chapter four describes how you can use DNS in configuring your Kerberos realm.
118
119 Chapter five describes administrative programs for manipulating the
120 Kerberos database as a whole.
121
122 Chapter six describes OpenLDAP Configuration steps.
123
124 Chapter seven describes issues to consider when adding an application
125 server to the database.
126
127 Chapter eight describes our problem reporting system.
128
129 The appendices include the list of Kerberos error messages, and a
130 complete list of the time zones understood by @code{kadmin}.
131
132 @node How Kerberos Works, Configuration Files, Introduction, Top
133 @chapter How Kerberos Works
134
135 This section provides a simplified description of a general user's
136 interaction with the Kerberos system.  This interaction happens
137 transparently---users don't need to know and probably don't care about
138 what's going on---but Kerberos administrators might find a schematic
139 description of the process useful.  This description glosses over a lot
140 of details; for more information, see @i{Kerberos: An Authentication
141 Service for Open Network Systems}, a paper presented at Winter USENIX
142 1988, in Dallas, Texas.  This paper can be retreived by FTP from
143 @code{athena-dist.mit.edu}, in the location:
144 @code{/pub/ATHENA/kerberos/doc/usenix.PS}.
145
146 @menu
147 * Network Services and Their Client Programs::  
148 * Kerberos Tickets::            
149 * The Kerberos Database::       
150 * Kerberos Realms::             
151 * The Ticket-Granting Ticket::  
152 * Network Services and the Master Database::  
153 * The User/Kerberos Interaction::  
154 * Definitions::                 
155 @end menu
156
157 @node Network Services and Their Client Programs, Kerberos Tickets, How Kerberos Works, How Kerberos Works
158 @section Network Services and Their Client Programs
159
160 In an environment that provides network services, you use @dfn{client}
161 programs to request @dfn{services} from @dfn{server} programs that are
162 somewhere on the network.  Suppose you have logged in to a workstation
163 and you want to @samp{rlogin} to a typical UNIX host.  You use the local
164 @samp{rlogin} client program to contact the remote machine's
165 @samp{rlogind} daemon.
166
167 @node Kerberos Tickets, The Kerberos Database, Network Services and Their Client Programs, How Kerberos Works
168 @section Kerberos Tickets
169
170 Under Kerberos, the @samp{klogind} daemon allows you to login to a
171 remote machine if you can provide @samp{klogind} a Kerberos ticket
172 which proves your identity.  In addition to the ticket, you must also
173 have possession of the corresponding ticket session key. The
174 combination of a ticket and the ticket's session key is known as a credential.
175
176 Typically, a client program automatically obtains credentials
177 identifying the person using the client program.  The credentials are
178 obtained from a Kerberos server that resides somewhere on the network.
179 A Kerberos server maintains a database of user, server, and password
180 information.
181
182 @node The Kerberos Database, Kerberos Realms, Kerberos Tickets, How Kerberos Works
183 @section The Kerberos Database
184
185 Kerberos will give you credentials only if you have an entry in the
186 Kerberos server's @dfn{Kerberos database}.  Your database entry includes
187 your Kerberos @dfn{principal} (an identifying string, which is often
188 just your username), and your Kerberos password.  Every Kerberos user
189 must have an entry in this database.
190
191 @node Kerberos Realms, The Ticket-Granting Ticket, The Kerberos Database, How Kerberos Works
192 @section Kerberos Realms
193
194 Each administrative domain will have its own Kerberos database, which
195 contains information about the users and services for that particular
196 site or administrative domain.  This administrative domain is the
197 @dfn{Kerberos realm}.
198
199 Each Kerberos realm will have at least one Kerberos server, where the
200 master Kerberos database for that site or administrative domain is
201 stored.  A Kerberos realm may also have one or more @dfn{slave servers},
202 which have read-only copies of the Kerberos database that are
203 periodically propagated from the master server.  For more details on how
204 this is done, see the ``Set Up the Slave KDCs for Database Propagation''
205 and ``Propagate the Database to Each Slave KDC'' sections of the
206 @value{PRODUCT} Installation Guide.
207
208 @node The Ticket-Granting Ticket, Network Services and the Master Database, Kerberos Realms, How Kerberos Works
209 @section The Ticket-Granting Ticket
210
211 The @samp{kinit} command prompts for your password.  If you enter it
212 successfully, you will obtain a @dfn{ticket-granting ticket} and a
213 @dfn{ticket session key} which gives you the right to use the ticket.
214 This combination of the ticket and its associated key is known as your
215 @dfn{credentials}.  As illustrated below, client programs use your
216 ticket-granting ticket credentials in order to obtain client-specific
217 credentials as needed.
218
219 Your credentials are stored in a @dfn{credentials cache}, which is often
220 just a file in @code{/tmp}.  The credentials cache is also called the
221 @dfn{ticket file}, especially in Kerberos V4 documentation.  Note,
222 however, that a credentials cache does not have to be stored in a file.
223
224 @node Network Services and the Master Database, The User/Kerberos Interaction, The Ticket-Granting Ticket, How Kerberos Works
225 @section Network Services and the Master Database
226
227 The master database also contains entries for all network services that
228 require Kerberos authentication.  Suppose that your site has a machine,
229 @samp{laughter.@value{PRIMARYDOMAIN}}, that requires Kerberos
230 authentication from anyone who wants to @samp{rlogin} to it.  The host's
231 Kerberos realm is @samp{@value{PRIMARYREALM}}.
232
233 This service must be registered in the Kerberos database, using the
234 proper service name, which in this case is the @dfn{principal}:
235
236 @smallexample
237 host/laughter.@value{PRIMARYDOMAIN}@@@value{PRIMARYREALM}
238 @end smallexample
239
240 @noindent
241 The @samp{/} character separates the Kerberos @dfn{primary} (in this
242 case, @samp{host}) from the @dfn{instance} (in this case,
243 @samp{laughter.@value{PRIMARYDOMAIN}}); the @samp{@@} character separates
244 the realm name (in this case, @samp{@value{PRIMARYREALM}}) from the rest
245 of the principal.  The primary, @samp{host}, denotes the name or type of
246 the service that is being offered:  generic host-level access to the
247 machine.  The instance, @samp{laughter.@value{PRIMARYDOMAIN}}, names the
248 specific machine that is offering this service.  There will generally be
249 many different machines, each offering one particular type of service,
250 and the instance serves to give each one of these servers a different
251 Kerberos principal.
252
253 @menu
254 * The Keytab File::             
255 @end menu
256
257 @node The Keytab File,  , Network Services and the Master Database, Network Services and the Master Database
258 @subsection The Keytab File
259
260 For each service, there must also be a @dfn{service key} known only by
261 Kerberos and the service.  On the Kerberos server, the service key is
262 stored in the Kerberos database.
263
264 On the server host, these service keys are stored in @dfn{key tables},
265 which are files known as @dfn{keytabs}.@footnote{Keytabs were called
266 @dfn{srvtabs} in Kerberos V4.}  For example, the service keys used by
267 services that run as root are usually stored in the keytab file
268 @code{/etc/krb5.keytab}.  @b{N.B.:} This service key is the equivalent
269 of the service's password, and must be kept secure.  Data which is meant
270 to be read only by the service is encrypted using this key.
271
272 @node The User/Kerberos Interaction, Definitions, Network Services and the Master Database, How Kerberos Works
273 @section The User/Kerberos Interaction
274
275 Suppose that you walk up to a host intending to login to it, and then
276 @samp{rlogin} to the machine @samp{laughter}.  Here's what happens:
277
278 @enumerate
279 @item
280 You login to the workstation and use the @samp{kinit} command to get a
281 ticket-granting ticket.  This command prompts you for your Kerberos
282 password.  (On systems running the @value{PRODUCT} @samp{login} program,
283 this may be done as part of the login process, not requiring the user to
284 run a separate program.)
285
286 @enumerate A
287 @item
288 The @samp{kinit} command sends your request to the Kerberos master
289 server machine.  The server software looks for your principal name's
290 entry in the Kerberos database.
291
292 @item
293 If this entry exists, the Kerberos server creates and returns a
294 ticket-granting ticket and the key which allows you to use it, encrypted
295 by your password.  If @samp{kinit} can decrypt the Kerberos reply using
296 the password you provide, it stores this ticket in a credentials cache
297 on your local machine for later use.  The name of the credentials cache
298 can be specified in the @samp{KRB5CCNAME} environment variable.  If this
299 variable is not set, the name of the file will be
300 @file{/tmp/krb5cc_<uid>}, where <uid> is your UNIX user-id, represented
301 in decimal format.
302 @end enumerate
303
304 @need 1500
305 @item
306 Now you use the @samp{rlogin} client to access the machine
307 @samp{laughter}.
308
309 @example
310 host% @b{rlogin laughter}
311 @end example
312
313 @enumerate A
314 @item
315 The @samp{rlogin} client checks your ticket file to see if you have a
316 ticket for the @samp{host} service for @samp{laughter}.  You don't, so
317 @samp{rlogin} uses the credential cache's ticket-granting ticket to make
318 a request to the master server's ticket-granting service.
319
320 @item
321 This ticket-granting service receives the request for a ticket for
322 @samp{host/laughter.@value{PRIMARYDOMAIN}}, and looks in the master
323 database for an entry for @samp{host/laughter.@value{PRIMARYDOMAIN}}.
324 If the entry exists, the ticket-granting service issues you a ticket for
325 that service.  That ticket is also cached in your credentials cache.
326
327 @item
328 The @samp{rlogin} client now sends that ticket to the @samp{laughter}
329 @samp{klogind} service program.  The service program checks the ticket
330 by using its own service key.  If the ticket is valid, it now knows your
331 identity.  If you are allowed to login to @samp{laughter} (because your
332 username matches one in /etc/passwd, or your Kerberos principal is in
333 the appropriate @file{.k5login} file), @code{klogind} will let you
334 login.
335 @end enumerate
336 @end enumerate
337
338 @node Definitions,  , The User/Kerberos Interaction, How Kerberos Works
339 @section Definitions
340
341 Following are definitions of some of the Kerberos terminology.
342
343 @include glossary.texinfo
344
345 @node Configuration Files, Using DNS, How Kerberos Works, Top
346 @chapter Configuration Files
347
348 @menu
349 * Supported Encryption Types::  
350 * Salts::                       
351 * krb5.conf::                   
352 * kdc.conf::                    
353 @end menu
354
355 @node Supported Encryption Types, Salts, Configuration Files, Configuration Files
356 @section Supported Encryption Types
357
358 Any tag in the configuration files which requires a list of encryption
359 types can be set to some combination of the following strings.
360 Encryption types marked as ``weak'' are available for compatibility
361 but not recommended for use.
362
363 @include support-enc.texinfo
364
365 The string DEFAULT can be used to refer to the default set of types for
366 the variable in question.  Types or families can be removed from the
367 current list by prefixing them with a minus sign (``-'').  Types or
368 families can be prefixed with a plus sign (``+'') for symmetry; it has
369 the same meaning as just listing the type or family.  For example,
370 ``DEFAULT -des'' would be the default set of encryption types with DES
371 types removed, and ``des3 DEFAULT'' would be the default set of
372 encryption types with triple DES types moved to the front.
373
374 While aes128-cts and aes256-cts are supported for all Kerberos
375 operations, they are not supported by older versions of our GSSAPI
376 implementation (krb5-1.3.1 and earlier).
377
378 By default, AES is enabled in this release.  Sites wishing to use AES
379 encryption types on their KDCs need to be careful not to give GSSAPI
380 services AES keys if the servers have not been updated.  If older
381 GSSAPI services are given AES keys, then services may fail when
382 clients supporting AES for GSSAPI are used.  Sites may wish to use AES
383 for user keys and for the ticket granting ticket key, although doing
384 so requires specifying what encryption types are used as each
385 principal is created.
386
387 If all GSSAPI-based services have been updated before or with the KDC,
388 this is not an issue.
389
390 @node Salts, krb5.conf, Supported Encryption Types, Configuration Files
391 @section Salts
392
393 Your Kerberos key is derived from your password.  To ensure that people
394 who happen to pick the same password do not have the same key, Kerberos
395 5 incorporates more information into the key using something called a
396 salt.  The supported values for salts are as follows.
397
398 @include salts.texinfo
399
400 @node krb5.conf, kdc.conf, Salts, Configuration Files
401 @section krb5.conf
402
403 @include krb5conf.texinfo
404
405 @menu
406 * libdefaults::                 
407 * appdefaults::                 
408 * login::                       
409 * realms (krb5.conf)::          
410 * domain_realm::                
411 * logging::                     
412 * capaths::                     
413 * dbdefaults::                  
414 * dbmodules::                   
415 * plugins::                     
416 * pkinit client options::       
417 * Sample krb5.conf File::       
418 @end menu
419
420 @node libdefaults, appdefaults, krb5.conf, krb5.conf
421 @subsection [libdefaults]
422
423 The @code{libdefaults} section may contain any of the following
424 relations:
425
426 @table @b
427 @itemx default_keytab_name
428 This relation specifies the default keytab name to be used by
429 application servers such as telnetd and rlogind.  The default is
430 @value{DefaultDefaultKeytabName}.
431
432 @itemx default_realm
433 Identifies the default Kerberos realm for the client.  Set its value to
434 your Kerberos realm.  If this is not specified and the TXT record
435 lookup is enabled (see @ref{Using DNS}), then that information will be
436 used to determine the default realm.  If this tag is not set in this
437 configuration file and there is no DNS information found, then an error
438 will be returned.
439
440 @itemx default_tgs_enctypes
441 Identifies the supported list of session key encryption types that
442 should be returned by the KDC.  The list may be delimited with commas
443 or whitespace.  Kerberos supports many different encryption types, and
444 support for more is planned in the future. (see @ref{Supported Encryption
445 Types} for a list of the accepted values for this tag).  The default
446 value is @value{DefaultDefaultTgsEnctypes}.
447
448 @itemx default_tkt_enctypes
449 Identifies the supported list of session key encryption types that
450 should be requested by the client.  The format is the same as for
451 @emph{default_tgs_enctypes}.  The default value for this tag is
452 @value{DefaultDefaultTktEnctypes}.
453
454 @itemx permitted_enctypes 
455 Identifies all encryption types that are permitted for use in session
456 key encryption.  The default value for this tag is
457 @value{DefaultPermittedEnctypes}.
458
459 @itemx allow_weak_crypto
460 If this is set to 0 (for false), then weak encryption types will be
461 filtered out of the previous three lists (as noted in @ref{Supported
462 Encryption Types}).  The default value for this tag is false, which
463 may cause authentication failures in existing Kerberos infrastructures
464 that do not support strong crypto.  Users in affected environments
465 should set this tag to true until their infrastructure adopts stronger
466 ciphers.
467
468 @itemx clockskew
469 Sets the maximum allowable amount of clockskew in seconds that the
470 library  will tolerate before assuming that a Kerberos message is
471 invalid.  The default value is @value{DefaultClockskew}.
472
473 @itemx ignore_acceptor_hostname
474 When accepting GSSAPI or krb5 security contexts for host-based service
475 principals, ignore any hostname passed by the calling application and
476 allow any service principal present in the keytab which matches the
477 service name and realm name (if given).  This option can improve
478 the administrative flexibility of server applications multi-homed hosts,
479 but can compromise the security of virtual hosting environments.  The
480 default value is false.
481
482 @itemx k5login_authoritative
483 If the value of this relation is true (the default), principals must
484 be listed in a local user's k5login file to be granted login access,
485 if a k5login file exists.  If the value of this relation is false, a
486 principal may still be granted login access through other mechanisms
487 even if a k5login file exists but does not list the principal.
488
489 @itemx k5login_directory
490 If set, the library will look for a local user's k5login file within the
491 named directory, with a filename corresponding to the local username.
492 If not set, the library will look for k5login files in the user's home
493 directory, with the filename @code{.k5login}.  For security reasons,
494 k5login files must be owned by the local user or by root.
495
496 @itemx kdc_timesync
497 If this is set to 1 (for true), then client machines will compute the
498 difference between their time and the time returned by the KDC in the
499 timestamps in the tickets and use this value to correct for an
500 inaccurate system clock.  This corrective factor is only used by the
501 Kerberos library.  The default is @value{DefaultKDCTimesync}.
502
503 @itemx kdc_req_checksum_type
504
505 @itemx ap_req_checksum_type
506
507 @itemx safe_checksum_type
508 An integer which specifies the type of checksum to use.  Used for
509 compatability with DCE security servers which do not support the
510 default @value{DefaultChecksumType} used by this version of Kerberos.
511 The
512 kdc_req_checksum_type is only used for DES keys.   The ap_req_checksum_type defaults to the preferred checksum for the encryption type being used if unset.  If set, then the selected checksum is used regardless of the type of key being used.  The possible values and their meanings are as follows.
513
514 @comment taken from krb5/src/include/krb5.h[in]
515 @table @b
516 @item 1
517 CRC32
518 @item 2
519 RSA MD4
520 @item 3
521 RSA MD4 DES
522 @item 4
523 DES CBC
524 @item 7
525 RSA MD5
526 @item 8
527 RSA MD5 DES
528 @item 9
529 NIST SHA
530 @item 12
531 HMAC SHA1 DES3
532 @item -138
533 Microsoft MD5 HMAC checksum type
534 @end table
535
536 @itemx preferred_preauth_types
537 This allows you to set the preferred preauthentication types which the
538 client will attempt before others which may be advertised by a KDC.  The
539 default value for this setting is "17, 16, 15, 14", which forces libkrb5
540 to attempt to use PKINIT if it is supported.
541
542 @comment see lib/krb5/ccache/fcc.h
543 @itemx ccache_type
544 Use this parameter on systems which are DCE clients, to specify the
545 type of cache to be created by kinit, or when forwarded tickets are
546 received.  DCE and Kerberos can share the cache, but some versions of
547 DCE do not support the default cache as created by this version of
548 Kerberos.  Use a value of 1 on DCE 1.0.3a systems, and a value of 2 on
549 DCE 1.1 systems.  The default value is @value{DefaultCcacheType}.
550
551 @itemx dns_lookup_kdc
552 Indicate whether DNS SRV records should be used to locate the KDCs and
553 other servers for a realm, if they are not listed in the information for
554 the realm.  (Note that the @samp{admin_server} entry must be in the
555 file, because the DNS implementation for it is incomplete.)
556
557 Enabling this option does open up a type of denial-of-service attack, if
558 someone spoofs the DNS records and redirects you to another server.
559 However, it's no worse than a denial of service, because that fake KDC
560 will be unable to decode anything you send it (besides the initial
561 ticket request, which has no encrypted data), and anything the fake KDC
562 sends will not be trusted without verification using some secret that it
563 won't know.
564
565 If this option is not specified but @samp{dns_fallback} is, that value
566 will be used instead.  If neither option is specified, the behavior
567 depends on configure-time options; if none were given, the default is to
568 enable this option.  If the DNS support is not compiled in, this entry
569 has no effect.
570
571 @itemx dns_lookup_realm
572 Indicate whether DNS TXT records should be used to determine the
573 Kerberos realm of a host.
574
575 Enabling this option may permit a redirection attack, where spoofed DNS
576 replies persuade a client to authenticate to the wrong realm, when
577 talking to the wrong host (either by spoofing yet more DNS records or by
578 intercepting the net traffic).  Depending on how the client software
579 manages hostnames, however, it could already be vulnerable to such
580 attacks.  We are looking at possible ways to minimize or eliminate this
581 exposure.  For now, we encourage more adventurous sites to try using
582 Secure DNS.
583
584 If this option is not specified but @samp{dns_fallback} is, that value
585 will be used instead.  If neither option is specified, the behavior
586 depends on configure-time options; if none were given, the default is to
587 disable this option.  If the DNS support is not compiled in, this entry
588 has no effect.
589
590 @itemx dns_fallback
591 General flag controlling the use of DNS for Kerberos information.  If
592 both of the preceding options are specified, this option has no effect.
593
594 @itemx realm_try_domains
595 Indicate whether a host's domain components should be used to determine
596 the Kerberos realm of the host.  The value of this variable is an
597 integer: -1 means not to search, 0 means to try the host's domain
598 itself, 1 means to also try the domain's immediate parent, and so forth.
599 The library's usual mechanism for locating Kerberos realms is used to
600 determine whether a domain is a valid realm--which may involve
601 consulting DNS if dns_lookup_kdc is set.  The default is not to search
602 domain components.
603
604 @itemx extra_addresses
605 This allows a computer to use multiple local addresses, in order to
606 allow Kerberos to work in a network that uses NATs.  The addresses
607 should be in a comma-separated list.
608
609 @itemx udp_preference_limit
610 When sending a message to the KDC, the library will try using TCP before
611 UDP if the size of the message is above @code{udp_preference_list}.
612 If the message is smaller than @code{udp_preference_list}, then UDP
613 will be tried before TCP.  Regardless of the size, both protocols will
614 be tried if the first attempt fails.
615
616 @itemx verify_ap_req_nofail
617 If this flag is set, then an attempt to get initial credentials will
618 fail if the client machine does not have a keytab.  The default for the
619 flag is @value{DefaultVerifyApReqNofail}.
620
621 @itemx ticket_lifetime
622 The value of this tag is the default lifetime for
623 initial tickets.  The default value for the tag is
624 @value{DefaultTktLifetime}.
625
626 @itemx renew_lifetime
627 The value of this tag is the default renewable lifetime for
628 initial tickets.  The default value for the tag is
629 @value{DefaultRenewLifetime}.
630
631 @itemx noaddresses
632 Setting this flag causes the initial Kerberos ticket to be addressless.
633 The default for the flag is @value{DefaultNoaddresses}.
634
635 @itemx forwardable
636 If this flag is set, initial tickets by default will be forwardable.
637 The default value for this flag is @value{DefaultForwardable}.
638
639 @itemx proxiable
640 If this flag is set, initial tickets by default will be proxiable.
641 The default value for this flag is @value{DefaultProxiable}.
642
643 @itemx rdns
644 If set to false, prevent the use of reverse DNS resolution when
645 translating hostnames into service principal names.  Defaults to
646 true.  Setting this flag to false is more secure, but may force
647 users to exclusively use fully qualified domain names when
648 authenticating to services.
649
650 @end table
651
652
653
654 @node appdefaults, login, libdefaults, krb5.conf
655 @subsection [appdefaults]
656
657 Each tag in the [appdefaults] section names a Kerberos V5 application
658 or an option that is used by some Kerberos V5 application[s].  The
659 value of the tag defines the default behaviors for that application.
660
661 For example:
662
663 @smallexample
664 @group
665 [appdefaults]
666     telnet = @{
667         @value{PRIMARYREALM} = @{
668              option1 = false
669         @}
670     @}
671     telnet = @{
672         option1 = true
673         option2 = true
674     @}
675     @value{PRIMARYREALM} = @{
676         option2 = false
677     @}
678     option2 = true
679
680 @end group
681 @end smallexample
682
683 The above four ways of specifying the value of an option are shown
684 in order of decreasing precedence.   In this example, if telnet is
685 running in the realm @value{SECONDREALM}, it should, by default, have
686 option1 and option2 set to true.  However, a telnet program in the realm
687 @value{PRIMARYREALM} should have option1 set to false and option2 set
688 to true.  Any other programs in @value{PRIMARYREALM} should have option2
689 set to false by default.  Any programs running in other realms should
690 have option2 set to true.
691
692 The list of specifiable options for each application may be found in
693 that application's man pages.  The application defaults specified here
694 are overridden by those specified in the [realms] section.
695
696
697 @node login, realms (krb5.conf), appdefaults, krb5.conf
698 @subsection [login]
699
700 Each tag in the [login] section of the file is an option for
701 login.krb5.  This section may contain any of the following relations:
702
703 @table @b
704 @itemx krb5_get_tickets
705 Indicate whether or not to use a user's password to get V5 tickets.
706 The default value is @value{DefaultKrb5GetTickets}.
707
708 @itemx krb_run_aklog
709 Indicate whether or not to run aklog.  The default value is
710 @value{DefaultKrbRunAklog}.
711
712 @itemx aklog_path
713 Indicate where to find aklog.  The default value is
714 @value{DefaultAklogPath}.
715
716 @itemx accept_passwd
717 A true value will cause login not to accept plaintext passwords.  The
718 default value is @value{DefaultAcceptPasswd}.  This is not yet
719 implemented.
720 @end table
721
722 @node realms (krb5.conf), domain_realm, login, krb5.conf
723 @subsection [realms]
724
725 Each tag in the [realms] section of the file is the name of a Kerberos
726 realm.  The value of the tag is a subsection with relations that define
727 the properties of that particular realm.  For each realm, the following
728 tags may be specified in the realm's subsection:
729
730 @table @b
731 @itemx kdc
732 The name or address of a host running a KDC for that realm.  An optional
733 port number, separated from the hostname by a colon, may be included.
734 If the name or address contains colons (for example, if it is an IPv6
735 address), enclose it in square brackets to distinguish the colon from a
736 port separator.  For your computer to be able to communicate with the
737 KDC for each realm, this tag must be given a value in each realm
738 subsection in the configuration file, or there must be DNS SRV records
739 specifying the KDCs (see @ref{Using DNS}).
740
741 @itemx master_kdc
742 Identifies the master KDC(s).  Currently, this tag is used in only one
743 case: If an attempt to get credentials fails because of an invalid
744 password, the client software will attempt to contact the master KDC,
745 in case the user's password has just been changed, and the updated
746 database has not been propagated to the slave servers yet.
747
748 @itemx database_module
749
750 This relation indicates the name of the configuration section under [dbmodules] for database specific parameters used by the loadable database library.
751
752
753 @itemx admin_server
754 Identifies the host where the administration server is running.
755 Typically, this is the master Kerberos server.  This tag must be given
756 a value in order to communicate with the kadmin server for the realm.
757
758 @ignore
759 this doesn't seem to be used in the code
760 @itemx application defaults
761 Application defaults that are specific to a particular realm may be
762 specified within that realm's tag.  Realm-specific application defaults
763 override the global defaults specified in the [appdefaults] section.
764 @end ignore
765
766 @itemx default_domain
767 This tag is used for Kerberos 4 compatibility.  Kerberos 4 does not
768 require the entire hostname of a server to be in its principal like
769 Kerberos 5 does.  This tag provides the domain name needed to produce a
770 full hostname when translating V4 principal names into V5 principal
771 names.  All servers in this realm are assumed to be in the domain given
772 as the value of this tag
773
774 @itemx v4_instance_convert
775 This subsection allows the administrator to configure exceptions to the
776 default_domain mapping rule.  It contains V4 instances (the tag name)
777 which should be translated to some specific hostname (the tag value) as
778 the second component in a Kerberos V5 principal name.
779
780 @itemx v4_realm
781 This relation is used by the krb524 library routines when converting a
782 V5 principal name to a V4 principal name.  It is used when the V4 realm
783 name and the V5 realm name are not the same, but still share the same
784 principal names and passwords.  The tag value is the Kerberos V4 realm
785 name.
786
787 @itemx auth_to_local_names
788 This subsection allows you to set explicit mappings from principal
789 names to local user names.  The tag is the mapping name, and the value
790 is the corresponding local user name.
791
792 @itemx auth_to_local
793 This tag allows you to set a general rule for mapping principal names
794 to local user names.  It will be used if there is not an explicit
795 mapping for the principal name that is being translated.  The possible
796 values are:
797
798 @table @b
799
800 @item DB:@i{filename}
801 The principal will be looked up in the database @i{filename}.  Support
802 for this is not currently compiled in by default.
803
804 @item RULE:@i{exp}
805 The local name will be formulated from @i{exp}.
806
807 The format for @i{exp} is
808 @code{[@i{n}:@i{string}](@i{regexp})s/@i{pattern}/@i{replacement}/g}.
809 The integer @i{n} indicates how many components the target principal
810 should have.  If this matches, then a string will be formed from
811 @i{string}, substituting the realm of the principal for @code{$0} and
812 the @i{n}'th component of the principal for @code{$@i{n}} (e.g. if the
813 principal was @value{RANDOMUSER}/admin then [2:$2$1foo] would result in
814 the string "admin@value{RANDOMUSER}foo").  If this string matches
815 @i{regexp}, then the @code{s//[g]} substitution command will be run over
816 the string.  The optional g will cause the substitution to be global
817 over the string, instead of replacing only the first match in the
818 string.
819
820 @item DEFAULT
821 The principal name will be used as the local user name.  If the
822 principal has more than one component or is not in the default realm,
823 this rule is not applicable and the conversion will fail.
824
825 @end table
826
827 For example:
828
829 @smallexample
830 @group
831 [realms]
832     @value{PRIMARYREALM} = @{
833         auth_to_local = RULE:[2:$1](@value{RANDOMUSER})s/^.*$/guest/
834         auth_to_local = RULE:[2:$1;$2](^.*;admin$)s/;admin$//
835         auth_to_local = RULE:[2:$2](^.*;root)s/^.*$/root/
836         auto_to_local = DEFAULT
837     @}
838 @end group
839 @end smallexample
840
841 would result in any principal without @code{root} or @code{admin} as
842 the second component to be translated with the default rule.  A
843 principal with a second component of @code{admin} will become its first
844 component.  @code{root} will be used as the local name for any
845 principal with a second component of @code{root}.  The exception to
846 these two rules are any principals @value{RANDOMUSER}/*, which will
847 always get the local name @code{guest}.
848
849 @end table
850
851 @node domain_realm, logging, realms (krb5.conf), krb5.conf
852 @subsection [domain_realm]
853
854 The [domain_realm] section provides a translation from a domain name or
855 hostname to a Kerberos realm name.  The tag name can be a host name, or
856 a domain name, where domain names are indicated by a prefix of a period
857 (@samp{.}).  The value of the relation is the Kerberos realm name for
858 that particular host or domain.  Host names and domain names should be
859 in lower case.
860
861 If no translation entry applies, the host's realm is considered to be
862 the hostname's domain portion converted to upper case.  For example, the
863 following [domain_realm] section:
864
865 @smallexample
866 @group
867 [domain_realm]
868 @ifset MIT
869     .mit.edu = ATHENA.MIT.EDU
870 @end ifset
871     @value{PRIMARYDOMAIN} = @value{PRIMARYREALM}
872     crash.@value{PRIMARYDOMAIN} = TEST.@value{PRIMARYREALM}
873     @value{SECONDDOMAIN} = @value{SECONDREALM}
874 @end group
875 @end smallexample
876
877 @noindent
878 maps crash.@value{PRIMARYDOMAIN} into the TEST.@value{PRIMARYREALM}
879 realm.  All other hosts in the @value{PRIMARYDOMAIN} domain will map by
880 default to the @value{PRIMARYREALM} realm, and all hosts in the
881 @value{SECONDDOMAIN} domain will map by default into the
882 @value{SECONDREALM} realm.  Note the entries for the hosts
883 @value{PRIMARYDOMAIN} and @value{SECONDDOMAIN}.  Without these entries,
884 @ifset CYGNUS
885 these hosts would be mapped into the Kerberos realms @samp{COM} and
886 @end ifset
887 @ifclear CYGNUS
888 these hosts would be mapped into the Kerberos realms @samp{EDU} and
889 @end ifclear
890 @samp{ORG}, respectively.
891
892 @node logging, capaths, domain_realm, krb5.conf
893 @subsection [logging]
894 The [logging] section indicates how a particular entity is to perform
895 its logging.  The relations in this section assign one or more values to
896 the entity name.  Currently, the following entities are used:
897
898 @table @b
899
900 @itemx kdc
901 These entries specify how the KDC is to perform its logging.
902
903 @itemx admin_server
904 These entries specify how the administrative server
905 is to perform its logging.
906
907 @itemx default
908 These entries specify how to perform logging in the
909 absence of explicit specifications otherwise.
910 @end table
911
912 Values are of the following forms:
913
914 @table @b
915 @itemx FILE=<filename>
916
917 @itemx FILE:<filename> 
918 This value causes the entity's logging messages to go to the specified
919 file.  If the @samp{=} form is used, the file is overwritten.  If the
920 @samp{:} form is used, the file is appended to.
921
922 @itemx STDERR
923 This value causes the entity's logging messages to go to its standard
924 error stream.
925
926 @itemx CONSOLE
927 This value causes the entity's logging messages to go to the console, if
928 the system supports it.
929
930 @itemx DEVICE=<devicename>
931 This causes the entity's logging messages to go to the specified device.
932
933 @itemx SYSLOG[:<severity>[:<facility>]]
934 This causes the entity's logging messages to go to the system log.
935
936 The @dfn{severity} argument specifies the default severity of system log
937 messages.  This may be any of the following severities supported by the
938 @code{syslog(3)} call, minus the LOG_ prefix:  LOG_EMERG, LOG_ALERT,
939 LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO, and LOG_DEBUG.
940 For example, a value of @samp{CRIT} would specify LOG_CRIT severity.
941
942 The facility argument specifies the facility under which the messages
943 are logged.  This may be any of the following facilities supported by
944 the syslog(3) call minus the LOG_ prefix:  LOG_KERN, LOG_USER, LOG_MAIL,
945 LOG_DAEMON, LOG_AUTH, LOG_LPR, LOG_NEWS, LOG_UUCP, LOG_CRON, and
946 LOG_LOCAL0 through LOG_LOCAL7.
947
948 If no severity is specified, the default is ERR.  If no facility is
949 specified, the default is AUTH.
950 @end table
951
952 In the following example, the logging messages from the KDC will go to
953 the console and to the system log under the facility LOG_DAEMON with
954 default severity of LOG_INFO; and the logging messages from the
955 administrative server will be appended to the file /var/adm/kadmin.log
956 and sent to the device /dev/tty04.
957
958 @smallexample
959 @group
960 [logging]
961     kdc = CONSOLE
962     kdc = SYSLOG:INFO:DAEMON
963     admin_server = FILE:/var/adm/kadmin.log
964     admin_server = DEVICE=/dev/tty04
965 @end group
966 @end smallexample
967
968 @node capaths, dbdefaults, logging, krb5.conf
969 @subsection [capaths]
970
971 In order to perform direct (non-hierarchical) cross-realm
972 authentication, a database is needed to construct the authentication
973 paths between the realms.  This section defines that database.
974
975 A client will use this section to find the authentication path between
976 its realm and the realm of the server.  The server will use this section
977 to verify the authentication path used by the client, by checking the
978 transited field of the received ticket.
979
980 There is a tag for each participating realm, and each tag has subtags
981 for each of the realms.  The value of the subtags is an intermediate
982 realm which may participate in the cross-realm authentication.  The
983 subtags may be repeated if there is more then one intermediate realm.  A
984 value of "."  means that the two realms share keys directly, and no
985 intermediate realms should be allowed to participate.
986
987 There are n**2 possible entries in this table, but only those entries
988 which will be needed on the client or the server need to be present.
989 The client needs a tag for its local realm, with subtags for all the
990 realms of servers it will need to authenticate with.  A server needs a
991 tag for each realm of the clients it will serve.
992
993 For example, ANL.GOV, PNL.GOV, and NERSC.GOV all wish to use the ES.NET
994 realm as an intermediate realm.  ANL has a sub realm of TEST.ANL.GOV
995 which will authenticate with NERSC.GOV but not PNL.GOV.  The [capaths]
996 section for ANL.GOV systems would look like this:
997
998 @smallexample
999 @group
1000 [capaths]
1001     ANL.GOV = @{
1002         TEST.ANL.GOV = .
1003         PNL.GOV = ES.NET
1004         NERSC.GOV = ES.NET
1005         ES.NET = .
1006     @}
1007     TEST.ANL.GOV = @{
1008         ANL.GOV = .
1009     @}
1010     PNL.GOV = @{
1011         ANL.GOV = ES.NET
1012     @}
1013     NERSC.GOV = @{
1014         ANL.GOV = ES.NET
1015     @}
1016     ES.NET = @{
1017         ANL.GOV = .
1018     @}
1019 @end group
1020 @end smallexample
1021
1022 The [capaths] section of the configuration file used on NERSC.GOV systems
1023 would look like this:
1024
1025 @smallexample
1026 @group
1027 [capaths]
1028     NERSC.GOV = @{
1029         ANL.GOV = ES.NET
1030         TEST.ANL.GOV = ES.NET
1031         TEST.ANL.GOV = ANL.GOV
1032         PNL.GOV = ES.NET
1033         ES.NET = .
1034     @}
1035     ANL.GOV = @{
1036         NERSC.GOV = ES.NET
1037     @}
1038     PNL.GOV = @{
1039         NERSC.GOV = ES.NET
1040     @}
1041     ES.NET = @{
1042         NERSC.GOV = .
1043     @}
1044     TEST.ANL.GOV = @{
1045         NERSC.GOV = ANL.GOV
1046         NERSC.GOV = ES.NET
1047     @}
1048 @end group
1049 @end smallexample
1050
1051 In the above examples, the ordering is not important, except when the
1052 same subtag name is used more then once.  The client will use this to
1053 determine the path.  (It is not important to the server, since the
1054 transited field is not sorted.)
1055
1056 This feature is not currently supported by DCE.  DCE security servers
1057 can be used with Kerberized clients and servers, but versions prior to
1058 DCE 1.1 did not fill in the transited field, and should be used with
1059 caution.
1060
1061 @node dbdefaults, dbmodules, capaths, krb5.conf
1062 @subsection [dbdefaults]
1063
1064 The [dbdefaults] section provides default values for the database specific parameters. It can also specify the configuration section under [dbmodules] section for database specific parameters used by the database library.(@pxref{dbmodules}). 
1065
1066 The following tags are used in this section:
1067
1068 @table @b
1069 @itemx database_module
1070 This relation indicates the name of the configuration section under the [dbmodules] for database specific parameters used by the loadable database library. 
1071
1072 @itemx ldap_kerberos_container_dn 
1073 This LDAP specific tag indicates the DN of the container object where the realm objects will be located. This value is used if the container object is not mentioned in the configuration section under [dbmodules].
1074
1075 @itemx ldap_kdc_dn
1076 This LDAP specific tag indicates the default bind DN for the KDC server. The KDC server does a login to the directory as this object. This object should have the rights to read the Kerberos data in the LDAP database. This value is used if the bind DN for the KDC is not mentioned in the configuration section under [dbmodules].
1077
1078 @itemx ldap_kadmind_dn
1079 This LDAP specific tag indicates the default bind DN for the Administration server. The administration server does a login to the directory as this object. This object should have the rights to read and write the Kerberos data in the LDAP database. This value is used if the bind DN for the Administration server is not mentioned in the configuration section under [dbmodules].
1080
1081 @itemx ldap_service_password_file
1082
1083 This LDAP specific tag indicates the file containing the stashed passwords (created by @code{kdb5_ldap_util stashsrvpw}) for the objects used by the Kerberos servers to bind to the LDAP server. This file must be kept secure. This value is used if no service password file is mentioned in the configuration section under [dbmodules].
1084
1085 @itemx ldap_servers
1086
1087 This LDAP specific tag indicates the list of LDAP servers that the Kerberos servers can connect to. The list of LDAP servers is whitespace-separated. The LDAP server is specified by a LDAP URI. This value is used if no LDAP servers are mentioned in the configuration section under [dbmodules]. It is recommended to use the ldapi:// or ldaps:// interface and not to use ldap:// interface.
1088
1089 @itemx ldap_conns_per_server
1090 This LDAP specific tag indicates the number of connections to be maintained per LDAP server. This value is used if the number of connections per LDAP server are not mentioned in the configuration section under [dbmodules]. The default value is 5.
1091 @end table
1092
1093 @node dbmodules, plugins, dbdefaults, krb5.conf
1094 @subsection [dbmodules]
1095
1096 Contains database specific parameters used by the database library. Each tag in the [dbmodules] section of the file names a configuration section for database specific parameters that can be referred to by a realm. The value of the tag is a subsection where the relations in that subsection define the database specific parameters.
1097
1098 For each section, the following tags may be specified in the subsection:
1099
1100 @table @b
1101 @itemx db_library
1102 This tag indicates the name of the loadable database library. The value should be @samp{db2} for DB2 database and @samp{kldap} for LDAP database.
1103
1104 @itemx database_name
1105 This DB2-specific tag indicates the location of the database in the
1106 filesystem.  The default is @* @code{@value{DefaultDatabaseName}}.
1107
1108 @itemx disable_last_success
1109 If set to @code{true}, suppresses KDC updates to the ``Last successful
1110 authentication'' field of principal entries requiring preauthentication.
1111 Setting this flag may improve performance.  (Principal entries which do
1112 not require preauthentication never update the ``Last successful
1113 authentication'' field.)
1114
1115 @itemx disable_lockout
1116 If set to @code{true}, suppresses KDC updates to the ``Last failed
1117 authentication'' and ``Failed password attempts'' fields of principal
1118 entries requiring preauthentication.  Setting this flag may improve
1119 performance, but also disables account lockout.
1120
1121 @itemx ldap_kerberos_container_dn 
1122 This LDAP specific tag indicates the DN of the container object where the realm objects will be located.
1123
1124 @itemx ldap_kdc_dn
1125 This LDAP specific tag indicates the default bind DN for the KDC server. The KDC server does a login to the directory as this object. This object should have the rights to read the Kerberos data in the LDAP database.
1126
1127 @itemx ldap_kadmind_dn
1128 This LDAP specific tag indicates the default bind DN for the Administration server. The administration server does a login to the directory as this object. This object should have the rights to read and write the Kerberos data in the LDAP database.
1129
1130 @itemx ldap_service_password_file
1131 This LDAP specific tag indicates the file containing the stashed passwords (created by @code{kdb5_ldap_util stashsrvpw}) for the objects used by the Kerberos servers to bind to the LDAP server. This file must be kept secure.
1132
1133 @itemx ldap_servers
1134 This LDAP specific tag indicates the list of LDAP servers that the Kerberos servers can connect to. The list of LDAP servers is whitespace-separated. The LDAP server is specified by a LDAP URI. It is recommended to use ldapi:// or ldaps:// interface to connect to the LDAP server.
1135
1136 @itemx ldap_conns_per_server
1137 This LDAP specific tags indicates the number of connections to be maintained per LDAP server. 
1138
1139 @end table
1140
1141 @node plugins, pkinit client options, dbmodules, krb5.conf
1142 @subsection Plugins
1143
1144 @menu
1145 * pwqual interface::            
1146 * kadm5_hook interface::        
1147 * clpreauth and kdcpreauth interfaces::        
1148 @end menu
1149
1150 Tags in the [plugins] section can be used to register dynamic plugin
1151 modules and to turn modules on and off.  Not every krb5 pluggable
1152 interface uses the [plugins] section; the ones that do are documented
1153 here.
1154
1155 Each pluggable interface corresponds to a subsection of [plugins].
1156 All subsections support the same tags:
1157
1158 @table @b
1159 @itemx module
1160 This tag may have multiple values.  Each value is a string of the form
1161 "modulename:pathname", which causes the shared object located at
1162 pathname to be registered as a dynamic module named modulename for the
1163 pluggable interface.  If pathname is not an absolute path, it will be
1164 treated as relative to the "krb5/plugins" subdirectory of the krb5
1165 library directory.
1166
1167 @itemx enable_only
1168 This tag may have multiple values.  If there are values for this tag,
1169 then only the named modules will be enabled for the pluggable
1170 interface.
1171
1172 @itemx disable
1173 This tag may have multiple values.  If there are values for this tag,
1174 then the named modules will be disabled for the pluggable interface.
1175 @end table
1176
1177 The following subsections are currently supported within the [plugins]
1178 section:
1179
1180 @node pwqual interface, kadm5_hook interface, plugins, plugins
1181 @subsubsection pwqual interface
1182
1183 The pwqual subsection controls modules for the password quality
1184 interface, which is used to reject weak passwords when passwords are
1185 changed.  In addition to any registered dynamic modules, the following
1186 built-in modules exist (and may be disabled with the disable tag):
1187
1188 @table @b
1189 @itemx dict
1190 Checks against the realm dictionary file
1191
1192 @itemx empty
1193 Rejects empty passwords
1194
1195 @itemx hesiod
1196 Checks against user information stored in Hesiod (only if Kerberos was
1197 built with Hesiod support)
1198
1199 @itemx princ
1200 Checks against components of the principal name
1201 @end table
1202
1203 @node kadm5_hook interface, clpreauth and kdcpreauth interfaces, pwqual interface, plugins
1204 @subsubsection kadm5_hook interface
1205 The kadm5_hook interface provides plugins with information on
1206 principal creation, modification, password changes and deletion. This
1207 interface can be used to write a plugin to synchronize MIT Kerberos
1208 with another database such as Active Directory. No plugins are built
1209 in for this interface.
1210
1211 @node clpreauth and kdcpreauth interfaces, , kadm5_hook interface, plugins
1212 @subsubsection clpreauth interface
1213
1214 The clpreauth and kdcpreauth interfaces allow plugin modules to provide
1215 client and KDC preauthentication mechanisms.  The following built-in
1216 modules exist:
1217
1218 @table @b
1219 @itemx pkinit
1220 This module implements the PKINIT preauthentication mechanism.
1221
1222 @itemx encrypted_challenge
1223 This module implements the encrypted challenge FAST factor.
1224
1225 @itemx encrypted_timestamp
1226 This module implements the encrypted timestamp mechanism.
1227 @end table
1228
1229 @node pkinit client options, Sample krb5.conf File, plugins, krb5.conf
1230 @subsection pkinit options
1231
1232 @menu
1233 * pkinit identity syntax::      
1234 * pkinit krb5.conf options::    
1235 @end menu
1236
1237 The following are @b{pkinit-specific} options.
1238 Note that these values may be specified in @code{[libdefaults]}
1239 as global defaults,
1240 or within a realm-specific subsection of @code{[libdefaults]},
1241 or may be specified as realm-specific values in the
1242 @code{[realms]} section.
1243 Also note that a realm-specific value over-rides, does not add to,
1244 a generic @code{[libdefaults]} specification.
1245 The search order is:
1246 @enumerate
1247 @item realm-specific subsection of @code{[libdefaults]}
1248 @smallexample
1249 @group
1250 [libdefaults]
1251     EXAMPLE.COM = @{
1252         pkinit_anchors = FILE:/usr/local/example.com.crt
1253     @}
1254 @end group
1255 @end smallexample
1256
1257 @item realm-specific value in the @code{[realms]} section,
1258 @smallexample
1259 @group
1260 [realms]
1261     OTHERREALM.ORG = @{
1262         pkinit_anchors = FILE:/usr/local/otherrealm.org.crt
1263     @}
1264 @end group
1265 @end smallexample
1266
1267 @item generic value in the @code{[libdefaults]} section.
1268 @smallexample
1269 @group
1270 [libdefaults]
1271     pkinit_anchors = DIR:/usr/local/generic_trusted_cas/
1272
1273 @end group
1274 @end smallexample
1275 @end enumerate
1276
1277 @node pkinit identity syntax, pkinit krb5.conf options, pkinit client options, pkinit client options
1278 @subsubsection Specifying pkinit identity information
1279
1280 The syntax for specifying Public Key identity, trust, and revocation
1281 information for pkinit is as follows: 
1282 @table @b
1283
1284 @item FILE:@i{file-name}[,@i{key-file-name}]
1285 This option has context-specific behavior.
1286 @table @b
1287 @item pkinit_identity
1288 @itemx pkinit_identities
1289 @i{file-name} specifies the name of a PEM-format file
1290 containing the user's certificate.  If @i{key-file-name} is
1291 not specified, the user's private key is expected to be
1292 in @i{file-name} as well.  Otherwise, @i{key-file-name}
1293 is the name of the file containing the private key.
1294 @item pkinit_anchors
1295 @itemx pkinit_pool
1296 @i{file-name} is assumed to be the name of an OpenSSL-style
1297 ca-bundle file.
1298 @end table
1299
1300 @item DIR:@i{directory-name}
1301 This option has context-specific behavior.
1302 @table @b
1303 @item pkinit_identity
1304 @itemx pkinit_identities
1305 @i{directory-name} specifies a directory with files named
1306 @code{*.crt} and @code{*.key}, where the first part of the
1307 file name is the same for matching pairs of certificate and
1308 private key files.  When a file with a name ending with @code{.crt}
1309 is found, a matching file ending with @code{.key} is assumed
1310 to contain the private key.  If no such file is found, then
1311 the certificate in the @code{.crt} is not used. 
1312 @item pkinit_anchors
1313 @itemx pkinit_pool
1314 @i{directory-name} is assumed to be an OpenSSL-style hashed CA directory
1315 where each CA cert is stored in a file named @i{hash-of-ca-cert}.@i{#}.
1316 This infrastructure is encouraged, but all files in the directory
1317 will be examined and if they contain certificates (in PEM format),
1318 they will be used.
1319 @item pkinit_revoke
1320 @i{directory-name} is assumed to be an OpenSSL-style hashed CA directory
1321 where each revocation list is stored in a file named @i{hash-of-ca-cert}.@b{r}@i{#}.
1322 This infrastructure is encouraged, but all files in the directory
1323 will be examined and if they contain a revocation list (in PEM format),
1324 they will be used.
1325 @end table
1326
1327 @item PKCS12:@i{pkcs12-file-name}
1328 @i{pkcs12-file-name} is the name of a @code{PKCS #12} format file, containing
1329 the user's certificate and private key.
1330
1331 @item PKCS11:[@b{module_name=}]@i{module-name}[@b{:slotid=}@i{slot-id}][@b{:token=}@i{token-label}][@b{:certid=}@i{cert-id}][@b{:certlabel=}@i{cert-label}]
1332 All keyword/values are optional.
1333 @i{module-name} specifies the location of a library implementing
1334 @code{PKCS #11}.  If a value is encountered with no keyword, it
1335 is assumed to be the @i{module-name}.  If no @i{module-name} is
1336 specified, the default is @code{opensc-pkcs11.so}. 
1337 @b{slotid=} and/or @b{token=} may be specified to force the use of a
1338 particular smard card reader or token if there is more than one
1339 available.
1340 @b{certid=} and/or @b{certlabel=} may be specified to force the selection
1341 of a particular certificate on the device.  See the @code{pkinit_cert_match}
1342 configuration option for more ways to select a particular certificate to
1343 use for pkinit.
1344
1345 @item ENV:@i{environment-variable-name}
1346 @i{environment-variable-name} specifies the name of an environment
1347 variable which has been set to a value conforming to one of the
1348 previous values.  For example, @code{ENV:X509_PROXY}, where environment
1349 variable @code{X509_PROXY} has been set to @code{FILE:/tmp/my_proxy.pem}.
1350 @end table
1351
1352 @node pkinit krb5.conf options,  , pkinit identity syntax, pkinit client options
1353 @subsubsection pkinit krb5.conf options
1354 @table @b
1355
1356 @item pkinit_identities
1357 Specifies the location(s) to be used to find the user's X.509 identity
1358 information.  This option may be specified multiple times.
1359 Each value is attempted in order until identity information is found
1360 and authentication is attempted.  Note that these values are @b{not}
1361 used if the user specifies @b{X509_user_identity} on the command line.
1362
1363 @item pkinit_anchors
1364 Specifies the location of trusted anchor (root) certificates which
1365 the client trusts to sign KDC certificates.  This option may be
1366 specified multiple times.  These values from the config file are
1367 @b{not} used if the user specifies @b{X509_anchors} on the command line.
1368
1369 @item pkinit_pool
1370 Specifies the location of intermediate certificates which may be
1371 used by the client to complete the trust chain between a KDC
1372 certificate and a trusted anchor.  This option may be specified
1373 multiple times.
1374
1375 @item pkinit_revoke
1376 Specifies the location of Certificate Revocation List (CRL) information
1377 to be used by the client when verifying the validity of the KDC
1378 certificate presented.  This option may be specified multiple times.
1379
1380 @item pkinit_require_crl_checking
1381 The default certificate verification process will always check
1382 the available revocation information to see if a certificate has
1383 been revoked.  If a match is found for the certificate in a CRL,
1384 verification fails.  If the certificate being verified is not listed
1385 in a CRL, or there is no CRL present for its issuing CA,
1386 and @code{pkinit_require_crl_checking} is @code{false},
1387 then verification succeeds.
1388
1389 However, if @code{pkinit_require_crl_checking} is @code{true} and
1390 there is no CRL information available for the issuing CA,
1391 then verification fails.
1392
1393 @code{pkinit_require_crl_checking} should be set to @code{true}
1394 if the policy is such that up-to-date CRLs @b{must} be present for
1395 every CA.
1396
1397 @item pkinit_dh_min_bits
1398 Specifies the size of the Diffie-Hellman key the client will
1399 attempt to use.  The acceptable values are currently 1024, 2048,
1400 and 4096.  The default is 2048.
1401
1402 @item pkinit_win2k
1403 This flag specifies whether the target realm is assumed
1404 to support only the @i{old}, pre-RFC version of the protocol.
1405 The default is false.
1406
1407 @item pkinit_win2k_require_binding
1408 If this flag is set to true, it expects that the target
1409 KDC is patched to return a reply with a checksum rather than a
1410 nonce.  The default is false.
1411
1412 @item pkinit_eku_checking
1413 This option specifies what Extended Key Usage value the KDC certificate
1414 presented to the client must contain.
1415 (@b{Note} that if the KDC certificate has the pkinit
1416 SubjectAlternativeName encoded as the Kerberos TGS name, EKU checking
1417 is not necessary since the issuing CA has certified this as a KDC
1418 certificate.)
1419 The values recognized in the @code{krb5.conf} file are:
1420 @table @b
1421 @item kpKDC
1422 This is the default value and specifies that the KDC must have the
1423 id-pkinit-KPKdc EKU as defined in RFC4556.
1424 @item kpServerAuth
1425 If @code{kpServerAuth} is specified, a KDC certificate with the
1426 id-kp-serverAuth EKU as used by Microsoft will be accepted.
1427 @item none
1428 If @code{none} is specified, then the KDC certificate will not be
1429 checked to verify it has an acceptable EKU.  The use of this option
1430 is @b{not recommended}.
1431 @end table
1432
1433 @item pkinit_kdc_hostname
1434 The presense of this option indicates that the client is willing to
1435 accept a KDC certificate with a dNSName SAN (Subject Alternative Name)
1436 rather than requiring the id-pkinit-san as defined in RFC4556.  This
1437 option may be specified multiple times.  Its value should contain
1438 the acceptable hostname for the KDC (as contained in its certificate).
1439
1440 @item pkinit_cert_match
1441 Specifies matching rules that the client certificate must match before
1442 it is used to attempt pkinit authentication.  If a user has multiple
1443 certificates available (on a smart card, or via other media), there
1444 must be exactly one certificate chosen before attempting pkinit
1445 authentication.  This option may be specified multiple times.  All the
1446 available certificates are checked against each rule in order until
1447 there is a match of exactly one certificate.
1448
1449 The Subject and Issuer comparison strings are the RFC2253 string
1450 representations from the certificate Subject DN and Issuer DN values.
1451
1452 The syntax of the matching rules is:
1453 @example
1454 [@i{relation-operator}]@i{component-rule} @code{...}
1455 @end example
1456 where
1457 @table @i
1458 @item relation-operator
1459 can be either @code{&&}, meaning all component rules must match,
1460 or @code{||}, meaning only one component rule must match.
1461 The default is @code{&&} if not specified.
1462
1463 @item component-rule
1464 can be one of the following.  Note that there is no punctuation
1465 or whitespace between component rules.
1466 @table @b
1467 @item @code{<SUBJECT>}@i{regular-expression}
1468 @item @code{<ISSUER>}@i{regular-expression}
1469 @item @code{<SAN>}@i{regular-expression}
1470 @item @code{<EKU>}@i{extended-key-usage-list}
1471 where @i{extended-key-usage-list} is a comma-separated list of
1472 required Extended Key Usage values.  All values in the list must
1473 be present in the certificate.
1474 @smallexample
1475 @group
1476 @code{pkinit}
1477 @code{msScLogin}
1478 @code{clientAuth}
1479 @code{emailProtection}
1480 @end group
1481 @end smallexample
1482 @item @code{<KU>}@i{key-usage-list}
1483 where @i{key-usage-list} is a comma-separated list of required
1484 Key Usage values.  All values in the list must be present in
1485 the certificate.
1486 @smallexample
1487 @group
1488 @code{digitalSignature}
1489 @code{keyEncipherment}
1490 @end group
1491 @end smallexample
1492 @end table
1493 @end table
1494 Examples:
1495 @example
1496 pkinit_cert_match = ||<SUBJECT>.*DoE.*<SAN>.*@@EXAMPLE.COM
1497 pkinit_cert_match = &&<EKU>msScLogin,clientAuth<ISSUER>.*DoE.*
1498 pkinit_cert_match = <EKU>msScLogin,clientAuth<KU>digitalSignature
1499 @end example
1500 @end table
1501
1502 @node Sample krb5.conf File,  , pkinit client options, krb5.conf
1503 @subsection Sample krb5.conf File
1504
1505 Here is an example of a generic @code{krb5.conf} file:
1506
1507 @smallexample
1508 @group
1509 [libdefaults]
1510     default_realm = @value{PRIMARYREALM}
1511     default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc
1512     default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc
1513     dns_lookup_kdc = true
1514     dns_lookup_realm = false
1515
1516 [realms]
1517     @value{PRIMARYREALM} = @{
1518         kdc = @value{KDCSERVER}.@value{PRIMARYDOMAIN}
1519         kdc = @value{KDCSLAVE1}.@value{PRIMARYDOMAIN}
1520         kdc = @value{KDCSLAVE2}.@value{PRIMARYDOMAIN}:750
1521         admin_server = @value{KDCSERVER}.@value{PRIMARYDOMAIN}
1522         master_kdc = @value{KDCSERVER}.@value{PRIMARYDOMAIN}
1523         default_domain = @value{PRIMARYDOMAIN}
1524     @}
1525     @value{SECONDREALM} = @{
1526         kdc = @value{KDCSERVER}.@value{SECONDDOMAIN}
1527         kdc = @value{KDCSLAVE1}.@value{SECONDDOMAIN}
1528         admin_server = @value{KDCSERVER}.@value{SECONDDOMAIN}
1529     @}
1530     OPENLDAP.MIT.EDU = @{
1531         kdc = @value{KDCSERVER}.@value{PRIMARYDOMAIN}
1532         admin_server = @value{KDCSERVER}.@value{PRIMARYDOMAIN}
1533         database_module = openldap_ldapconf
1534     @}
1535
1536 [domain_realm]
1537 @ifset MIT
1538     .mit.edu = ATHENA.MIT.EDU
1539 @end ifset
1540     @value{PRIMARYDOMAIN} = @value{PRIMARYREALM}
1541
1542 [capaths]
1543     @value{PRIMARYREALM} = @{
1544         @value{SECONDREALM} = .
1545     @}
1546     @value{SECONDREALM} = @{
1547         @value{PRIMARYREALM} = .
1548     @}
1549
1550 [logging]
1551     kdc = SYSLOG:INFO
1552     admin_server = FILE=/var/kadm5.log
1553 [dbdefaults]
1554     ldap_kerberos_container_dn = cn=krbcontainer,dc=example,dc=com
1555 [dbmodules]
1556     openldap_ldapconf = @{
1557         db_library = kldap
1558         ldap_kerberos_container_dn = cn=krbcontainer,dc=example,dc=com
1559         ldap_kdc_dn = "cn=krbadmin,dc=example,dc=com"
1560             # this object needs to have read rights on
1561             # the realm container and principal subtrees
1562         ldap_kadmind_dn = "cn=krbadmin,dc=example,dc=com"
1563             # this object needs to have read and write rights on
1564             # the realm container and principal subtrees
1565         ldap_service_password_file = /etc/kerberos/service.keyfile
1566         ldap_servers = ldaps://kerberos.mit.edu
1567         ldap_conns_per_server = 5
1568 @}
1569
1570
1571
1572 @end group
1573 @end smallexample
1574
1575 @iftex
1576 @vfill
1577 @end iftex
1578
1579 @node kdc.conf,  , krb5.conf, Configuration Files
1580 @section kdc.conf
1581
1582 @include kdcconf.texinfo
1583
1584 @menu
1585 * kdcdefaults::                 
1586 * realms (kdc.conf)::           
1587 * pkinit kdc options::          
1588 * Sample kdc.conf File::        
1589 @end menu
1590
1591 @node kdcdefaults, realms (kdc.conf), kdc.conf, kdc.conf
1592 @subsection [kdcdefaults]
1593
1594 The following relation is defined in the [kdcdefaults] section:
1595
1596 @table @b
1597 @itemx kdc_ports
1598 This relation lists the ports on which the Kerberos server should
1599 listen for UDP requests by default.  This list is a comma separated
1600 list of integers.
1601 If this relation is not specified, the compiled-in default is
1602 @value{DefaultKdcPorts}, the first being the assigned Kerberos port
1603 and the second which was used by Kerberos V4.
1604
1605 @itemx kdc_tcp_ports
1606 This relation lists the ports on which the Kerberos server should
1607 listen for TCP connections by default.  This list is a comma separated
1608 list of integers.
1609 If this relation is not specified, the compiled-in default is not to
1610 listen for TCP connections at all.
1611
1612 If you wish to change this (which we do not recommend, because the
1613 current implementation has little protection against denial-of-service
1614 attacks), the standard port number assigned for Kerberos TCP traffic
1615 is port 88.
1616
1617 @itemx restrict_anonymous_to_tgt
1618 This flag determines the default value of restrict_anonymous_to_tgt for
1619 realms.  The default value is @code{false}.
1620 @end table
1621
1622 @node realms (kdc.conf), pkinit kdc options, kdcdefaults, kdc.conf
1623 @subsection [realms]
1624
1625 Each tag in the [realms] section of the file names a Kerberos realm.
1626 The value of the tag is a subsection where the relations in that
1627 subsection define KDC parameters for that particular realm.
1628
1629 For each realm, the following tags may be specified in the [realms]
1630 subsection:
1631
1632 @table @b
1633 @itemx acl_file
1634 (String.)  Location of the access control list (acl) file that kadmin
1635 uses to determine which principals are allowed which permissions on the
1636 database.  The default is @code{@value{DefaultAclFile}}.
1637
1638 @itemx default_principal_expiration
1639 (Absolute time string.)  Specifies the default expiration date of
1640 principals created in this realm.  The default value for this tag is
1641 @value{DefaultDefaultPrincipalExpiration}.
1642
1643 @itemx default_principal_flags 
1644 (Flag string.)  Specifies the default attributes of principals created
1645 in this realm.  The format for this string is a comma-separated list of
1646 flags, with '+' before each flag that should be enabled and '-' before
1647 each flag that should be disabled.   The default is
1648 @value{DefaultDefaultPrincipalFlags}.
1649
1650 There are a number of possible flags:
1651
1652 @table @b
1653 @itemx postdateable
1654 Enabling this flag allows the principal to obtain postdateable tickets.
1655
1656 @itemx forwardable
1657 Enabling this flag allows the principal to obtain forwardable tickets.
1658
1659 @itemx tgt-based
1660 Enabling this flag allows a principal to obtain tickets based on a
1661 ticket-granting-ticket, rather than repeating the authentication
1662 process that was used to obtain the TGT.
1663
1664 @itemx renewable
1665 Enabling this flag allows the principal to obtain renewable tickets.
1666
1667 @itemx proxiable
1668 Enabling this flag allows the principal to obtain proxy tickets.
1669
1670 @itemx dup-skey
1671 Enabling this flag allows the principal to obtain a session key for
1672 another user, permitting user-to-user authentication for this principal.
1673
1674 @itemx allow-tickets
1675 Enabling this flag means that the KDC will issue tickets for this
1676 principal.  Disabling this flag essentially deactivates the principal
1677 within this realm.
1678
1679 @itemx preauth
1680 If this flag is enabled on a client principal, then that principal is
1681 required to preauthenticate to the KDC before receiving any tickets.
1682 On a service principal, enabling this flag means that service tickets
1683 for this principal will only be issued to clients with a TGT that has
1684 the preauthenticated ticket set.
1685
1686 @itemx hwauth
1687 If this flag is enabled, then the principal is required to
1688 preauthenticate using a hardware device before receiving any tickets.
1689
1690 @itemx pwchange
1691 Enabling this flag forces a password change for this principal.
1692
1693 @itemx service
1694 Enabling this flag allows the the KDC to issue service tickets for this
1695 principal.
1696
1697 @itemx pwservice
1698 If this flag is enabled, it marks this principal as a password change
1699 service.  This should only be used in special cases, for example, if a
1700 user's password has expired, then the user has to get tickets for that
1701 principal without going through the normal password authentication in
1702 order to be able to change the password.
1703
1704 @end table
1705
1706 @itemx dict_file
1707 (String.)  Location of the dictionary file containing strings that are
1708 not allowed as passwords.  If none is specified or if there is no
1709 policy assigned to the principal, no dictionary checks of passwords
1710 will be performed.
1711
1712 @itemx kadmind_port
1713 (Port number.)  Specifies the port on which the kadmind daemon is to
1714 listen for this realm.  The assigned port for kadmind is
1715 @value{DefaultKadmindPort}.
1716
1717 @itemx kpasswd_port
1718 (Port number.)  Specifies the port on which the kpasswd daemon is to
1719 listen for this realm.  The default is @value{DefaultKpasswdPort}.
1720
1721 @itemx key_stash_file
1722 (String.)  Specifies the location where the master key has been stored
1723 (via @code{kdb5_util stash}).  The default is
1724 @code{@value{DefaultKeyStashFileStub}@i{REALM}}, where @i{REALM} is the
1725 Kerberos realm.
1726
1727 @itemx kdc_ports
1728 (String.)  Specifies the list of ports that the KDC is to listen to
1729 for UDP requests for this realm.  By default, the value of kdc_ports
1730 as specified in the [kdcdefaults] section is used.
1731
1732 @itemx kdc_tcp_ports
1733 (String.)  Specifies the list of ports that the KDC is to listen to
1734 for TCP requests for this realm.  By default, the value of
1735 kdc_tcp_ports as specified in the [kdcdefaults] section is used.
1736
1737 @itemx master_key_name
1738 (String.)  Specifies the name of the principal associated with the
1739 master key.  The default is @value{DefaultMasterKeyName}.
1740
1741 @itemx master_key_type
1742 (Key type string.)  Specifies the master key's key type.  The default
1743 value for this is @value{DefaultMasterKeyType}.  For a list of all
1744 possible values, see @ref{Supported Encryption Types}.
1745
1746 @itemx max_life
1747 (Delta time string.)  Specifes the maximum time period for which a
1748 ticket may be valid in this realm.  The default value is
1749 @value{DefaultMaxLife}.
1750
1751 @itemx max_renewable_life
1752 (Delta time string.)  Specifies the maximum time period during which a
1753 valid ticket may be renewed in this realm.  The default value is
1754 @value{DefaultMaxRenewableLife}.
1755
1756 @itemx supported_enctypes
1757 List of key:salt strings.  Specifies the default key/salt combinations of
1758 principals for this realm.  Any principals created through @code{kadmin}
1759 will have keys of these types.  The default value for this tag is
1760 @value{DefaultSupportedEnctypes}. For lists of possible values, see
1761 @ref{Supported Encryption Types} and @ref{Salts}.
1762
1763 @itemx reject_bad_transit
1764 A boolean value (@code{true}, @code{false}).  If set to @code{true}, the
1765 KDC will check the list of transited realms for cross-realm tickets
1766 against the transit path computed from the realm names and the
1767 @code{capaths} section of its @code{krb5.conf} file; if the path in the
1768 ticket to be issued contains any realms not in the computed path, the
1769 ticket will not be issued, and an error will be returned to the client
1770 instead.  If this value is set to @code{false}, such tickets will be
1771 issued anyways, and it will be left up to the application server to
1772 validate the realm transit path.
1773
1774 If the @code{disable-transited-check} flag is set in the incoming
1775 request, this check is not performed at all.  Having the
1776 @code{reject_bad_transit} option will cause such ticket requests to be
1777 rejected always.
1778
1779 This transit path checking and config file option currently apply only
1780 to TGS requests.
1781
1782 Earlier versions of the MIT release (before 1.2.3) had bugs in the
1783 application server support such that the server-side checks may not be
1784 performed correctly.  We recommend turning this option on, unless you
1785 know that all application servers in this realm have been updated to
1786 fixed versions of the software, and for whatever reason, you don't want
1787 the KDC to do the validation.
1788
1789 This is a per-realm option so that multiple-realm KDCs may control it
1790 separately for each realm, in case (for example) one realm has had the
1791 software on its application servers updated but another has not.
1792
1793 This option defaults to @code{true}.
1794
1795 @itemx restrict_anonymous_to_tgt
1796 A boolean value (@code{true}, @code{false}).  If set to @code{true}, the
1797 KDC will reject ticket requests from anonymous principals to service
1798 principals other than the realm's ticket-granting service.  This option
1799 allows anonymous PKINIT to be enabled for use as FAST armor tickets
1800 without allowing anonymous authentication to services.  By default, the
1801 value of restrict_anonymous_to_tgt as specified in the [kdcdefaults]
1802 section is used.
1803
1804 @end table
1805
1806 @node pkinit kdc options, Sample kdc.conf File, realms (kdc.conf), kdc.conf
1807 @subsection pkinit options
1808
1809 @menu
1810 * pkinit kdc.conf options::     
1811 @end menu
1812
1813 The following are @b{pkinit-specific} options.
1814 Note that these values may be specified in @code{[kdcdefaults]}
1815 as global defaults,
1816 or within a realm-specific subsection of @code{[realms]}.
1817 Also note that a realm-specific value over-rides, does not add to,
1818 a generic @code{[kdcdefaults]} specification.
1819 The search order is:
1820 @enumerate
1821 @item realm-specific subsection of @code{[realms]}
1822 @smallexample
1823 @group
1824 [realms]
1825     EXAMPLE.COM = @{
1826         pkinit_anchors = FILE:/usr/local/example.com.crt
1827     @}
1828 @end group
1829 @end smallexample
1830
1831 @item generic value in the @code{[kdcdefaults]} section.
1832 @smallexample
1833 @group
1834 [kdcdefaults]
1835     pkinit_anchors = DIR:/usr/local/generic_trusted_cas/
1836 @end group
1837 @end smallexample
1838 @end enumerate
1839
1840 @node pkinit kdc.conf options,  , pkinit kdc options, pkinit kdc options
1841 @subsubsection pkinit kdc.conf options
1842
1843 For information about the syntax of some of these options,
1844 see @xref{pkinit identity syntax}.
1845
1846 @table @b
1847 @item pkinit_identity
1848 Specifies the location of the KDC's X.509 identity information.
1849 This option is @b{required} if pkinit is to be supported by the
1850 KDC.
1851
1852 @item pkinit_anchors
1853 Specifies the location of trusted anchor (root) certificates
1854 which the KDC trusts to sign client certificates.
1855 This option is @b{required} if pkinit is to be supported by the
1856 KDC.
1857 This option may be specified multiple times.
1858
1859 @item pkinit_pool
1860 Specifies the location of intermediate certificates which may be
1861 used by the KDC to complete the trust chain between a client's
1862 certificate and a trusted anchor.
1863 This option may be specified multiple times.
1864
1865 @item pkinit_revoke
1866 Specifies the location of Certificate Revocation List (CRL)
1867 information to be used by the KDC when verifying the validity
1868 of client certificates.
1869 This option may be specified multiple times.
1870
1871 @item pkinit_require_crl_checking
1872 The default certificate verification process will always check
1873 the available revocation information to see if a certificate has
1874 been revoked.  If a match is found for the certificate in a CRL,
1875 verification fails.  If the certificate being verified is not listed
1876 in a CRL, or there is no CRL present for its issuing CA,
1877 and @code{pkinit_require_crl_checking} is @code{false},
1878 then verification succeeds.
1879
1880 However, if @code{pkinit_require_crl_checking} is @code{true} and
1881 there is no CRL information available for the issuing CA,
1882 then verification fails.
1883
1884 @code{pkinit_require_crl_checking} should be set to @code{true}
1885 if the policy is such that up-to-date CRLs @b{must} be present for
1886 every CA.
1887
1888 @item pkinit_dh_min_bits
1889 Specifies the minimum number of bits the KDC is willing to accept
1890 for a client's Diffie-Hellman key.  The default is 2048.
1891
1892 @item pkinit_allow_upn
1893 Specifies that the KDC is willing to accept client certificates with
1894 the Microsoft UserPrincipalName (UPN) Subject Alternative Name
1895 (SAN).  This means the KDC accepts the binding of the UPN in the
1896 certificate to the Kerberos principal name.
1897
1898 The default is false.
1899
1900 Without this option, the KDC will only
1901 accept certificates with the id-pkinit-san as defined in RFC4556.
1902 There is currently no option to disable SAN checking in the KDC.
1903
1904 @item pkinit_eku_checking
1905 This option specifies what Extended Key Usage (EKU) values the
1906 KDC is willing to accept in client certificates.
1907 The values recognized in the @code{kdc.conf} file are:
1908 @table @b
1909 @item kpClientAuth
1910 This is the default value and specifies that client certificates must
1911 have the id-pkinit-KPClientAuth EKU as defined in RFC4556.
1912 @item scLogin
1913 If @code{scLogin} is specified, client certificates with the
1914 Microsoft Smart Card Login EKU (id-ms-kp-sc-logon) will be accepted.
1915 @item none
1916 If @code{none} is specified, then client certificates will not be
1917 checked to verify they have an acceptable EKU.
1918 The use of this option is @b{not recommended}.
1919 @end table
1920 @end table
1921
1922 @node Sample kdc.conf File,  , pkinit kdc options, kdc.conf
1923 @subsection Sample kdc.conf File
1924
1925 Here's an example of a @code{kdc.conf} file:
1926
1927 @smallexample
1928 @group
1929 [kdcdefaults]
1930     kdc_ports = 88
1931
1932 [realms]
1933     @value{PRIMARYREALM} = @{
1934         kadmind_port = 749
1935         max_life = 12h 0m 0s
1936         max_renewable_life = 7d 0h 0m 0s
1937         master_key_type = des3-hmac-sha1
1938         supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal des-cbc-crc:v4
1939     @}
1940
1941 [logging]
1942     kdc = FILE:@value{ROOTDIR}/var/krb5kdc/kdc.log
1943     admin_server = FILE:@value{ROOTDIR}/var/krb5kdc/kadmin.log
1944
1945 @end group
1946 @end smallexample
1947
1948 @node Using DNS, Administrating the Kerberos Database, Configuration Files, Top
1949 @chapter Using DNS
1950
1951 @menu
1952 * Mapping Hostnames onto Kerberos Realms::  
1953 * Hostnames for KDCs::          
1954 @end menu
1955
1956 @node Mapping Hostnames onto Kerberos Realms, Hostnames for KDCs, Using DNS, Using DNS
1957 @section Mapping Hostnames onto Kerberos Realms
1958
1959 @include dnstxt.texinfo
1960
1961 @node Hostnames for KDCs,  , Mapping Hostnames onto Kerberos Realms, Using DNS
1962 @section Hostnames for KDCs
1963
1964 @include dnssrv.texinfo
1965
1966 @node Administrating the Kerberos Database, Configuring Kerberos with OpenLDAP back-end, Using DNS, Top
1967 @chapter Administrating the Kerberos Database
1968
1969 Your Kerberos database contains all of your realm's Kerberos principals,
1970 their passwords, and other administrative information about each
1971 principal.  For the most part, you will use the @code{kdb5_util} program
1972 to manipulate the Kerberos database as a whole, and the @code{kadmin}
1973 program to make changes to the entries in the database.  (One notable
1974 exception is that users will use the @code{kpasswd} program to change
1975 their own passwords.)  The @code{kadmin} program has its own
1976 command-line interface, to which you type the database administrating
1977 commands.
1978
1979 @code{Kdb5_util} provides a means to create, delete, load, or dump a
1980 Kerberos database.  It also includes a command to stash a copy of the
1981 master database key in a file on a KDC, so that the KDC can authenticate
1982 itself to the @code{kadmind} and @code{krb5kdc} daemons at boot time.
1983
1984 @code{Kadmin} provides for the maintenance of Kerberos principals, KADM5
1985 policies, and service key tables (keytabs).  It exists as both a
1986 Kerberos client, @code{kadmin}, using Kerberos authentication and an
1987 RPC, to operate securely from anywhere on the network, and as a local
1988 client, @code{kadmin.local}, intended to run directly on the KDC without
1989 Kerberos authentication.  @code{kadmin.local} need not run on the kdc if 
1990 the database is LDAP. Other than the fact that the remote client uses 
1991 Kerberos to authenticate the person using it, the functionalities of the two
1992 versions are identical. The local version is necessary to enable you to set up 
1993 enough of the database to be able to use the remote version. 
1994 It replaces the now obsolete @code{kdb5_edit} (except for
1995 database dump and load, which are provided by @code{kdb5_util}).
1996
1997 The remote version authenticates to the KADM5 server using the service
1998 principal @code{kadmin/admin}.  If the credentials cache contains a
1999 ticket for the @code{kadmin/admin} principal, and the @samp{-c ccache}
2000 option is specified, that ticket is used to authenticate to KADM5.
2001 Otherwise, the @samp{-p} and @samp{-k} options are used to specify the
2002 client Kerberos principal name used to authenticate.  Once kadmin has
2003 determined the principal name, it requests a @code{kadmin/admin}
2004 Kerberos service ticket from the KDC, and uses that service ticket to
2005 authenticate to KADM5.
2006
2007 @menu
2008 * Kadmin Options::              
2009 * Date Format::                 
2010 * Principals::                  
2011 * Policies::                    
2012 * Global Operations on the Kerberos Database::  
2013 * Global Operations on the Kerberos LDAP Database::  
2014 * Cross-realm Authentication::  
2015 * Changing the krbtgt Key::     
2016 @end menu
2017
2018 @node Kadmin Options, Date Format, Administrating the Kerberos Database, Administrating the Kerberos Database
2019 @section Kadmin Options
2020
2021 You can invoke @code{kadmin} or @code{kadmin.local} with any of the
2022 following options:
2023
2024 @table @b
2025 @item @b{-r} @i{REALM}
2026 Use @i{REALM} as the default Kerberos realm for the database.
2027
2028 @item @b{-p} @i{principal}
2029 Use the Kerberos principal @i{principal} to authenticate to Kerberos.
2030 If this option is not given, @code{kadmin} will append @code{admin} to
2031 either the primary principal name, the environment variable USER, or to
2032 the username obtained from @code{getpwuid}, in order of preference.
2033
2034 @item @b{-q} @i{query}
2035 Pass @i{query} directly to @code{kadmin}.  This is useful for writing
2036 scripts that pass specific queries to @code{kadmin}.
2037
2038 @noindent
2039 You can invoke @code{kadmin} with any of the following options:
2040
2041 @item @b{-k} [@b{-t} @i{keytab}]
2042 Use the keytab @i{keytab} to decrypt the KDC response instead of
2043 prompting for a password on the TTY.  In this case, the principal will
2044 be @samp{host/@i{hostname}}.  If @b{-t} is not used to specify a keytab,
2045 then the default keytab will be used.
2046
2047 @item @b{-c} @i{credentials cache}
2048 Use @i{credentials_cache} as the credentials cache.  The credentials
2049 cache should contain a service ticket for the @code{kadmin/admin}
2050 service, which can be acquired with the @code{kinit} program.  If this
2051 option is not specified, @code{kadmin} requests a new service ticket
2052 from the KDC, and stores it in its own temporary ccache.
2053
2054 @item @b{-w} @i{password}
2055 Use @i{password} as the password instead of prompting for one on the
2056 TTY.  Note:  placing the password for a Kerberos principal with
2057 administration access into a shell script can be dangerous if
2058 unauthorized users gain read access to the script.
2059
2060 @item @b{-x} @i{db_args}
2061 Specifies the database specific arguments.
2062
2063 @item @b{-x} @i{host=<hostname>}
2064 Specifies the LDAP server to connect to by a LDAP URI. It is recommend to use 
2065 ldapi:// or ldaps:// interface to connect to the LDAP server.
2066
2067 @item @b{-x} @i{binddn=<bind_dn>}
2068 Specifies the Distinguished Name (DN) of the object used by the administration server to bind to the LDAP server. This object should have the read and write rights on the realm container, principal container and realm subtree.
2069
2070 @item @b{-x} @i{bindpwd=<bind_password>}
2071 Specifies the password for the above mentioned binddn. It is recommended not to 
2072 use this option. Instead, the password can be stashed using the 
2073 stashsrvpw command of kdb5_ldap_util. 
2074
2075 Note: This database specific argument is applicable only to kadmin.local 
2076 and the KADM5 server. 
2077
2078 @item @b{-s} @i{admin_server[:port]}
2079 Specifies the admin server that kadmin should contact.
2080
2081 @noindent
2082 You can invoke @code{kadmin.local} with an of the follwing options:
2083
2084 @item @b{-d_ @i{dbname}}
2085 Specifies the name of the Kerberos database.
2086
2087 @item @b{-e} @i{"enctypes ..."}
2088 Sets the list of cryptosystem and salt types to be used for any new
2089 keys created.  See @ref{Supported Encryption Types} and @ref{Salts} for
2090 available types.
2091
2092 @item @b{-m}
2093 Do not authenticate using a keytab.  This option will cause kadmin to
2094 prompt for the master database password.
2095  
2096 @end table
2097
2098 @node Date Format, Principals, Kadmin Options, Administrating the Kerberos Database
2099 @section Date Format
2100
2101 Many of the @code{kadmin} commands take a duration or time as an
2102 argument.  The date can appear in a wide variety of formats, such as:
2103
2104 @smallexample
2105 @group
2106 "15 minutes"
2107 "7 days"
2108 "1 month"
2109 "2 hours"
2110 "400000 seconds"
2111 "next year"
2112 "this Monday"
2113 "next Monday"
2114 yesterday
2115 tomorrow
2116 now
2117 "second Monday"
2118 fortnight
2119 "3/31/1992 10:00:07 PST"
2120 "January 23, 2007 10:05pm"
2121 "22:00 GMT"
2122 @end group
2123 @end smallexample
2124
2125 Note that if the date specification contains spaces, you must enclose it
2126 in double quotes.  Note also that you cannot use a number without a
2127 unit.  (I.e., ``"60 seconds"'' is correct, but ``60'' is incorrect.)
2128 All keywords are case-insensitive.  The following is a list of all of
2129 the allowable keywords.
2130
2131 @table @b
2132 @item Months
2133 january, jan, february, feb, march, mar, april, apr, may, june, jun,
2134 july, jul, august, aug, september, sep, sept, october, oct, november,
2135 nov, december, dec
2136
2137 @item Days
2138 sunday, sun, monday, mon, tuesday, tues, tue, wednesday, wednes, wed,
2139 thursday, thurs, thur, thu, friday, fri, saturday, sat
2140
2141 @item Units
2142 year, month, fortnight, week, day, hour, minute, min, second, sec
2143
2144 @item Relative 
2145 tomorrow, yesterday, today, now, last, this, next, first, second,
2146 third, fourth, fifth, sixth, seventh, eighth, ninth, tenth, eleventh,
2147 twelfth, ago
2148
2149 @item Time Zones
2150 @code{kadmin} recognizes abbreviations for most of the world's time
2151 zones.  A complete listing appears in @ref{kadmin Time Zones}.
2152
2153 @item 12-hour Time Delimiters
2154 am, pm
2155 @end table
2156
2157 @node Principals, Policies, Date Format, Administrating the Kerberos Database
2158 @section Principals
2159
2160 Each entry in the Kerberos database contains a Kerberos principal
2161 (@pxref{Definitions}) and the attributes and policies associated with
2162 that principal.
2163
2164 @menu
2165 * Retrieving Information About a Principal::  
2166 * Privileges::                  
2167 * Adding or Modifying Principals::  
2168 * Deleting Principals::         
2169 * Changing Passwords::          
2170 @end menu
2171
2172 @node Retrieving Information About a Principal, Privileges, Principals, Principals
2173 @subsection Retrieving Information About a Principal
2174
2175 @menu
2176 * Attributes::                  
2177 * Retrieving a List of Principals::  
2178 @end menu
2179
2180 @node Attributes, Retrieving a List of Principals, Retrieving Information About a Principal, Retrieving Information About a Principal
2181 @subsubsection Attributes
2182
2183 To retrieve a listing of the attributes and/or policies associated with
2184 a principal, use the @code{kadmin} @code{get_principal} command, which
2185 requires the ``inquire'' administrative privilege.  The syntax is:
2186
2187 @smallexample
2188 @b{get_principal} @i{principal}
2189 @end smallexample
2190
2191 @noindent 
2192 The @code{get_principal} command has the alias @code{getprinc}.
2193
2194 For example, suppose you wanted to view the attributes of the
2195 principal @* @code{@value{RANDOMUSER1}/root@@@value{PRIMARYREALM}}.
2196   You would type:
2197
2198 @smallexample
2199 @group
2200 @b{shell%} kadmin
2201 @b{kadmin:} getprinc @value{RANDOMUSER1}/root
2202 @b{Principal: @value{RANDOMUSER1}/root@@@value{PRIMARYREALM}
2203 Expiration date: [never]
2204 Last password change: Mon Jan 31 02:06:40 EDT 2002
2205 Password Expiration date: [none]
2206 Maximum ticket life: 0 days 10:00:00
2207 Maximum renewable life: 7 days 00:00:00
2208 Last modified: Wed Jul 24 14:46:25 EDT 2002 (@value{ADMINUSER}/admin@@@value{PRIMARYREALM})
2209 Last successful authentication: Mon Jul 29 18:20:17 EDT 2002
2210 Last failed authentication: Mon Jul 29 18:18:54 EDT 2002
2211 Failed password attempts: 3
2212 Number of keys: 2
2213 Key: vno 2, Triple DES cbc mode with HMAC/sha1, no salt
2214 Key: vno 2, DES cbc mode with CRC-32, no salt
2215 Attributes: DISALLOW_FORWARDABLE, DISALLOW_PROXIABLE
2216 Policy: [none]
2217 kadmin:}
2218 @end group
2219 @end smallexample
2220
2221 The @code{get_principal} command has a @code{-terse} option, which lists
2222 the fields as a quoted, tab-separated string.  For example:
2223
2224 @smallexample
2225 @group
2226 @b{kadmin:} getprinc -terse @value{RANDOMUSER1}/root
2227 @b{@value{RANDOMUSER1}/root@@@value{PRIMARYREALM}       0       1027458564
2228 0       36000    (@value{ADMINUSER}/admin@@@value{PRIMARYREALM}
2229 1027536385      18      2       0       [none]  604800  1027980137
2230 1027980054      3       2       1       2       16      0       1
2231 2       1       0
2232 kadmin:}
2233 @end group
2234 @end smallexample
2235
2236 @node Retrieving a List of Principals,  , Attributes, Retrieving Information About a Principal
2237 @subsubsection Retrieving a List of Principals
2238
2239 To generate a listing of principals, use the @code{kadmin}
2240 @code{list_principals} command, which requires the ``list'' privilege.
2241 The syntax is:
2242
2243 @smallexample
2244 @b{list_principals} [@i{expression}]
2245 @end smallexample
2246
2247 @noindent where @i{expression} is a shell-style glob expression that
2248 can contain the characters @samp{*}, @samp{?}, @samp{[}, and @samp{]}.
2249 All policy names matching the expression are displayed.  The
2250 @code{list_principals} command has the aliases @code{listprincs},
2251 @code{get_principals}, and @code{getprincs}.  For example:
2252
2253 @smallexample
2254 @group
2255 @b{kadmin:} listprincs test*
2256 @b{test3@@@value{PRIMARYREALM}
2257 test2@@@value{PRIMARYREALM}
2258 test1@@@value{PRIMARYREALM}
2259 testuser@@@value{PRIMARYREALM}
2260 kadmin:}
2261 @end group
2262 @end smallexample
2263
2264 @noindent 
2265 If no expression is provided, all principals are printed.
2266
2267 @node Privileges, Adding or Modifying Principals, Retrieving Information About a Principal, Principals
2268 @subsection Privileges
2269
2270 Administrative privileges for the Kerberos database are stored in the
2271 file @code{kadm5.acl}.  
2272
2273 @include kadm5acl.texinfo
2274
2275 @node Adding or Modifying Principals, Deleting Principals, Privileges, Principals
2276 @subsection Adding or Modifying Principals
2277
2278 To add a principal to the database, use the kadmin @code{add_principal}
2279 command, which requires the ``add'' administrative privilege.  This
2280 function creates the new principal, prompting twice for a password, and,
2281 if neither the -policy nor -clearpolicy options are specified and the
2282 policy ``default'' exists, assigns it that policy.  The syntax is:
2283
2284 @smallexample
2285 @b{kadmin:} add_principal [@i{options}] @i{principal}
2286 @end smallexample
2287
2288 To modify attributes of a principal, use the kadmin
2289 @code{modify_principal} command, which requires the ``modify''
2290 administrative privilege.  The syntax is:
2291
2292 @smallexample
2293 @b{kadmin:} modify_principal [@i{options}] @i{principal}
2294 @end smallexample
2295
2296 @noindent
2297 @code{add_principal} has the aliases @code{addprinc} and
2298 @code{ank}@footnote{@code{ank} was the short form of the equivalent
2299 command using the deprecated @code{kadmin5} database administrative tool.
2300 It has been kept}.  @code{modify_principal} has the alias @code{modprinc}.
2301
2302 The @code{add_principal} and @code{modify_principal} commands take the
2303 following switches:
2304
2305 @table @b
2306 @item @b{-x} @i{db_princ_args}
2307 Denotes the database specific options. 
2308 @noindent 
2309 The options for LDAP database are:
2310 @table @b
2311 @item @b{-x} @i{dn=<dn>}
2312 Specifies the  LDAP object that will contain the Kerberos principal being created.
2313
2314 @item @b{-x} @i{linkdn=<dn>}
2315 Specifies the LDAP object  to which the newly created Kerberos principal object will point to.
2316
2317 @item @b{-x} @i{containerdn=<container_dn>}
2318 Specifies the  container object under which the Kerberos principal is to be created. 
2319
2320 @item @b{-x} @i{tktpolicy=<policy>}
2321 Associates a ticket policy to the Kerberos principal. Specifying an empty string 
2322 value clears the ticket policy associated with the principal.
2323 @noindent
2324 Note: 
2325 @noindent
2326 * dn and containerdn options are not valid while modifying the principal.
2327 @noindent
2328 * containerdn and linkdn options cannot be specified with dn option.      
2329 @noindent
2330 *  If dn or containerdn options are not specified while adding the principal, the principals are created   
2331    under the prinicipal container configured in the realm or the realm container.
2332 * dn and containerdn should be within the subtrees or principal container configured in the realm.
2333 @end table
2334  
2335 @item -expire @i{date}
2336 Sets the expiration date of the principal to @i{date}.
2337
2338 @item -pwexpire @i{date}
2339 Sets the expiration date of the password to @i{date}.
2340
2341 @item -maxlife @i{maxlife}
2342 Sets the maximum ticket life of the principal to @i{maxlife}.
2343
2344 @item -maxrenewlife @i{maxrenewlife}
2345 Sets the maximum renewable life of tickets for the principal to
2346 @i{maxrenewlife}.
2347
2348 @item -kvno @i{number}
2349 Explicity sets the key version number to @i{number}.  @value{COMPANY}
2350 does not recommend doing this unless there is a specific reason.
2351
2352 @item -policy @i{policy}
2353 Sets the policy used by this principal.  (@xref{Policies}.)  With
2354 @code{modify_principal}, the current policy assigned to the principal is
2355 set or changed.  With @code{add_principal}, if this option is not
2356 supplied, the -clearpolicy is not specified, and the policy ``default''
2357 exists, that policy is assigned.  If a principal is created with no
2358 policy, @code{kadmin} will print a warning message.
2359
2360 @item -clearpolicy
2361 For @code{modify_principal}, removes the current policy from a
2362 principal.  For @code{add_principal}, suppresses the automatic
2363 assignment of the policy ``default''.
2364
2365 @item @{-|+@}allow_postdated
2366 The ``-allow_postdated'' option prohibits this principal from obtaining
2367 postdated tickets.  ``+allow_postdated'' clears this flag.  In effect,
2368 ``-allow_postdated'' sets the KRB5_KDB_DISALLOW_POSTDATED flag on the
2369 principal in the database.
2370
2371 @item @{-|+@}allow_forwardable
2372 The ``-allow_forwardable'' option prohibits this principal from
2373 obtaining forwardable tickets.  ``+allow_forwardable'' clears this flag.
2374 In effect, ``-allow_forwardable'' sets the KRB5_KDB_DISALLOW_FORWARDABLE
2375 flag on the principal in the database.
2376
2377 @item @{-|+@}allow_renewable
2378 The ``-allow_renewable'' option prohibits this principal from obtaining
2379 renewable tickets.  ``+allow_renewable'' clears this flag.  In effect,
2380 ``-allow_renewable'' sets the KRB5_KDB_DISALLOW_RENEWABLE flag on the
2381 principal in the database.
2382
2383 @item @{-|+@}allow_proxiable
2384 The ``-allow_proxiable'' option prohibits this principal from obtaining
2385 proxiable tickets.  ``+allow_proxiable'' clears this flag.  In effect,
2386 ``-allow_proxiable'' sets the @* KRB5_KDB_DISALLOW_PROXIABLE flag. on
2387 the principal in the database.
2388
2389 @item @{-|+@}allow_dup_skey
2390 The ``-allow_dup_skey'' option disables user-to-user authentication for
2391 this principal by prohibiting this principal from obtaining a session
2392 key for another user.  ``+allow_dup_skey'' clears this flag.  In effect,
2393 ``-allow_dup_skey'' sets the @* KRB5_KDB_DISALLOW_DUP_SKEY flag on the
2394 principal in the database.
2395
2396 @item @{-|+@}requires_preauth
2397 The ``+requires_preauth'' option requires this principal to
2398 preauthenticate before being allowed to kinit.  -requires_preauth clears
2399 this flag.  In effect, +requires_preauth sets the
2400 KRB5_KDB_REQUIRES_PRE_AUTH flag on the principal in the database.
2401
2402 @item @{-|+@}requires_hwauth
2403 The ``+requires_hwauth'' flag requires the principal to preauthenticate
2404 using a hardware device before being allowed to kinit.
2405 ``-requires_hwauth'' clears this flag.  In effect, ``+requires_hwauth''
2406 sets the KRB5_KDB_REQUIRES_HW_AUTH flag on the principal in the
2407 database.
2408
2409 @item @{-|+@}allow_svr
2410 The ``-allow_svr'' flag prohibits the issuance of service tickets for
2411 this principal.  ``+allow_svr'' clears this flag.  In effect,
2412 ``-allow_svr'' sets the @* KRB5_KDB_DISALLOW_SVR flag on the principal
2413 in the database.
2414
2415 @item @{-|+@}allow_tgs_req
2416 The ``-allow_tgs_req'' option specifies that a Ticket-Granting Service
2417 (TGS) request for a service ticket for this principal is not permitted.
2418 You will probably never need to use this option.  ``+allow_tgs_req''
2419 clears this flag.  The default is ``+allow_tgs_req''.  In effect,
2420 ``-allow_tgs_req'' sets the KRB5_KDB_DISALLOW_TGT_BASED flag on the
2421 principal in the database.
2422
2423 @item @{-|+@}allow_tix
2424 The ``-allow_tix'' option forbids the issuance of any tickets for this
2425 principal.  ``+allow_tix'' clears this flag.  The default is
2426 ``+allow_tix''.  In effect, ``-allow_tix'' sets the @*
2427 KRB5_KDB_DISALLOW_ALL_TIX flag on the principal in the database.
2428
2429 @item @{-|+@}needchange
2430 The ``+needchange'' option sets a flag in attributes field to force a
2431 password change; ``-needchange'' clears it.  The default is
2432 ``-needchange''.  In effect, ``+needchange'' sets the
2433 KRB5_KDB_REQUIRES_PWCHANGE flag on the principal in the database.
2434
2435 @item @{-|+@}password_changing_service
2436 The ``+password_changing_service'' option sets a flag in the attributes
2437 field marking this principal as a password change service. (Again, you
2438 will probably never need to use this option.)
2439 ``-password_changing_service'' clears the flag.  The default is
2440 ``-password_changing_service''.  In effect, the
2441 ``+password_changing_service'' option sets the KRB5_KDB_PWCHANGE_SERVICE
2442 flag on the principal in the database.
2443
2444 @item @{-|+@}ok_as_delegate
2445 The ``+ok_as_delegate'' option sets a flag in tickets issued for the
2446 service principal.  Some client programs may recognize this flag as
2447 indicating that it is okay to delegate credentials to the service.  If
2448 ok_as_delegate is set on a cross-realm TGT, it indicates that the
2449 foreign realm's ok_as_delegate flags should be honored by clients in
2450 the local realm.  The default is ``-ok_as_delegate''.
2451
2452 @item -randkey
2453 Sets the key for the principal to a random value (@code{add_principal}
2454 only).  @value{COMPANY} recommends using this option for host keys.
2455
2456 @item -pw @i{password}
2457 Sets the key of the principal to the specified string and does not
2458 prompt for a password (@code{add_principal} only).  @value{COMPANY} does
2459 not recommend using this option.
2460
2461 @item -e @i{enc:salt...}
2462 Uses the specified list of enctype-salttype pairs for setting the key
2463 of the principal.  The quotes are necessary if there are multiple
2464 enctype-salttype pairs.  This will not function against kadmin daemons
2465 earlier than krb5-1.2.  See @ref{Supported Encryption Types} and
2466 @ref{Salts} for available types.
2467
2468 @item -unlock
2469 Unlocks a locked principal (one which has received too many failed
2470 authentication attempts without enough time between them according to
2471 its password policy) so that it can successfully authenticate.
2472 @end table
2473
2474 If you want to just use the default values, all you need to do is:
2475
2476 @smallexample
2477 @group
2478 @b{kadmin:} addprinc @value{RANDOMUSER1}
2479 @b{WARNING: no policy specified for "@value{RANDOMUSER1}@@@value{PRIMARYREALM}";
2480 defaulting to no policy.}
2481 @iftex
2482 @b{Enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type the password.}
2483 @b{Re-enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type it again.}
2484 @end iftex
2485 @ifinfo
2486 @b{Enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2487 @b{Re-enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<=Type it again.}
2488 @end ifinfo
2489 @ifhtml
2490 @b{Enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2491 @b{Re-enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<=Type it again.}
2492 @end ifhtml
2493 @b{Principal "@value{RANDOMUSER1}@@@value{PRIMARYREALM}" created.
2494 kadmin:}
2495 @end group
2496 @end smallexample
2497
2498 If you want to create a principal which is contained by a  LDAP object, all you need to do is:
2499
2500 @smallexample
2501 @group
2502 @b{kadmin:} addprinc -x dn=cn=@value{RANDOMUSER1},dc=example,dc=com @value{RANDOMUSER1}
2503 @b{WARNING: no policy specified for "@value{RANDOMUSER1}@@@value{PRIMARYREALM}";
2504 defaulting to no policy.}
2505 @iftex
2506 @b{Enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type the password.}
2507 @b{Re-enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type it again.}
2508 @end iftex
2509 @ifinfo
2510 @b{Enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2511 @b{Re-enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<=Type it again.}
2512 @end ifinfo
2513 @ifhtml
2514 @b{Enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2515 @b{Re-enter password for principal @value{RANDOMUSER1}@@@value{PRIMARYREALM}:}  @i{<=Type it again.}
2516 @end ifhtml
2517 @b{Principal "@value{RANDOMUSER1}@@@value{PRIMARYREALM}" created.
2518 kadmin:}
2519 @end group
2520 @end smallexample
2521
2522 If you want to create a principal under a specific LDAP container and link to an existing LDAP object, all you need to do is:
2523
2524 @smallexample
2525 @group
2526 @b{kadmin:} addprinc -x containerdn=dc=example,dc=com -x linkdn=cn=@value{RANDOMUSER2},dc=example,dc=com @value{RANDOMUSER2}
2527 @b{WARNING: no policy specified for "@value{RANDOMUSER2}@@@value{PRIMARYREALM}";
2528 defaulting to no policy.}
2529 @iftex
2530 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type the password.}
2531 @b{Re-enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type it again.}
2532 @end iftex
2533 @ifinfo
2534 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2535 @b{Re-enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<=Type it again.}
2536 @end ifinfo
2537 @ifhtml
2538 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2539 @b{Re-enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<=Type it again.}
2540 @end ifhtml
2541 @b{Principal "@value{RANDOMUSER2}@@@value{PRIMARYREALM}" created.
2542 kadmin:}
2543 @end group
2544 @end smallexample
2545
2546 If you want to associate a ticket policy to a principal, all you need to do is:
2547
2548 @smallexample
2549 @group
2550 @b{kadmin:} modprinc -x tktpolicy=userpolicy @value{RANDOMUSER2}
2551 @b{Principal "@value{RANDOMUSER2}@@@value{PRIMARYREALM}" modified.
2552 kadmin:}
2553 @end group
2554 @end smallexample
2555
2556 If, on the other hand, you want to set up an account that expires on
2557 January 1, 2000, that uses a policy called ``stduser'', with a temporary
2558 password (which you want the user to change immediately), you would type
2559 the following.  (Note:  each line beginning with @result{} is a
2560 continuation of the previous line.)
2561
2562 @smallexample
2563 @group
2564
2565 @b{kadmin:} addprinc @value{RANDOMUSER2} -expire "1/1/2000 12:01am EST" -policy stduser 
2566 @result{}  +needchange 
2567 @iftex
2568 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type the password.}
2569 @b{Re-enter password for principal
2570 @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type it again.}
2571 @end iftex
2572 @ifinfo
2573 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2574 @b{Re-enter password for principal
2575 @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type it again.}
2576 @end ifinfo
2577 @ifhtml
2578 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type the password.}
2579 @b{Re-enter password for principal
2580 @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type it again.}
2581 @end ifhtml
2582 @b{Principal "@value{RANDOMUSER2}@@@value{PRIMARYREALM}" created.
2583 kadmin:}
2584
2585 @end group
2586 @end smallexample
2587
2588 If you will need cross-realm authentication, you need to add principals
2589 for the other realm's TGT to each realm.  For example, if you need to
2590 do cross-realm authentication between the realms @value{PRIMARYREALM}
2591 and @value{SECONDREALM}, you would need to add the principals @*
2592 @samp{krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALM}} and
2593 @samp{krbtgt/@value{PRIMARYREALM}@@@value{SECONDREALM}} to both
2594 databases.  You need to be sure the passwords and the key version
2595 numbers (kvno) are the same in both databases.  This may require
2596 explicitly setting the kvno with the @samp{-kvno} option.  See
2597 @ref{Cross-realm Authentication} for more details.
2598
2599 @node Deleting Principals, Changing Passwords, Adding or Modifying Principals, Principals
2600 @subsection Deleting Principals
2601
2602 To delete a principal, use the kadmin @code{delete_principal} command,
2603 which requires the ``delete'' administrative privilege.  The syntax is:
2604
2605 @smallexample
2606 @b{delete_principal} [@b{-force}] @i{principal}
2607 @end smallexample
2608
2609 @noindent @code{delete_principal} has the alias @code{delprinc}.  The
2610 @code{-force} option causes @code{delete_principal} not to ask if you're
2611 sure.  For example:
2612
2613 @smallexample
2614 @group
2615 @b{kadmin:} delprinc @value{RANDOMUSER1}
2616 @b{Are you sure you want to delete the principal
2617 "@value{RANDOMUSER1}@@@value{PRIMARYREALM}"? (yes/no):} yes
2618 @b{Principal "@value{RANDOMUSER1}@@@value{PRIMARYREALM}" deleted.
2619 Make sure that you have removed this principal from
2620 all ACLs before reusing.
2621 kadmin:}
2622 @end group
2623 @end smallexample
2624
2625 @node Changing Passwords,  , Deleting Principals, Principals
2626 @subsection Changing Passwords
2627
2628 To change a principal's password use the kadmin @code{change_password}
2629 command, which requires the ``modify'' administrative privilege (unless
2630 the principal is changing his/her own password).  The syntax is:
2631
2632 @smallexample
2633 @b{change_password} [@i{options}] @i{principal}
2634 @end smallexample
2635
2636 @noindent The @code{change_password} option has the alias @code{cpw}.
2637 @code{change_password} takes the following options:
2638
2639 @table @b
2640 @item -randkey
2641 Sets the key of the principal to a random value.
2642
2643 @item @b{-pw} @i{password}
2644 Sets the password to the string @i{password}.  @value{COMPANY} does not
2645 recommend using this option.
2646
2647 @item @b{-e} @i{"enc:salt..."}
2648 Uses the specified list of enctype-salttype pairs for setting the key
2649 of the principal.  The quotes are necessary if there are multiple
2650 enctype-salttype pairs.  This will not function against kadmin daemons
2651 earlier than krb5-1.2.  See @ref{Supported Encryption Types} and
2652 @ref{Salts} for possible values.
2653
2654 @item @b{-keepold}
2655 Keeps the previous kvno's keys around.  This flag is usually not
2656 necessary except perhaps for TGS keys.  Don't use this flag unless you
2657 know what you're doing. This option is not supported for the LDAP
2658 database
2659
2660
2661
2662 @end table
2663
2664 For example:
2665
2666 @smallexample
2667 @group
2668 @b{kadmin:} cpw @value{RANDOMUSER2}
2669 @iftex
2670 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type the new password.}
2671 @b{Re-enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{@doubleleftarrow{} Type it again.}
2672 @end iftex
2673 @ifinfo
2674 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type the new password.}
2675 @b{Re-enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type it again.}
2676 @end ifinfo
2677 @ifhtml
2678 @b{Enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type the new password.}
2679 @b{Re-enter password for principal @value{RANDOMUSER2}@@@value{PRIMARYREALM}:}  @i{<= Type it again.}
2680 @end ifhtml
2681 @b{Password for @value{RANDOMUSER2}@@@value{PRIMARYREALM} changed.
2682 kadmin:}
2683 @end group
2684 @end smallexample
2685
2686 Note that @code{change_password} will not let you change the password to
2687 one that is in the principal's password history.
2688
2689 @node Policies, Global Operations on the Kerberos Database, Principals, Administrating the Kerberos Database
2690 @section Policies
2691
2692 A policy is a set of rules governing passwords.  Policies can dictate
2693 minimum and maximum password lifetimes, minimum number of characters and
2694 character classes a password must contain, and the number of old
2695 passwords kept in the database.
2696
2697 @menu
2698 * Retrieving Policies::         
2699 * Retrieving the List of Policies::  
2700 * Adding or Modifying Policies::  
2701 * Deleting Policies::           
2702 * Updating the History Key::    
2703 @end menu
2704
2705 @node Retrieving Policies, Retrieving the List of Policies, Policies, Policies
2706 @subsection Retrieving Policies
2707
2708 To retrieve a policy, use the kadmin @code{get_policy} command, which
2709 requires the ``inquire'' administrative privilege.  The syntax is:
2710
2711 @smallexample
2712 @b{get_policy} [@b{-terse}] @i{policy}
2713 @end smallexample
2714
2715 The @code{get_policy} command has the alias @code{getpol}.  For example:
2716
2717 @smallexample
2718 @group
2719 @b{kadmin:} get_policy admin
2720 @b{Policy: admin
2721 Maximum password life: 180 days 00:00:00
2722 Minimum password life: 00:00:00
2723 Minimum password length: 6
2724 Minimum number of password character classes: 2
2725 Number of old keys kept: 5
2726 Reference count: 17
2727 kadmin:}
2728 @end group
2729 @end smallexample
2730
2731 @noindent The @dfn{reference count} is the number of principals using
2732 that policy.
2733
2734 The @code{get_policy} command has a @code{-terse} option, which lists
2735 each field as a quoted, tab-separated string.  For example:
2736
2737 @smallexample
2738 @group
2739 @b{kadmin:} get_policy -terse admin
2740 @b{admin   15552000        0       6       2       5       17
2741 kadmin:}
2742 @end group
2743 @end smallexample
2744
2745 @node Retrieving the List of Policies, Adding or Modifying Policies, Retrieving Policies, Policies
2746 @subsection Retrieving the List of Policies
2747
2748 You can retrieve the list of policies with the kadmin
2749 @code{list_policies} command, which requires the ``list'' privilege.  The
2750 syntax is:
2751
2752 @smallexample
2753 @b{list_policies} [@i{expression}]
2754 @end smallexample
2755
2756 @noindent where @i{expression} is a shell-style glob expression that can
2757 contain the characters *, ?, and [].  All policy names matching the
2758 expression are displayed.  The @code{list_policies} command has the aliases
2759 @code{listpols}, @code{get_policies}, and @code{getpols}.  For example:
2760
2761 @smallexample
2762 @group
2763 @b{kadmin:}  listpols
2764 @b{test-pol
2765 dict-only
2766 once-a-min
2767 test-pol-nopw}
2768
2769 @b{kadmin:}  listpols t*
2770 @b{test-pol
2771 test-pol-nopw
2772 kadmin:}
2773 @end group
2774 @end smallexample
2775
2776
2777 @node Adding or Modifying Policies, Deleting Policies, Retrieving the List of Policies, Policies
2778 @subsection Adding or Modifying Policies
2779
2780 To add a new policy, use the kadmin @code{add_policy} command, which
2781 requires the ``add'' administrative privilege.  The syntax is:
2782
2783 @smallexample
2784 @b{add_policy} [@i{options}] @i{policy_name}
2785 @end smallexample
2786
2787 To modify attributes of a principal, use the kadmin @code{modify_policy}
2788 command, which requires the ``modify'' administrative privilege.  The
2789 syntax is:
2790
2791 @smallexample
2792 @b{modify_policy} [@i{options}] @i{policy_name}
2793 @end smallexample
2794
2795 @noindent @code{add_policy} has the alias @code{addpol}.
2796 @code{modify_poilcy} has the alias @code{modpol}.
2797
2798 The @code{add_policy} and @code{modify_policy} commands take the
2799 following switches:
2800
2801 @table @b
2802 @item -maxlife @i{time}
2803 Sets the maximum lifetime of a password to @i{time}.
2804
2805 @item -minlife @i{time}
2806 Sets the minimum lifetime of a password to @i{time}.
2807
2808 @item -minlength @i{length}
2809 Sets the minimum length of a password to @i{length} characters.
2810
2811 @item -minclasses @i{number}
2812 Requires at least @i{number} of character classes in a password.
2813
2814 @item -history @i{number}
2815 Sets the number of past keys kept for a principal to @i{number}. This option is not supported for LDAP database.
2816
2817 @item -maxfailure @i{maxnumber}
2818 Sets the maximum number of authentication failures before the principal
2819 is locked.  Authentication failures are only tracked for principals
2820 which require preauthentication.
2821
2822 @item -failurecountinterval @i{failuretime}
2823 Sets the allowable time between authentication failures.  If an
2824 authentication failure happens after @i{failuretime} has elapsed since
2825 the previous failure, the number of authentication failures is reset to
2826 1.
2827
2828 @item -lockoutduration @i{lockouttime}
2829 Sets the duration for which the principal is locked from authenticating
2830 if too many authentication failures occur without the specified failure
2831 count interval elapsing.
2832 @end table 
2833 @c **** An example here would be nice.  ****
2834
2835 @noindent
2836 Note: The policies are created under realm container in the LDAP database.
2837
2838 @node Deleting Policies, Updating the History Key, Adding or Modifying Policies, Policies
2839 @subsection Deleting Policies
2840
2841 To delete a policy, use the @code{kadmin} @code{delete_policy} command,
2842 which requires the ``delete'' administrative privilege.  The syntax is:
2843
2844 @smallexample
2845 @b{delete_policy [-force]} @i{policy_name}
2846 @end smallexample
2847
2848 @noindent The @code{delete_policy} command has the alias @code{delpol}.
2849 It prompts for confirmation before deletion.
2850 For example:
2851
2852 @smallexample
2853 @group
2854 @b{kadmin:} delete_policy guests
2855 @b{Are you sure you want to delete the policy "guests"?
2856 (yes/no):} yes
2857 @b{kadmin:}
2858 @end group
2859 @end smallexample
2860
2861 Note that you must cancel the policy from all principals before deleting
2862 it.  The @code{delete_policy} command will fail if it is in use by any
2863 principals.
2864
2865 @node Updating the History Key,  , Deleting Policies, Policies
2866 @subsection Updating the History Key
2867
2868 If a policy specifies a number of old keys kept of two or more, the
2869 stored old keys are encrypted in a history key, which is found in the
2870 key data of the kadmin/history principal.
2871
2872 Currently there is no support for proper rollover of the history key,
2873 but you can change the history key (for example, to use a better
2874 encryption type) at the cost of invalidating currently stored old keys.
2875 To change the history key, run:
2876
2877 @smallexample
2878 @group
2879 @b{kadmin:} change_password -randkey kadmin/history
2880 @end group
2881 @end smallexample
2882
2883 This command will fail if you specify the @b{-keepold} flag.  Only one
2884 new history key will be created, even if you specify multiple key/salt
2885 combinations.
2886
2887 In the future, we plan to migrate towards encrypting old keys in the
2888 master key instead of the history key, and implementing proper rollover
2889 support for stored old keys.
2890
2891 @node Global Operations on the Kerberos Database, Global Operations on the Kerberos LDAP Database, Policies, Administrating the Kerberos Database
2892 @section Global Operations on the Kerberos Database
2893
2894 @menu
2895 * Dumping a Kerberos Database to a File::  
2896 * Restoring a Kerberos Database from a Dump File::  
2897 * Creating a Stash File::       
2898 * Creating and Destroying a Kerberos Database::  
2899 @end menu
2900
2901 The @code{kdb5_util} command is the primary tool for administrating the
2902 Kerberos database.  The syntax is:
2903
2904 @smallexample
2905 @b{kdb5_util} @i{command} [@i{kdb5_util_options}] [@i{command_options}]
2906 @end smallexample
2907
2908 The @code{kdb5_util} command takes the following options, which override
2909 the defaults specified in the configuration files:
2910
2911 @table @b
2912 @itemx -r @i{realm}
2913 specifies the the Kerberos realm of the database.
2914
2915 @itemx -d @i{database_name}
2916 specifies the name under which the principal database is stored.  
2917
2918 @itemx -k @i{master_key_type}
2919 specifies the key type of the master key in the database.
2920
2921 @itemx -M @i{master_key_name}
2922 specifies the principal name of the master key in the database.
2923
2924 @itemx -m
2925 indicates that the master database password should be read from the TTY
2926 rather than fetched from a file on disk.
2927
2928 @itemx -sf @i{stash_file}
2929 specifies the stash file of the master database password
2930
2931 @itemx -P @i{password}
2932 specifies the master database password.  @value{COMPANY} does not
2933 recommend using this option.
2934
2935 @end table
2936
2937 @node Dumping a Kerberos Database to a File, Restoring a Kerberos Database from a Dump File, Global Operations on the Kerberos Database, Global Operations on the Kerberos Database
2938 @subsection Dumping a Kerberos Database to a File
2939
2940 To dump a Kerberos database into a file, use the @code{kdb5_util}
2941 @code{dump} command on one of the KDCs.  The syntax is:
2942
2943 @smallexample
2944 @b{kdb5_util dump} [@b{-old}] [@b{-b6}] [@b{-b7}] [@b{-ov}] 
2945 [@b{-verbose}] [-mkey_convert] [-new_mkey_file] [@i{filename} 
2946 [@i{principals...}]]
2947 @end smallexample
2948
2949 The @code{kdb5_util dump} command takes the following options:
2950
2951 @table @b
2952 @itemx -old
2953 causes the dump to be in the Kerberos 5 Beta 5 and earlier dump format
2954 (``kdb5_edit load_dump version 2.0'').
2955 @itemx -b6
2956 causes the dump to be in the Kerberos 5 Beta 6 format (``kdb5_edit
2957 load_dump version 3.0'').
2958 @itemx -b7
2959 causes the dump to be in the Kerberos 5 Beta 7 format (``kdbt_edit
2960 load_dump version 4'').
2961 @itemx -ov
2962 causes the dump to be in ovsec_adm_export format.  Currently, the only
2963 way to preserve per-principal policy information is to use this in
2964 conjunction with a normal dump.
2965 @itemx -verbose
2966 causes the name of each principal and policy to be printed as it is
2967 dumped.
2968 @itemx -mkey_convert
2969 prompts for a new master password, and then dumps the database with
2970 all keys reencrypted in this new master key
2971 @itemx -new_mkey_file
2972 reads a new key from the default keytab and then dumps the database
2973 with all keys reencrypted in this new master key
2974 @end table
2975
2976 For example:
2977
2978 @smallexample
2979 @group
2980 @b{shell%} kdb5_util dump dumpfile
2981 @b{shell%}
2982 @end group
2983 @end smallexample
2984
2985 @smallexample
2986 @group
2987 @b{shell%} kbd5_util dump -verbose dumpfile
2988 @b{kadmin/admin@@@value{PRIMARYREALM}
2989 krbtgt/@value{PRIMARYREALM}@@@value{PRIMARYREALM}
2990 kadmin/history@@@value{PRIMARYREALM}
2991 K/M@@@value{PRIMARYREALM}
2992 kadmin/changepw@@@value{PRIMARYREALM}
2993 shell%}
2994 @end group
2995 @end smallexample
2996
2997 @noindent
2998 If you specify which principals to dump, you must use the full
2999 principal, as in the following example.  (The line beginning with
3000 @result{} is a continuation of the previous line.):
3001
3002 @smallexample
3003 @group
3004 @b{shell%} kdb5_util dump -verbose dumpfile K/M@@@value{PRIMARYREALM} 
3005 @result{} kadmin/admin@@@value{PRIMARYREALM}
3006 @b{kadmin/admin@@@value{PRIMARYREALM}
3007 K/M@@@value{PRIMARYREALM}
3008 shell%}
3009 @end group
3010 @end smallexample
3011
3012 @noindent
3013 Otherwise, the principals will not match those in the database and will
3014 not be dumped:
3015
3016 @smallexample
3017 @group
3018 @b{shell%} kdb5_util dump -verbose dumpfile K/M kadmin/admin
3019 @b{shell%}
3020 @end group
3021 @end smallexample
3022
3023 @noindent
3024 If you do not specify a dump file, @code{kdb5_util} will dump the
3025 database to the standard output.
3026
3027 There is currently a bug where the default dump format omits the
3028 per-principal policy information.  In order to dump all the data
3029 contained in the Kerberos database, you must perform a normal dump (with
3030 no option flags) and an additional dump using the ``-ov'' flag to a
3031 different file.
3032
3033 @node Restoring a Kerberos Database from a Dump File, Creating a Stash File, Dumping a Kerberos Database to a File, Global Operations on the Kerberos Database
3034 @subsection Restoring a Kerberos Database from a Dump File
3035
3036 To restore a Kerberos database dump from a file, use the
3037 @code{kdb5_util} @code{load} command on one of the KDCs.  The syntax
3038 is:
3039
3040 @smallexample
3041 @b{kdb5_util load} [@b{-old}] [@b{-b6}] [@b{-b7}] [@b{-ov}] [@b{-verbose}]
3042 [@b{-update}] [@b{-hash}] @i{dumpfilename} @i{dbname} [@i{admin_dbname}]
3043 @end smallexample
3044
3045 The @code{kdb5_util load} command takes the following options:
3046
3047 @table @b
3048 @itemx -old
3049 requires the dump to be in the Kerberos 5 Beta 5 and earlier dump format
3050 (``kdb5_edit load_dump version 2.0'').
3051 @itemx -b6
3052 requires the dump to be in the Kerberos 5 Beta 6 format (``kdb5_edit
3053 load_dump version 3.0'').
3054 @itemx -b7
3055 requires the dump to be in the Kerberos 5 Beta 7 format (``kdb5_edit
3056 load_dump version 4'').
3057 @itemx -ov
3058 requires the dump to be in ovsec_adm_export format.
3059 @itemx -verbose
3060 causes the name of each principal and policy to be printed as it is
3061 loaded.
3062 @itemx -update
3063 causes records from the dump file to be updated in or added to the
3064 existing database.  This is useful in conjunction with an
3065 ovsec_adm_export format dump if you want to preserve per-principal
3066 policy information, since the current default format does not contain
3067 this data.
3068 @itemx -hash
3069 causes the database to be stored as a hash rather than a binary tree.
3070 @end table
3071
3072 For example:
3073
3074 @smallexample
3075 @group
3076 @b{shell%} kdb5_util load dumpfile principal
3077 @b{shell%}
3078 @end group
3079 @end smallexample
3080
3081 @smallexample
3082 @group
3083 @b{shell%} kdb5_util load -update dumpfile principal
3084 @b{shell%}
3085 @end group
3086 @end smallexample
3087
3088 @noindent
3089 If the database file exists, and the @b{-update} flag was not given,
3090 @code{kdb5_util} will overwrite the existing database.
3091
3092 @node Creating a Stash File, Creating and Destroying a Kerberos Database, Restoring a Kerberos Database from a Dump File, Global Operations on the Kerberos Database
3093 @subsection Creating a Stash File
3094
3095 A stash file allows a KDC to authenticate itself to the database
3096 utilities, such as @code{kadmin}, @code{kadmind}, @code{krb5kdc}, and
3097 @code{kdb5_util}.
3098
3099 To create a stash file, use the @code{kdb5_util} @code{stash} command.
3100 The syntax is:
3101
3102 @smallexample
3103 @b{kdb5_util stash} [@b{-f} @i{keyfile}]
3104 @end smallexample
3105
3106 For example:
3107
3108 @smallexample
3109 @group
3110 @b{shell%} kdb5_util stash
3111 @b{kdb5_util: Cannot find/read stored master key while reading master key
3112 kdb5_util: Warning: proceeding without master key}
3113 @iftex
3114 @b{Enter KDC database master key:}  @i{@doubleleftarrow{} Type the KDC database master password.}
3115 @end iftex
3116 @ifinfo
3117 @b{Enter KDC database master key:}  @i{<= Type the KDC database master password.}
3118 @end ifinfo
3119 @ifhtml
3120 @b{Enter KDC database master key:}  @i{<= Type the KDC database master password.}
3121 @end ifhtml
3122 @b{shell%}
3123 @end group
3124 @end smallexample
3125
3126 @noindent
3127 If you do not specify a stash file, @code{kdb5_util} will stash the key
3128 in the file specified in your @code{kdc.conf} file.
3129
3130 @node Creating and Destroying a Kerberos Database,  , Creating a Stash File, Global Operations on the Kerberos Database
3131 @subsection Creating and Destroying a Kerberos Database
3132
3133 If you need to create a new Kerberos database, use the @code{kdb5_util}
3134 @code{create} command.  The syntax is:
3135
3136 @smallexample
3137 @b{kdb5_util create} [@b{-s}]
3138 @end smallexample
3139
3140 If you specify the @samp{-s} option, @code{kdb5_util} will stash a copy
3141 of the master key in a stash file.  (@xref{Creating a Stash File}.)  For
3142 example:
3143
3144 @smallexample
3145 @group
3146 @b{shell%} @value{ROOTDIR}/sbin/kdb5_util -r @value{PRIMARYREALM} create -s
3147 @b{kdb5_util: No such file or directory while setting active database to
3148 @result{} '@value{ROOTDIR}/var/krb5kdc/principal'
3149 Initializing database '@value{ROOTDIR}/var/krb5kdc/principal' for
3150 @result{} realm '@value{PRIMARYREALM}',
3151 master key name 'K/M@@@value{PRIMARYREALM}'
3152 You will be prompted for the database Master Password.
3153 It is important that you NOT FORGET this password.}
3154 @iftex
3155 @b{Enter KDC database master key:}  @i{@doubleleftarrow{} Type the master password.}
3156 @b{Re-enter KDC database master key to verify:}  @i{@doubleleftarrow{} Type it again.}
3157 @end iftex
3158 @ifinfo
3159 @b{Enter KDC database master key:}  @i{<= Type the master password.}
3160 @b{Re-enter KDC database master key to verify:}  @i{<= Type it again.}
3161 @end ifinfo
3162 @ifhtml
3163 @b{Enter KDC database master key:}  @i{<= Type the master password.}
3164 @b{Re-enter KDC database master key to verify:}  @i{<= Type it again.}
3165 @end ifhtml
3166 @b{shell%}
3167 @end group
3168 @end smallexample
3169
3170 If you need to destroy the current Kerberos database, use the
3171 @code{kdb5_util} @code{destroy} command.  The syntax is:
3172
3173 @smallexample
3174 @b{kdb5_util destroy} [@b{-f}]
3175 @end smallexample
3176
3177 The @code{destroy} command destroys the database, first overwriting the
3178 disk sectors and then unlinking the files.  If you specify the
3179 @samp{-f} option, @code{kdb5_util} will not prompt you for a
3180 confirmation before destroying the database.
3181
3182 @smallexample
3183 @group
3184 @b{shell%} @value{ROOTDIR}/sbin/kdb5_util -r @value{PRIMARYREALM} destroy
3185 @iftex
3186 @b{kdb5_util: Deleting KDC database stored in @value{DefaultDatabaseName}, are you sure 
3187 (type yes to confirm)?} @i{@doubleleftarrow{}yes}
3188 @end iftex
3189 @ifinfo
3190 @b{kdb5_util: Deleting KDC database stored in @value{DefaultDatabaseName}, are you sure 
3191 (type yes to confirm)?} @i{<== yes}
3192 @end ifinfo
3193 @ifhtml
3194 @b{kdb5_util: Deleting KDC database stored in @value{DefaultDatabaseName}, are you sure
3195 (type yes to confirm)?} @i{<== yes}
3196 @end ifhtml
3197 @b{OK, deleting database '@value{DefaultDatabaseName}'...}
3198
3199 @b{shell%}
3200 @end group
3201 @end smallexample
3202
3203 @node Global Operations on the Kerberos LDAP Database, Cross-realm Authentication, Global Operations on the Kerberos Database, Administrating the Kerberos Database
3204 @section Global Operations on the Kerberos LDAP Database
3205
3206
3207 The @code{kdb5_ldap_util} is the primary tool for administrating the Kerberos LDAP database. It allows an administrator to manage realms, Kerberos services ( KDC and Admin Server) and ticket policies.
3208 @noindent
3209 The syntax is: 
3210 @smallexample
3211 @b{kdb5_ldap_util} [@b{-D user_dn} [@i{-w passwd]}] [@b{-H} @i{ldap_uri}] command @i{[command_options]}
3212 @end smallexample
3213
3214 @table @b
3215 @itemx -D @i{user_dn}
3216 Specifies the Distinguished Name (DN) of the user who has sufficient rights to perform the operation on the LDAP server.
3217 @itemx @b{-w} @i{passwd}
3218 Specifies the password of user_dn. This option is not recommended.
3219 @itemx @b{-H} @i{ldap_uri}
3220 Specifies the URI of the LDAP server. It is recommended to use ldapi:// or ldaps:// to connect to the LDAP server.
3221 @end table
3222 @menu
3223 * Creating a Kerberos Realm::   
3224 * Modifying a Kerberos Realm::  
3225 * Retrieving Information about a Kerberos Realm::  
3226 * Destroying a Kerberos Realm::  
3227 * Listing available Kerberos Realms::  
3228 * Stashing Service Object's Password::  
3229 * Creating and Modifying a Ticket Policy::  
3230 * Retrieving Information About a Ticket Policy::  
3231 * Destroying a Ticket Policy::  
3232 * Listing available Ticket Policies::  
3233 * Creating a Service Object (eDirectory)::  
3234 * Modifying a Service Object (eDirectory)::  
3235 * Retrieving Service Object Information (eDirectory)::  
3236 * Destroying a Service Object (eDirectory)::  
3237 * Listing Available Service Objects (eDirectory)::  
3238 * Passwords for Service Objects (eDirectory)::  
3239 @end menu
3240
3241 @node Creating a Kerberos Realm, Modifying a Kerberos Realm, Global Operations on the Kerberos LDAP Database, Global Operations on the Kerberos LDAP Database
3242 @subsection Creating a Kerberos Realm
3243
3244 If you need to create a new realm, use the command as follows: 
3245 @smallexample
3246
3247 @b{create}  [@b{-r} @i{realm}]  [@b{-subtrees} @i{subtree_dn_list}] [@b{-sscope} @i{search_scope}] [@b{-containerref} @i{container_reference_dn}]
3248 [@b{-k} @i{ mkeytype}] [@b{-m}|@b{-P} @i{password}][@b{-sf} @i{stashlename}] [@b{-s}] [@b{-maxtktlife} @i{max_ticket_life}]
3249 [@b{-maxrenewlife} @i{ max_renewable_ticket_life}] [@b{ticket_flags}] 
3250
3251 @end smallexample
3252
3253 @noindent
3254 Options to create realm in directory are as follows: 
3255
3256 @table @b
3257
3258 @itemx @b{-r} @i{realm}
3259 Specifies the Kerberos realm of the database; by default the realm returned by @samp{krb5_default_local_realm} (3) is used.
3260
3261 @itemx @b{-subtrees} @i{subtree_dn_list}
3262 Specifies the list of subtrees containing principals of a realm. The list contains the DN of the subtree objects separated by colon(:).
3263
3264 @itemx @b{-sscope} @i{search_scope}
3265 Specifies the scope for searching the principals under the subtree. The possible values are 1 or one (one level), 2 or sub (subtree).
3266
3267 @itemx @b{-containerref} @i{container_reference_dn}
3268 Specfies the DN of the container object in which the principals of a realm will be created. If the container reference is not configured for a realm, the principals will be created in the realm container.
3269
3270 @itemx @b{-k} @i{mkeytype}
3271 Specifies the key type of the master key in the database; the default
3272 is that given in @file{kdc.conf}.
3273
3274 @itemx @b{-m} @i{}
3275 Specifies that the master database password should be read from the TTY rather than fetched from a file on disk.
3276
3277 @itemx @b{-p} @i{password}
3278 Specifies the master database password. This option is not recommended.
3279
3280 @itemx @b{-sf} @i{stashfilename}
3281 Specifies the stash file of the master database password.
3282
3283 @itemx @b{-s} @i{}
3284 Specifies that the stash file is to be created.
3285
3286 @itemx @b{-maxtktlife} @i{max_ticket_life}
3287 Specifies maximum ticket life for principals in this realm. This value is used, if it is not set on the principal.
3288
3289 @itemx @b{-maxrenewlife} @i{max_renewable_ticket_life}
3290 Specifies maximum renewable life of tickets for principals in this realm. This value is used, if it is not set on the principal.
3291
3292 @itemx @b{ticket_flags} @i{}
3293 Specifies the ticket flags. If this option is not specified, by default, none of the flags are set. This means all the ticket options will be allowed and no restriction will be set. This value is used, if it is not set on the principal.
3294 @noindent
3295
3296 The various flags are:
3297 @table @b
3298
3299 @itemx @{-|+@}allow_postdated
3300 @code{-allow_postdated} prohibits principals from obtaining postdated tickets. (Sets the @samp{KRB5_KDB_DISALLOW_POSTDATED} flag.).@code{+allow_postdated} clears this flag.
3301
3302 @itemx @{-|+@}allow_forwardable
3303 @code{-allow_forwardable} prohibits principals from obtaining forwardable tickets. (Sets the 
3304 @samp{KRB5_KDB_DISALLOW_FORWARDABLE} flag.) @code{+allow_forwardable} clears this flag.
3305
3306 @itemx @{-|+@}allow_renewable
3307 @code{-allow_renewable} prohibits principals from obtaining renewable tickets. (Sets the @samp{KRB5_KDB_DISALLOW_RENEWABLE} flag.) @code{+allow_renewable} clears this flag.
3308
3309 @itemx @{-|+@}allow_proxiable
3310 @code{-allow_proxiable} prohibits principals from obtaining proxiable tickets. (Sets the @samp{KRB5_KDB_DISALLOW_PROXABLE} flag.) @code{+allow_proxiable} clears this flag.
3311
3312 @itemx @{-|+@}allow_dup_skey
3313 @code{-allow_dup_skey} disables user-to-user authentication for
3314 principals by prohibiting principals from obtaining a sessions key for
3315 another user.  (Sets the @samp{KRB5_KDB_DISALLOW_DUP_SKEY} flag.)
3316 @code{+allow_dup_skey} clears this flag.
3317
3318 @itemx @{-|+@}requires_preauth
3319 @code{+requires_preauth} requires principals to preauthenticate before being allowed to kinit. (Sets the @samp{KRB5_KDB_REQURES_PRE_AUTH} flag.) @code{-requires_preauth} clears this flag.
3320
3321 @itemx @{-|+@}requires_hwauth
3322 @code{+requires_hwauth} requires principals to preauthenticate using a
3323 hardware device before being allowed to kinit. (Sets the
3324 @samp{KRB5_KDB_REQURES_HW_AUTH} flag.)  @code{-requires_hwauth} clears
3325 this flag.
3326
3327 @itemx @{-|+@}ok_as_delegate
3328 @code{+ok_as_delegate} sets the OK-AS-DELEGATE flag on tickets issued for use
3329 with this principal as the service, which clients may use as a hint that
3330 credentials can and should be delegated when authenticating to the service.
3331 (Sets the @samp{KRB5_KDB_OK_AS_DELEGATE} flag.) @code{-ok_as_delegate} clears
3332 this flag.
3333
3334 @itemx @{-|+@}allow_svr
3335 @code{-allow_svr} prohibits the issuance of service tickets for principals. (Sets the @samp{KRB5_KDB_DISALLOW_SVR} flag.) @code{+allow_svr} clears this flag.
3336
3337 @itemx @{-|+@}allow_tgs_req
3338 @code{-allow_tgs_req} specifies that a @dfn{Ticket-Granting Service
3339 (TGS)} request for a service ticket for principals is not
3340 permitted. This option is useless for most
3341 things.@code{+allow_tgs_req} clears this flag.  The default is
3342 @code{+allow_tgs_req}. In effect, @code{-allow_tgs_req} sets the
3343 @samp{KRB5_KDB_DISALLOW_TGT_BASED} flag on principals in the
3344 database.
3345
3346 @itemx @{-|+@}allow_tix
3347 @code{-allow_tix} forbids the issuance of any tickets for
3348 principals. @code{+allow_tix} clears this flag. The default is
3349 @code{+allow_tix}.  In effect, @code{-allow_tix} sets the
3350 @samp{KRB5_KDB_DISALLOW_ALL_TIX} flag on principals in the database.
3351
3352 @itemx @{-|+@}needchange
3353 @code{+needchange} sets a flag in attributes field to force a password change; 
3354 @code{-needchange} clears it. The default is @code{-needchange}. In effect,
3355 @code{+needchange} sets the @samp{KRB5_KDB_REQURES_PWCHANGE} flag on
3356 principals in the database.
3357
3358 @itemx @{-|+@}password_changing_service
3359 @code{+password_changing_service} sets a flag in the attributes field
3360 marking principal as a password change service principal (useless for
3361 most things). @code{-password_changing_service} clears the flag. This
3362 flag intentionally has a long name. The default is
3363 @code{-password_changing_service}. In effect,
3364 @code{+password_changing_service} sets the
3365 @samp{KRB5_KDB_PWCHANGE_SERVICE} flag on principals in the database.
3366
3367 @end table
3368
3369 @end table
3370
3371 @smallexample
3372 @group
3373 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu create -sscope 2
3374 -subtree ou=users,dc=example,dc=com -r ATHENA.MIT.EDU
3375 @b{Password for "cn=admin,dc=example,dc=com":}
3376 @b{Initializing database for realm 'ATHENA.MIT.EDU'}
3377 @b{You will be prompted for the database Master Password.}
3378 @b{It is important that you NOT FORGET this password.}
3379 @b{Enter KDC database master key:}
3380 @b{Re-enter KDC database master key to verify:}
3381 shell% 
3382 @end group
3383 @end smallexample
3384 @menu
3385 * eDirectory Options (Creating a Kerberos Realm)::
3386 @end menu
3387 @node eDirectory Options (Creating a Kerberos Realm),  , Creating a Kerberos Realm, Creating a Kerberos Realm
3388  
3389 @subsubsection eDirectory Options
3390
3391 @table @b
3392 @itemx @b{-kdcdn} @i{kdc_servce_list}
3393 Specifies the list of KDC service objects serving the realm. The list contains the DNs of the KDC service objects separated by colon(:).
3394
3395 @itemx @b{-admindn} @i{admin_service_list}
3396 Specifies the  list of Administration service objects serving the realm. The list contains the DNs of the Administration service objects separated by colon(:).
3397 @end table
3398
3399 @smallexample
3400 @group
3401 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu create -sscope 2
3402 -subtree ou=users,dc=example,dc=com -kdcdn cn=krbkdc,dc=example,dc=com -admindn cn=krbadmin,dc=example,dc=com -r ATHENA.MIT.EDU
3403 @b{Password for "cn=admin,dc=example,dc=com":}
3404 @b{Initializing database for realm 'ATHENA.MIT.EDU'}
3405 @b{You will be prompted for the database Master Password.}
3406 @b{It is important that you NOT FORGET this password.}
3407 @b{Enter KDC database master key:}
3408 @b{Re-enter KDC database master key to verify:}
3409 shell% 
3410 @end group
3411 @end smallexample
3412
3413 @node Modifying a Kerberos Realm, Retrieving Information about a Kerberos Realm, Creating a Kerberos Realm, Global Operations on the Kerberos LDAP Database
3414 @subsection Modifying a Kerberos Realm
3415
3416 If you need to modify a realm, use the command as follows: 
3417
3418 @smallexample
3419
3420 @b{modify}  [@b{-r} @i{realm}] [@b{-subtrees} @i{subtree_dn}] [@b{-sscope} @i{search_scope}][@b{-containerref} @i{container_reference_dn}]
3421 [@b{-maxtktlife}@i{max_ticket_life}][@b{-maxrenewlife} @i{max_renewable_ticket_life}] [@b{-ticket_flags}]
3422
3423 @end smallexample
3424 Options to modify realm in directory are as follows: 
3425
3426 @table @b
3427
3428 @itemx @b{-r} @i{realm}
3429 Specifies the Kerberos realm of the database; by default the realm returned by krb5_default_local_realm (3) is used.
3430
3431 @itemx @b{-subtrees} @i{subtree_dn_list}
3432 Specifies the list of subtrees containing principal objects in the realm.The list contains the DN of the subtree objects separated by colon(:). This list replaces the existing list. 
3433
3434 @itemx @b{-sscope} @i{search_scope}
3435 Specifies the scope for searching the principals under the subtrees. The possible values are 1 or one (one level), 2 or sub (subtrees).
3436
3437 @itemx @b{-containerref} @i{container_reference_dn}
3438 Specifies the Distinguished Name (DN) of the container object in which the principals of a realm will be created. 
3439
3440 @itemx @b{-maxtktlife} @i{max_ticket_life}
3441 Specifies maximum ticket life for principals in this realm. This value is used, if it is not set on the principal.
3442
3443 @itemx @b{-maxrenewlife} @i{max_renewable_ticket_life}
3444 Specifies maximum renewable life of tickets for principals in this realm.  This value is used, if it is not set on the principal. 
3445
3446 @itemx @b{-ticket_flags} @i{}
3447 Specifies the ticket flags. If this option is not specified, by default, none of the flags are set. This means all the ticket options will be allowed and no restriction will be set.  This value is used, if it is not set on the principal.
3448 @noindent
3449
3450 The various flags are:
3451 @table @b
3452
3453 @itemx @{-|+@}allow_postdated
3454 @code{-allow_postdated} prohibits principals from obtaining postdated tickets. (Sets the @samp{KRB5_KDB_DISALLOW_POSTDATED} flag.).@code{+allow_postdated} clears this flag.
3455 @itemx @{-|+@}allow_forwardable
3456 @code{-allow_forwardable} prohibits principals from obtaining forwardable tickets. 
3457 (Sets the @samp{KRB5_KDB_DISALLOW_FORWARDABLE} flag.) @code{+allow_forwardable} clears this flag.
3458 @itemx @{-|+@}allow_renewable
3459 @code{-allow_renewable} prohibits principals from obtaining renewable tickets. (Sets the @samp{KRB5_KDB_DISALLOW_RENEWABLE} flag.) @code{+allow_renewable} clears this flag.
3460 @itemx @{-|+@}allow_proxiable
3461 @code{-allow_proxiable} prohibits principals from obtaining proxiable tickets. (Sets the @samp{KRB5_KDB_DISALLOW_PROXABLE} flag.) @code{+allow_proxiable} clears this flag.
3462 @itemx @{-|+@}allow_dup_skey
3463 @code{-allow_dup_skey} Disables user-to-user authentication for principals by prohibiting principals from obtaining a sessions key for another user. (Sets the @samp{KRB5_KDB_DISALLOW_DUP_SKEY} flag.). @code{+allow_dup_skey} clears This flag.
3464 @itemx @{-|+@}requires_preauth
3465 @code{+requires_preauth} requires principals to preauthenticate before being allowed to kinit. Sets the 
3466 @samp{KRB5_KDB_REQURES_PRE_AUTH} flag.@code{-requires_preauth} clears this flag.
3467 @itemx @{-|+@}requires_hwauth
3468 @code{+requires_hwauth} requires principals to preauthenticate using a hardware device before being allowed to kinit. (Sets the 
3469 @samp{KRB5_KDB_REQURES_HW_AUTH} flag.)@code{-requires_hwauth} clears this flag.
3470 @itemx @{-|+@}allow_svr
3471 @code{-allow_svr} prohibits the issuance of service tickets for principals. (Sets the @samp{KRB5_KDB_DISALLOW_SVR} flag.) @code{+allow_svr} clears This flag.
3472 @itemx @{-|+@}allow_tgs_req
3473 @code{-allow_tgs_req} specifies that a @dfn{Ticket-Granting Service (TGS)} request for a service ticket for principals is not permitted. This option is useless for most things.@code{+allow_tgs_req} clears this flag. 
3474 The default is. @code{+allow_tgs_req}.  In effect,
3475 @code{-allow_tgs_req} sets the @samp{KRB5_KDB_DISALLOW_TGT_BASED} flag
3476 on principals in the database.
3477 @itemx @{-|+@}allow_tix
3478 @code{-allow_tix} forbids the issuance of any tickets for
3479 principals. @code{+allow_tix} clears this flag. The default is
3480 @code{+allow_tix}.  In effect, @code{-allow_tix} sets the
3481 @samp{KRB5_KDB_DISALLOW_ALL_TIX} flag on principals in the database.
3482 @itemx @{-|+@}needchange
3483 @code{+needchange} sets a flag in attributes field to force a password change; @code{-needchange} clears it. 
3484 The default is @code{-needchange}.  In effect,@code{+needchange} sets
3485 the @samp{KRB5_KDB_REQURES_PWCHANGE} flag on principals in the
3486 database.
3487 @itemx @{-|+@}password_changing_service
3488 @code{+password_changing_service} sets a flag in the attributes field marking principal as a password change service principal (useless for most things).@code{-password_changing_service} clears the flag. This flag intentionally has a long name. The default is @code{-password_changing_service} 
3489 In effect, @code{+password_changing_service} sets the @samp{KRB5_KDB_PWCHANGE_SERVICE} flag on principals in the database.
3490
3491 @end table
3492
3493 @noindent
3494 @noindent
3495 For example:
3496 @smallexample
3497 @group
3498 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu 
3499 modify -r ATHENA.MIT.EDU +requires_preauth
3500 @b{Password for "cn=admin,dc=example,dc=com":}
3501 shell%
3502 @end group
3503 @end smallexample
3504
3505 @menu
3506 * eDirectory Options (Modifying a Kerberos Realm)::  
3507 @end menu
3508
3509 @end table
3510
3511 @node eDirectory Options (Modifying a Kerberos Realm),  , Modifying a Kerberos Realm, Modifying a Kerberos Realm
3512 @subsubsection eDirectory Options
3513
3514 @table @b
3515 @itemx @b{-kdcdn} @i{kdc_service_list}
3516 Specifies the list of KDC service objects serving the realm. The list contains the DNs of the KDC service objects separated by a colon (:). This list replaces the existing list.
3517
3518 @itemx @b{-clearkdcdn} @i{kdc_service_list}
3519 Specifies the list of KDC service objects that need to be removed from the existing list. The list contains the DNs of the KDC service objects separated by a colon (:).
3520
3521 @itemx @b{-addkdcdn} @i{kdc_service_list}
3522 Specifies the list of KDC service objects that need to be added to the existing list. The list contains the DNs of the KDC service objects separated by a colon (:).
3523
3524 @itemx @b{-admindn} @i{admin_service_list}
3525 Specifies the list of Administration service objects serving the realm. The list contains the DNs of the Administration service objects separated by a colon (:). This list replaces the existing list.
3526
3527 @itemx @b{-clearadmindn} @i{admin_service_list} 
3528 Specifies the list of Administration service objects that need to be removed from the existing list. The list contains the DNs of the Administration service objects separated by a colon (:). 
3529
3530 @itemx @b{-addadmindn} @i{admin_service_list}
3531 Specifies the list of Administration service objects that need to be added to the existing list. The list contains the DNs of the Administration service objects separated by a colon (:).
3532
3533 @end table
3534
3535 @node Retrieving Information about a Kerberos Realm, Destroying a Kerberos Realm, Modifying a Kerberos Realm, Global Operations on the Kerberos LDAP Database
3536 @subsection Retrieving Information about a Kerberos Realm
3537
3538 @table @b
3539 @itemx @b{view} [@b{-r} @i{realm}]
3540 Displays the attributes of a realm. Option is as follows:
3541 @itemx @b{-r} @i{realm}
3542 specifies the Kerberos realm of the database; by default the realm returned by krb5_default_local_realm (3)is used.
3543 @end table
3544 @noindent
3545 For example:
3546 @smallexample
3547 @group
3548 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu view -r ATHENA.MIT.EDU
3549 @b{Password for "cn=admin,dc=example,dc=com":}
3550 @b{Realm Name: ATHENA.MIT.EDU}
3551 @b{Subtree: ou=users,dc=example,dc=com}
3552 @b{Subtree: ou=servers,dc=example,dc=com}
3553 @b{SearchScope: ONE}
3554 @b{Maximum ticket life: 0 days 01:00:00}
3555 @b{Maximum renewable life: 0 days 10:00:00}
3556 @b{Ticket flags: DISALLOW_FORWARDABLE}
3557 shell%
3558 @end group
3559 @end smallexample
3560
3561
3562 @node Destroying a Kerberos Realm, Listing available Kerberos Realms, Retrieving Information about a Kerberos Realm, Global Operations on the Kerberos LDAP Database
3563 @subsection Destroying a Kerberos Realm
3564
3565 @table @b
3566 @itemx destroy @b{[-f]} [@i{-r} @b{realm}]
3567 Destroys an existing realm. Options are as follows:
3568 @table @b
3569 @itemx @i{-f} 
3570 If specified, will not prompt the user for confirmation. 
3571 @itemx @b{-r} @i{realm}
3572 specifies the Kerberos realm of the database; by default the realm returned by 
3573 @samp{krb5_default_local_realm} (3)is used.
3574
3575 @end table
3576 @end table
3577 @noindent
3578 For example:
3579 @smallexample
3580 @group
3581 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldap-server1.mit.edu destroy -r ATHENA.MIT.EDU 
3582 @b{Password for "cn=admin,dc=example,dc=com":}
3583 @b{Deleting KDC database of 'ATHENA.MIT.EDU', are you sure?}
3584 @b{type 'yes' to confirm)? Yes}
3585 @b{OK, deleting database of 'ATHENA.MIT.EDU'...}
3586 shell%
3587 @end group
3588 @end smallexample
3589
3590 @node Listing available Kerberos Realms, Stashing Service Object's Password, Destroying a Kerberos Realm, Global Operations on the Kerberos LDAP Database
3591 @subsection Listing available Kerberos Realms
3592
3593 @table @b
3594 @itemx @i{list}
3595 This option lists the name of the realms.
3596 @end table
3597 @noindent
3598 For example:
3599 @smallexample
3600 @group
3601 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu list 
3602 @b{Password for "cn=admin,dc=example,dc=com":}
3603 @b{ATHENA.MIT.EDU}
3604 @b{OPENLDAP.MIT.EDU}
3605 @b{MEDIA-LAB.MIT.EDU}
3606 shell%
3607 @end group
3608 @end smallexample
3609
3610 @node Stashing Service Object's Password, Creating and Modifying a Ticket Policy, Listing available Kerberos Realms, Global Operations on the Kerberos LDAP Database
3611 @subsection Stashing Service Object's Password
3612
3613 @b{stashsrvpw} [@b{-f} @i{filename}] @b{servicedn}
3614
3615 This command allows an administrator to store the password of service object in a file. The KDC and Administration server uses this password to authenticate to the LDAP server. 
3616 @noindent
3617 Options are as follows:
3618
3619 @table @b
3620 @itemx @b{-f} @i{filename}
3621 Specifies the complete path of the service password file. By default, @code{/usr/local/var/service_passwd} is used.
3622 @itemx servicedn
3623 Specifies the Distinguished Name (DN) of the service object whose password is to be stored in file.
3624 @end table
3625 @noindent
3626 For example:
3627 @smallexample
3628 @group
3629 shell% kdb5_ldap_util stashsrvpw -f /home/andrew/conf_keyle cn=service-kdc,dc=example,dc=com
3630 @b{Password for "cn=service-kdc,dc=example,dc=com"}:
3631 @b{Re-enter password for "cn=service-kdc,dc=example,dc=com"}:
3632 shell%
3633 @end group
3634 @end smallexample
3635
3636 @node Creating and Modifying a Ticket Policy, Retrieving Information About a Ticket Policy, Stashing Service Object's Password, Global Operations on the Kerberos LDAP Database
3637 @subsection Creating and Modifying a Ticket Policy
3638
3639 This command creates a ticket policy in directory. 
3640
3641 @smallexample
3642 @b{create_policy} [@b{-r} @i{realm}] [@b{-maxrenewlife} @i{max_renewable_ticket_life}] [@b{ticket_flags}] @b{policy_name}
3643 @end smallexample
3644 Ticket policy objects are created under the realm container.
3645
3646 This command modifies a ticket policy in directory. 
3647 @smallexample
3648 @b{modify_policy} [@b{-r} @i{realm}] [@b{-maxrenewlife} @i{max_renewable_ticket_life}] [@b{ticket_flags}] @b{policy_name}
3649 @end smallexample
3650 @noindent
3651 Options are as follows:
3652
3653 @table @b
3654
3655 @itemx @b{-r} @i{realm}
3656 Specifies the Kerberos realm of the database; by default the realm returned by krb5_default_local_realm(3) is used.
3657 @itemx @b{-maxtktlife} @i{max_ticket_life}
3658 specifies maximum ticket life for principals.
3659 @itemx @b{-maxrenewlife} @i{max_renewable_ticket_life}
3660 specifies maximum renewable life of tickets for principals.
3661
3662 @itemx @b{ticket_flags}
3663 Specifies the ticket flags. If this option is not specified, by default, none of the flags are set. This means all the ticket options will be allowed and no restriction will be set.
3664
3665 @noindent
3666 The various flags are:
3667 @table @b
3668 @itemx @{-|+@}allow_postdated
3669 @code{-allow_postdated} prohibits principals from obtaining postdated tickets. (Sets the @samp{KRB5_KDB_DISALLOW_POSTDATED} flag.).@code{+allow_postdated} clears this flag.
3670
3671 @itemx @{-|+@}allow_forwardable
3672
3673 @code{-allow_forwardable} prohibits principals from obtaining forwardable tickets. (Sets the 
3674 @samp{KRB5_KDB_DISALLOW_FORWARDABLE} flag.) @code{+allow_forwardable} clears this flag.
3675
3676 @itemx @{-|+@}allow_renewable
3677 @code{-allow_renewable} prohibits principals from obtaining renewable tickets. (Sets the @samp{KRB5_KDB_DISALLOW_RENEWABLE} flag.) @code{+allow_renewable} clears this flag.
3678 @itemx @{-|+@}allow_proxiable
3679 @code{-allow_proxiable} prohibits principals from obtaining proxiable tickets. (Sets the @samp{KRB5_KDB_DISALLOW_PROXABLE} flag.) @code{+allow_proxiable} clears this flag.
3680 @itemx @{-|+@}allow_dup_skey
3681 @code{-allow_dup_skey} Disables user-to-user authentication for principals by prohibiting principals from obtaining a sessions key for another user. (Sets the @samp{KRB5_KDB_DISALLOW_DUP_SKEY} flag.). @code{+allow_dup_skey} clears This flag.
3682 @itemx @{-|+@}requires_preauth
3683 @code{+requires_preauth} requires principals to preauthenticate before being allowed to kinit. (Sets the @samp{KRB5_KDB_REQURES_PRE_AUTH} flag.) 
3684 @code{-requires_preauth} clears this flag.
3685
3686 @itemx @{-|+@}requires_hwauth
3687 @code{+requires_hwauth} requires principals to preauthenticate using a
3688 hardware device before being allowed to kinit. (Sets the
3689 @samp{KRB5_KDB_REQURES_HW_AUTH} flag.)  @code{-requires_hwauth} clears
3690 this flag.
3691
3692 @itemx @{-|+@}allow_svr
3693 @code{-allow_svr} prohibits the issuance of service tickets for principals. (Sets the @samp{KRB5_KDB_DISALLOW_SVR} flag.) @code{+allow_svr} clears This flag.
3694 @itemx @{-|+@}allow_tgs_req
3695 @code{-allow_tgs_req} specifies that a @dfn{Ticket-Granting Service (TGS)} request for a service ticket for principals is not permitted. This option is useless for most things.@code{+allow_tgs_req} clears this flag. 
3696 The default is @code{+allow_tgs_req}.  In effect,
3697 @code{-allow_tgs_req} sets the @samp{KRB5_KDB_DISALLOW_TGT_BASED} flag
3698 on principals in the database.
3699
3700 @itemx @{-|+@}allow_tix
3701 @code{-allow_tix} forbids the issuance of any tickets for
3702 principals.  @code{+allow_tix} clears this flag.  The default is
3703 @code{+allow_tix}.  In effect, @code{-allow_tix} sets the
3704 @samp{KRB5_KDB_DISALLOW_ALL_TIX} flag on principals in the database.
3705
3706 @itemx @{-|+@}needchange
3707 @code{+needchange} sets a flag in attributes field to force a password change; 
3708 @code{-needchange} clears it. The default is @code{-needchange}.  In
3709 effect, @code{+needchange} sets the @samp{KRB5_KDB_REQURES_PWCHANGE}
3710 flag on principals in the database.
3711
3712 @itemx @{-|+@}password_changing_service
3713 @code{+password_changing_service} sets a flag in the attributes field
3714 marking principal as a password change service principal (useless for
3715 most things).  @code{-password_changing_service} clears the flag.
3716 This flag intentionally has a long name.  The default is
3717 @code{-password_changing_service}.  In effect,
3718 @code{+password_changing_service} sets the
3719 @samp{KRB5_KDB_PWCHANGE_SERVICE} flag on principals in the database.
3720 @end table
3721
3722 @itemx policy_name
3723 Specifies the name of the ticket policy.
3724
3725 @end table
3726 @noindent
3727 For example:
3728 @smallexample
3729 @group
3730 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu create_policy 
3731 -r ATHENA.MIT.EDU -maxtktlife "1 day" -maxrenewlife "1 week" -allow_forwardable usertktpolicy
3732 @b{Password for "cn=admin,dc=example,dc=com":}
3733 shell%
3734 @end group
3735 @end smallexample
3736
3737 @node Retrieving Information About a Ticket Policy, Destroying a Ticket Policy, Creating and Modifying a Ticket Policy, Global Operations on the Kerberos LDAP Database
3738 @subsection Retrieving Information About a Ticket Policy
3739
3740 @table @b
3741 @b{view_policy} [@b{-r} @i{realm}] @b{policy_name}
3742
3743 @itemx view_policy 
3744 This option displays the attributes of a ticket policy. Option is as follows:
3745
3746 @itemx @b{-r} @i{realm}
3747 Specifies the Kerberos realm of the database; by default the realm returned by krb5_default_local_realm(3) is used.
3748 @itemx policy_name
3749 Specifies the name of the ticket policy.
3750 @end table
3751
3752 For example:
3753 @smallexample
3754 @group
3755 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu view_policy 
3756 -r ATHENA.MIT.EDU usertktpolicy
3757 @b{Password for "cn=admin,dc=example,dc=com":}
3758 @b{Ticket policy: usertktpolicy}
3759 @b{Maxmum ticket life: 0 days 01:00:00}
3760 @b{Maxmum renewable life: 0 days 10:00:00}
3761 @b{Ticket flags: DISALLOW_FORWARDABLE REQUIRES_PWCHANGE}
3762 shell% 
3763 @end group
3764 @end smallexample
3765
3766
3767 @node Destroying a Ticket Policy, Listing available Ticket Policies, Retrieving Information About a Ticket Policy, Global Operations on the Kerberos LDAP Database
3768 @subsection Destroying a Ticket Policy
3769
3770 @table @b
3771 @itemx @b{destroy_policy} @b{[-force]} @b{[-r} @i{realm}@b{]} @b{policy_name}
3772 Destroys an existing ticket policy. Options are as follows:
3773
3774 @table @b
3775
3776 @itemx -force
3777 Forces the deletion of the policy object. If not specified, will be prompted for confirmation while deleting the policy. Enter yes to confirm the deletion.
3778
3779 @itemx -r realm
3780 Specifies the Kerberos realm of the database; by default the realm returned by krb5_default_local_realm(3) is used.
3781
3782 @itemx policy_name
3783 Specifies the name of the ticket policy.
3784 @end table
3785 @end table
3786 @noindent
3787 For example:
3788 @smallexample
3789 @group
3790 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu
3791 destroy_policy -r ATHENA.MIT.EDU usertktpolicy
3792 @b{Password for "cn=admin,dc=example,dc=com":}
3793 @b{This will delete the policy object 'usertktpolicy', are you sure?}
3794 @b{(type 'yes' to confirm)? Yes}
3795 @b{** policy object 'usertktpolicy' deleted.}
3796 shell% 
3797 @end group
3798 @end smallexample
3799
3800 @node Listing available Ticket Policies, Creating a Service Object (eDirectory), Destroying a Ticket Policy, Global Operations on the Kerberos LDAP Database
3801 @subsection Listing available Ticket Policies
3802
3803
3804 @table @b
3805 @itemx @b{list_policy} [@b{-r} @i{realm}]
3806 Lists the name of ticket policies in a realm.
3807
3808 Option are as follows:
3809
3810 @itemx -r realm
3811 Specifies the Kerberos realm of the database; by default the realm returned by krb5_default_local_realm(3) is used.
3812
3813 @end table
3814
3815 @noindent
3816 For example:
3817 @smallexample
3818 @group
3819 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu list_policy -r ATHENA.MIT.EDU 
3820 @b{Password for "cn=admin,dc=example,dc=com":}
3821 @b{usertktpolicy}
3822 @b{tempusertktpolicy}
3823 @b{krbtktpolicy}
3824 shell% 
3825 @end group
3826 @end smallexample
3827
3828 @node Creating a Service Object (eDirectory), Modifying a Service Object (eDirectory), Listing available Ticket Policies, Global Operations on the Kerberos LDAP Database
3829 @subsection Creating a Service Object (eDirectory)
3830 @smallexample
3831 @b{create_service} @i{-kdc|-admin|-pwd} [@b{-servicehost} @i{service_host_list}] [@b{-realm} @i{realm_list}] [@b{-randpw}|
3832 @i{-fileonly}] [@i{-filename}] @b{service_dn}
3833 @end smallexample
3834 @noindent
3835 Creates a service object in directory and assigns appropriate rights on the container holding kerberos data.
3836  
3837 Options are as follows:
3838
3839 @table @b
3840 @itemx -kdc 
3841 Specifies the KDC service
3842 @itemx -admin 
3843 Specifies the Administration service
3844 @itemx -pwd 
3845 Specifies the Password service
3846
3847 @itemx @b{-servicehost} @i{service_host_list}
3848 Specifies the list of entries separated by a colon (:). Each entry consists of the hostname or IP address of the server hosting the service, transport protocol and the port number of the service separated by a pound sign (#).
3849 @noindent 
3850 For example,
3851 @smallexample
3852 server1#tcp#88:server2#udp#89.
3853 @end smallexample
3854 @itemx @b{-realm} @i{realm_list}
3855 Specifies the list of realms that are to be associated with this service. The list contains the name of the realms separated by a colon (:). 
3856 @itemx -randpw 
3857 Generates and sets a random password. This option is used to set the random password for the service object in directory and also to store it in the file. @code{-fileonly} option cannot be used with @code{-randpw} option.
3858
3859 @itemx -fileonly
3860 Stores the password only in a file and not in directory. The @code{-randpw} option can not be used when @code{-fileonly} option is specified.
3861 @itemx @i{-f} @b{filename}
3862 Specifies the complete path of the file where the service object password is stashed. If this option is not specified, the default file will be /usr/local/var/service_passwd
3863 @itemx service_dn
3864 Specifies the Distinguished Name (DN) of the Kerberos service to be created.
3865
3866 @noindent
3867 For example:
3868 @smallexample
3869 @group
3870 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu
3871 create_service -kdc -randpw -f /home/andrew/service_passwd cn=service-kdc,dc=example,dc=com
3872 @b{Password for "cn=admin,dc=example,dc=com":}
3873 @b{File does not exist. Creating the file /home/andrew/service_passwd...}
3874 shell% 
3875 @end group
3876 @end smallexample
3877 @end table
3878
3879 @node Modifying a Service Object (eDirectory), Retrieving Service Object Information (eDirectory), Creating a Service Object (eDirectory), Global Operations on the Kerberos LDAP Database
3880 @subsection Modifying a Service Object (eDirectory)
3881 @smallexample
3882 @b{modify_service} [@b{-servicehost} @i{service_host_list} |[@b{-clearservicehost} @i{service_host_list}] [@b{-addservicehost} @i{service_host_list}]] [@b{-realm} @i{realm_list} | [@b{-clearrealm} @i{realm_list}] [@b{-addrealm} @i{realm_list}]] service_dn
3883 @end smallexample
3884
3885 Modifies the attributes of a service and assigns appropriate rights, if realm associations are changed.
3886
3887 Options are as follows:
3888
3889 @table @b
3890 @itemx @b{-servicehost} @i{service_host_list}
3891 List of entries separated by a colon (:) where each entry consists of host name or IP address of the server hosting the service, transport protocol, and port number of the service separated by a pound sign (#). This list replaces the existing list.
3892 For example, 
3893 @smallexample
3894 server1#tcp#88:server2#udp#89
3895 @end smallexample
3896 @itemx @b{-clearservicehost} @i{service_host_list}
3897 Specifies the list of servicehost entries to be removed from the existing list. This is a colon separated list. 
3898 @itemx @b{-addservicehost} @i{service_host_list}
3899 Specifies the list of servicehost entries to be added to the existing list. This is a colon separated list.
3900 @itemx @b{-realm} @i{realm_list}
3901 Specifies the list of realms that are to be associated with this service. The list contains the name of the realms separated by a colon (:). This list replaces the existing list.
3902 @itemx @b{-clearrealm} @i{realm_list}
3903 Specifies the list of realms to be removed from the existing list. The list contains the name of the realms separated by a colon (:).
3904 @itemx @b{-addrealm} @i{realm_list}
3905 Specifies the list of realms to be added to the existing list. The list contains the name of the realms separated by a colon (:).
3906 @itemx service_dn
3907 Specifies the Distinguished Name (DN) of the Kerberos service to be modified.
3908
3909 @end table
3910
3911 @noindent
3912 For example:
3913
3914 @smallexample
3915 @group
3916 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu
3917 modify_service -realm ATHENA.MIT.EDU cn=service-kdc,dc=example,dc=com
3918 @b{Password for "cn=admin,dc=example,dc=com":}
3919 @b{Changing rights for the service object. Please wait ... done}
3920 shell% 
3921 @end group
3922 @end smallexample
3923 @node Retrieving Service Object Information (eDirectory), Destroying a Service Object (eDirectory), Modifying a Service Object (eDirectory), Global Operations on the Kerberos LDAP Database
3924 @subsection Retrieving Service Object Information (eDirectory)
3925
3926 @table @b
3927 @itemx view_service service_dn
3928 Displays the attributes of a service. Options are as follows:
3929
3930 @itemx service_dn
3931 Specifies the Distinguished name (DN) of the Kerberos service to be viewed.
3932 @end table
3933
3934 For example:
3935 @smallexample
3936 @group
3937 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu 
3938 view_service cn=service-kdc,dc=example,dc=com
3939 @b{Password for "cn=admin,dc=example,dc=com":}
3940 @b{Service dn: cn=service-kdc,dc=example,dc=com}
3941 @b{Service type: kdc}
3942 @b{Service host list:}
3943 @b{Realm DN list: cn=ATHENA.MIT.EDU,cn=Kerberos,dc=example,dc=com}
3944 shell% 
3945 @end group
3946 @end smallexample
3947
3948 @node Destroying a Service Object (eDirectory), Listing Available Service Objects (eDirectory), Retrieving Service Object Information (eDirectory), Global Operations on the Kerberos LDAP Database
3949 @subsection Destroying a Service Object (eDirectory)
3950 @smallexample
3951 @b{destroy_service} [@b{-force}] [@b{-f} @i{stashfilename}] service_dn
3952 @end smallexample
3953 @noindent
3954 Destroys an existing service. Options are as follows :
3955
3956 @table @b
3957 @itemx -force
3958 If specified, will not prompt for user's confirmation, instead will force destruction of service.
3959 @itemx @b{-f} @i{stashfilename}
3960 Complete path of the service password file from where the entry corresponding to the service_dn needs to be removed.
3961 @itemx service_dn
3962 Distinguished Name (DN) of the Kerberos service to be destroyed.
3963 @end table
3964 @noindent
3965 For example:
3966 @smallexample
3967 @group
3968 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu
3969 destroy_service cn=service-kdc,dc=example,dc=com
3970 @b{Password for "cn=admin,dc=example,dc=com":}
3971 @b{This will delete the service object 'cn=service-kdc,dc=example,dc=com', are you sure?}
3972 @b{(type 'yes' to confirm)? Yes}
3973 @b{** service object 'cn=service-kdc,dc=example,dc=com' deleted.}
3974 shell% 
3975 @end group
3976 @end smallexample
3977
3978 @node Listing Available Service Objects (eDirectory), Passwords for Service Objects (eDirectory), Destroying a Service Object (eDirectory), Global Operations on the Kerberos LDAP Database
3979 @subsection Listing Available Service Objects (eDirectory)
3980
3981 @table @b
3982 @itemx list_service [-basedn base_dn]
3983 Lists the name of services under a given base in directory. Options is as follows:
3984
3985 @itemx @b{-basedn} @i{base_dn}
3986 Specifies the base DN for searching the policies, limiting the search to a particular subtree. If this option is not provided, LDAP Server specific search base will be used. For e.g., in the case of OpenLDAP, value of @code{defaultsearchbase} from @file{slapd.conf} file will be used, where as in the case of eDirectory, the default value for the base DN is Root.
3987 @end table
3988
3989 @noindent
3990 For example:
3991 @smallexample
3992 @group
3993 shell% kdb5_ldap_util -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu list_service
3994 @b{Password for "cn=admin,dc=example,dc=com":}
3995 @b{cn=service-kdc,dc=example,dc=com}
3996 @b{cn=service-adm,dc=example,dc=com}
3997 @b{cn=service-pwd,dc=example,dc=com}
3998 shell% 
3999 @end group
4000 @end smallexample
4001
4002 @node Passwords for Service Objects (eDirectory),  , Listing Available Service Objects (eDirectory), Global Operations on the Kerberos LDAP Database
4003 @subsection Passwords for Service Objects (eDirectory)
4004
4005 @b{setsrvpw} @b{[-randpw|-fileonly]}@b{[-f} @i{ filename}@b{]} @b{service_dn}
4006
4007 Allows an administrator to set password for service objects such as KDC and Administration server in eDirectory and store them in a file. The 
4008 @code{-fileonly} command stores the password in a file and not in the eDirectory object. 
4009 Options are as follows:
4010 @table @b
4011 @itemx @b{-randpw} 
4012 Generates and sets a random password on the directory object and stores it in the file. The @code{-fileonly} option can not be used if @code{-randpw} option is already specified.
4013 @itemx @b{-fileonly}
4014 Stores the password only in a file and not in eDirectory. The @code{-randpw} option can not be used when @code{-fileonly} option is specified.
4015 @itemx @b{-f} @i{filename}
4016 Specifies the complete path of the file where the service object password is stashed. If this option is not specified, the default file will be /usr/local/var/service_passwd.
4017 @itemx service_dn
4018 Specifies the Distinguished Name (DN) of the service object whose password is to be set.
4019
4020 @end table
4021
4022
4023 @noindent
4024 For example:
4025
4026 @smallexample
4027 @group
4028 shell% kdb5_ldap_util setsrvpw -D cn=admin,dc=example,dc=com -H ldaps://ldap-server1.mit.edu
4029 setsrvpw -f /home/andrew/conf_keyfile cn=service-kdc,dc=example,dc=com
4030 @b{Password for "cn=admin,dc=example,dc=com":}
4031 @b{Password for "cn=service-kdc,dc=example,dc=com":}
4032 @b{Re-enter password for "cn=service-kdc,dc=example,dc=com":}
4033 shell% 
4034 @end group
4035 @end smallexample
4036
4037 @ignore
4038 @c @node The KDC Logs,  , GLobal operations on the Kerberos LDAP Database, Administrating the Kerberos Database
4039 @c @section The KDC Logs
4040
4041 This will have to wait until the next release.  *sigh*
4042 @end ignore
4043
4044 @node Cross-realm Authentication, Changing the krbtgt Key, Global Operations on the Kerberos LDAP Database, Administrating the Kerberos Database
4045 @section Cross-realm Authentication
4046
4047 In order for a KDC in one realm to authenticate Kerberos users in a
4048 different realm, it must share a key with the KDC in the other realm.
4049 In both databases, there must be krbtgt service principals for realms.
4050 These principals should all have the same passwords, key version
4051 numbers, and encryption types.  For example, if the administrators of
4052 @value{PRIMARYREALM} and @value{SECONDREALM} wanted to authenticate
4053 across the realms, they would run the following commands on the KDCs in
4054 @i{both} realms:
4055
4056 @smallexample
4057 @group
4058 @b{shell%:} kadmin.local -e "des3-hmac-sha1:normal des-cbc-crc:v4"
4059 @b{kadmin:} addprinc -requires_preauth krbtgt/@value{PRIMARYREALM}@@@value{SECONDREALM}
4060 @b{Enter password for principal krbtgt/@value{PRIMARYREALM}@@@value{SECONDREALM}:} 
4061 @b{Re-enter password for principal krbtgt/@value{PRIMARYREALM}@@@value{SECONDREALM}:}
4062 @b{kadmin:} addprinc -requires_preauth krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALM}
4063 @b{Enter password for principal krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALM}:}
4064 @b{Enter password for principal krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALM}:}
4065 @b{kadmin:}
4066 @end group
4067 @end smallexample
4068
4069 Even if most principals in a realm are generally created with the
4070 requires_preauth flag enabled, this flag is not desirable on
4071 cross-realm authentication keys because doing so makes it impossible to
4072 disable preauthentication on a service-by-service basis.  Disabling it
4073 as in the example above is recommended.
4074
4075 It is also very important that these principals have good passwords.
4076 @value{COMPANY} recommends that TGT principal passwords be at least 26
4077 characters of random ASCII text.
4078
4079 @node Changing the krbtgt Key,  , Cross-realm Authentication, Administrating the Kerberos Database
4080 @section Changing the krbtgt Key
4081
4082 A Kerberos Ticket Granting Ticket (TGT) is a service ticket for the
4083 principal krbtgt/@i{REALM}.  The key for this principal is created when
4084 the Kerberos database is initialized and need not be changed.  However,
4085 it will only have the encryption types supported by the KDC at the time
4086 of the initial database creation.  To allow use of newer encryption
4087 types for the TGT, this key has to be changed.
4088
4089 Changing this key using the normal @code{kadmin change_password} command
4090 would invalidate any previously issued TGTs.  Therefore, when changing
4091 this key, normally one should use the @b{-keepold} flag to
4092 @code{change_password} to retain the previous key in the database as
4093 well as the new key.  For example:
4094
4095 @smallexample
4096 @group
4097 @b{kadmin:} change_password -randkey -keepold krbtgt/@value{PRIMARYREALM}@@@value{PRIMARYREALM}
4098 @end group
4099 @end smallexample
4100
4101 After issuing this command, the old key is still valid and is still
4102 vulnerable to (for instance) brute force attacks.  To completely
4103 retire an old key or encryption type, run the @code{purgekeys} command
4104 to delete keys with older kvnos, ideally first making sure that all
4105 tickets issued with the old keys have expired.
4106
4107 @node Configuring Kerberos with OpenLDAP back-end, Application Servers, Administrating the Kerberos Database, Top
4108 @chapter Configuring Kerberos with OpenLDAP back-end
4109
4110 @enumerate
4111 @item
4112 Set up SSL on the OpenLDAP server and client to ensure secure
4113 communication when the KDC service and LDAP server are on different
4114 machines. @code{ldapi://} can be used if the LDAP server and KDC
4115 service are running on the same machine.
4116
4117 @enumerate A
4118 @item
4119 Setting up SSL on the OpenLDAP server:
4120
4121 @enumerate a
4122 @item
4123 Get a CA certificate using OpenSSL tools
4124
4125 @item
4126 Configure OpenLDAP server for using SSL/TLS
4127
4128 @noindent
4129    For the latter, you need to specify the location of CA certificate location in slapd.conf file.
4130
4131 @noindent
4132    Refer to the following link for more information:
4133
4134 @noindent
4135 @uref{http://www.openldap.org/doc/admin23/tls.html}
4136 @end enumerate
4137
4138 @item
4139 Setting up SSL on OpenLDAP Client:
4140
4141 @enumerate a
4142 @item
4143 For the KDC and Admin Server, you need to do the client-side configuration in ldap.conf.
4144
4145 @noindent
4146 For example,
4147 @smallexample
4148 TLS_CACERT @code{/etc/openldap/certs/cacert.pem}
4149 @end smallexample
4150 @end enumerate
4151 @end enumerate
4152
4153 @item
4154 Include the Kerberos schema file (kerberos.schema) in the
4155 configuration file (slapd.conf) on the LDAP Server, by providing the
4156 location where it is stored.
4157
4158 @smallexample
4159 include @code{/etc/openldap/schema/kerberos.schema}
4160 @end smallexample
4161
4162 @item
4163 Choose DNs for the KDC and kadmin servers to bind to the LDAP server,
4164 and create them if necessary.  These DNs will be specified with the
4165 @code{ldap_kdc_dn} and @code{ldap_kadmind_dn} directives in krb5.conf;
4166 their passwords can be stashed with @code{kdb5_ldap_util stashsrvpw}
4167 and the resulting file specified with the
4168 @code{ldap_service_password_file} directive.
4169
4170 @item
4171 Choose a DN for the global Kerberos container entry (but do not create
4172 the entry at this time).  This DN will be specified with the
4173 @code{ldap_kerberos_container_dn} directive in krb5.conf.  Realm
4174 container entries will be created underneath this DN.  Principal
4175 entries may exist either underneath the realm container (the default)
4176 or in separate trees referenced from the realm container.
4177
4178 @item
4179 Configure the LDAP server ACLs to enable the KDC and kadmin server DNs
4180 to read and write the Kerberos data.
4181
4182 @subheading
4183 Sample access control information
4184
4185 @smallexample
4186 access to dn.base=""
4187         by * read
4188                                                                                                                                                              
4189 access to dn.base="cn=Subschema"
4190         by * read
4191                                                                                                                                                              
4192 access to attrs=userPassword,userPKCS12
4193         by self write
4194         by * auth
4195                                                                                                                                                              
4196 access to attrs=shadowLastChange
4197         by self write
4198         by * read
4199
4200 # Providing access to realm container
4201 access to @code{dn.subtree}= @i{"cn=EXAMPLE.COM,cn=krbcontainer,dc=example,dc=com"} 
4202         by @code{dn.exact}=@i{"cn=kdc-service,dc=example,dc=com"} read
4203         by @code{dn.exact}=@i{"cn=adm-service,dc=example,dc=com"} write
4204         by * none
4205
4206 # Providing access to principals, if not underneath realm container
4207 access to @code{dn.subtree}= @i{"ou=users,dc=example,dc=com"} 
4208         by @code{dn.exact}=@i{"cn=kdc-service,dc=example,dc=com"} read
4209         by @code{dn.exact}=@i{"cn=adm-service,dc=example,dc=com"} write
4210         by * none
4211
4212 access to *
4213         by * read
4214 @end smallexample
4215
4216 @noindent
4217 If the locations of the container and principals or the DNs of the
4218 service objects for a realm are changed then this information should
4219 be updated.
4220
4221 @item
4222 Start the LDAP server as follows: 
4223 @smallexample
4224 slapd -h "ldapi:/// ldaps:///"
4225 @end smallexample
4226  
4227 @item
4228 Modify the krb5.conf file to include LDAP specific items listed below:
4229 @smallexample
4230 @samp{realms}
4231 @noindent  @samp{database_module}
4232 @noindent
4233 @samp{dbmodules}
4234 @noindent  @samp{db_library}
4235 @noindent  @samp{db_module_dir}
4236 @noindent  @samp{ldap_kdc_dn}
4237 @noindent  @samp{ldap_kadmind_dn}
4238 @noindent  @samp{ldap_service_password_file}
4239 @noindent  @samp{ldap_servers}
4240 @noindent  @samp{ldap_conns_per_server}
4241 @end smallexample
4242
4243 @noindent
4244 For the sample @file{krb5.conf} file, refer to @ref{Sample krb5.conf File}.
4245 @noindent
4246 For more details, refer to the section @file{krb5.conf}
4247
4248 @item
4249 Create the realm using @samp{kdb5_ldap_util}.
4250
4251 @smallexample
4252 @b{kdb5_ldap_util} @b{-D} @i{cn=admin,dc=example,dc=com} create @b{-subtrees} @i{ou=users,dc=example,dc=com} @b{-r} @i{EXAMPLE.COM} @b{-s}
4253 @end smallexample
4254
4255 @noindent
4256 Use the @code{-subtrees} option if the principals are to exist in a separate subtree from the realm container.  Before executing the command, make sure that the subtree mentioned above @samp{(ou=users,dc=example,dc=com)} exists.  If the principals will exist underneath the realm container, omit the @code{-subtrees} option and do not worry about creating the principal subtree.
4257
4258 For more information, refer to the section @dfn{Global Operations on the Kerberos LDAP Database}.
4259
4260 @noindent
4261 The realm object is created under the ldap_kerberos_container_dn specified in the configuration file. This operation will also create the Kerberos container, if not present already. This will be used to store information related to all realms.
4262
4263 @item 
4264 Stash the password of the service object used by the KDC and
4265 Administration service to bind to the LDAP server using the stashsrvpw
4266 command of kdb5_ldap_util. The object DN should be the same as
4267 ldap_kdc_dn and ldap_kadmind_dn values specified in the krb5.conf
4268 file.
4269
4270 @smallexample
4271 @b{kdb5_ldap_util} @b{-D} @i{cn=admin,dc=example,dc=com} @i{stashsrvpw} @b{-f} @code{/etc/kerberos/service.keyfile} @i{cn=krbadmin,dc=example,dc=com}
4272 @end smallexample
4273
4274 @item
4275 Add krb5principalname to the indexes in slapd.conf to speed up the access.
4276 @end enumerate
4277
4278 With the LDAP back end it is possible to provide aliases for principal
4279 entries.  Currently we provide no mechanism provided for creating
4280 aliases, so it must be done by direct manipulation of the LDAP
4281 entries.
4282
4283 An entry with aliases contains multiple values of the krbPrincipalName
4284 attribute.  Since LDAP attribute values are not ordered, it is
4285 necessary to specify which principal name is canonical, by using the
4286 krbCanonicalName attribute.  Therefore, to create aliases for an
4287 entry, first set the krbCanonicalName attribute of the entry to the
4288 canonical principal name (which should be identical to the
4289 pre-existing krbPrincipalName value), and then add additional
4290 krbPrincipalName attributes for the aliases.
4291
4292 Principal aliases are only returned by the KDC when the client
4293 requests canonicalization.  Canonicalization is normally requested for
4294 service principals; for client principals, an explicit flag is often
4295 required (e.g. @code{kinit -C}) and canonicalization is only performed
4296 for initial ticket requests.
4297
4298 @node Application Servers, Backups of Secure Hosts, Configuring Kerberos with OpenLDAP back-end, Top
4299 @chapter Application Servers
4300
4301 If you need to install the @value{PRODUCT} programs on an application
4302 server, please refer to the @value{PRODUCT} Installation Guide.  Once
4303 you have installed the software, you need to add that host to the
4304 Kerberos database (@pxref{Adding or Modifying Principals}), and generate
4305 a @dfn{keytab} for that host, that contains the host's key.  You also
4306 need to make sure the host's clock is within your maximum clock skew of
4307 the KDCs.
4308
4309 @menu
4310 * Keytabs::                     
4311 * Clock Skew::                  
4312 * Getting DNS Information Correct::  
4313 * Configuring Your Firewall to Work With Kerberos V5::  
4314 @end menu
4315
4316 @node Keytabs, Clock Skew, Application Servers, Application Servers
4317 @section Keytabs
4318
4319 A @dfn{keytab} is a host's copy of its own keylist, which is analogous
4320 to a user's password.  An application server that needs to authenticate
4321 itself to the KDC has to have a keytab that contains its own principal
4322 and key.  Just as it is important for users to protect their passwords,
4323 it is equally important for hosts to protect their keytabs.  You should
4324 always store keytab files on local disk, and make them readable only by
4325 root, and you should never send a keytab file over a network in the
4326 clear.  Ideally, you should run the @code{kadmin} command to extract a
4327 keytab on the host on which the keytab is to reside.
4328
4329 @menu
4330 * Adding Principals to Keytabs::  
4331 * Removing Principals from Keytabs::  
4332 @end menu
4333
4334 @node Adding Principals to Keytabs, Removing Principals from Keytabs, Keytabs, Keytabs
4335 @subsection Adding Principals to Keytabs
4336
4337 To generate a keytab, or to add a principal to an existing keytab, use
4338 the @code{ktadd} command from @code{kadmin}, which requires the
4339 ``inquire'' administrative privilege.  (If you use the @b{-glob}
4340 @i{princ_exp} option, it also requires the ``list'' administrative
4341 privilege.)  The syntax is:
4342
4343 @smallexample
4344 @b{ktadd} [@b{-k[eytab]} @i{keytab}] [@b{-q}] [@b{-e}
4345 @i{key:salt_list}] [@i{principal} | @b{-glob} @i{princ_exp}]
4346 [@i{@dots{}}]
4347 @end smallexample
4348
4349 The @code{ktadd} command takes the following switches:
4350
4351 @table @b
4352 @item -k[eytab] @i{keytab}
4353 use @i{keytab} as the keytab file.  Otherwise, @code{ktadd} will use the
4354 default keytab file (@code{@value{DefaultDefaultKeytabName}}).
4355
4356 @item @b{-e} @i{"enc:salt..."} 
4357 Uses the specified list of enctype-salttype pairs for setting the key
4358 of the principal.  The quotes are necessary if there are multiple
4359 enctype-salttype pairs.  This will not function against kadmin daemons
4360 earlier than krb5-1.2.  See @ref{Supported Encryption Types} and
4361 @ref{Salts} for all possible values.
4362
4363 @item -q
4364 run in quiet mode.  This causes @code{ktadd} to display less verbose
4365 information.
4366
4367 @item @i{principal} | -glob @i{principal expression}
4368 add @i{principal}, or all principals matching @i{principal expression}
4369 to the keytab.  The rules for @i{principal expression} are the same as
4370 for the kadmin @code{list_principals} (@pxref{Retrieving a List of
4371 Principals}) command.
4372 @end table
4373
4374 Here is a sample session, using configuration files that enable only
4375 @samp{des-cbc-crc} encryption. (The line beginning with @result{} is a
4376 continuation of the previous line.)
4377
4378 @smallexample
4379 @group
4380 @b{kadmin:} ktadd host/@value{RANDOMHOST1}.@value{PRIMARYDOMAIN}@@@value{PRIMARYREALM}
4381 @b{kadmin: Entry for principal host/@value{RANDOMHOST1}.@value{PRIMARYDOMAIN}@@@value{PRIMARYREALM} with
4382      kvno 2, encryption type DES-CBC-CRC added to keytab
4383      WRFILE:/etc/krb5.keytab.
4384 kadmin:}
4385 @end group
4386 @end smallexample
4387
4388 @smallexample
4389 @group
4390 @b{kadmin:} ktadd -k @value{ROOTDIR}/var/krb5kdc/kadmind.keytab
4391 @result{} kadmin/admin kadmin/changepw
4392 @b{kadmin: Entry for principal kadmin/admin@@@value{PRIMARYREALM} with
4393      kvno 3, encryption type DES-CBC-CRC added to keytab
4394      WRFILE:@value{ROOTDIR}/var/krb5kdc/kadmind.keytab.
4395 kadmin:}
4396 @end group
4397 @end smallexample
4398
4399 @node Removing Principals from Keytabs,  , Adding Principals to Keytabs, Keytabs
4400 @subsection Removing Principals from Keytabs
4401
4402 To remove a principal from an existing keytab, use the kadmin
4403 @code{ktremove} command.  The syntax is:
4404
4405 @smallexample
4406 @b{ktremove} [@b{-k[eytab]} @i{keytab}] [@b{-q}] @i{principal} [@i{kvno} | @b{all} | @b{old}]
4407 @end smallexample
4408
4409 The @code{ktremove} command takes the following switches:
4410
4411 @table @b
4412 @item -k[eytab] @i{keytab}
4413 use @i{keytab} as the keytab file.  Otherwise, @code{ktremove} will use
4414 the default keytab file (@code{/etc/krb5.keytab}).
4415
4416 @item -q
4417 run in quiet mode.  This causes @code{ktremove} to display less verbose
4418 information.
4419
4420 @item @i{principal}
4421 the principal to remove from the keytab.  (Required.)
4422
4423 @item @i{kvno}
4424 remove all entries for the specified principal whose Key Version Numbers
4425 match @i{kvno}.
4426
4427 @item all
4428 remove all entries for the specified principal
4429
4430 @item old
4431 remove all entries for the specified principal except those with the
4432 highest kvno.
4433 @end table
4434
4435 For example:
4436
4437 @smallexample
4438 @group
4439 @b{kadmin:} ktremove -k @value{ROOTDIR}/var/krb5kdc/kadmind.keytab kadmin/admin
4440 @b{kadmin: Entry for principal kadmin/admin with kvno 3 removed
4441      from keytab WRFILE:@value{ROOTDIR}/var/krb5kdc/kadmind.keytab.
4442 kadmin:}
4443 @end group
4444 @end smallexample
4445
4446 @node Clock Skew, Getting DNS Information Correct, Keytabs, Application Servers
4447 @section Clock Skew
4448
4449 In order to prevent intruders from resetting their system clocks in
4450 order to continue to use expired tickets, @value{PRODUCT} is set up to
4451 reject ticket requests from any host whose clock is not within the
4452 specified maximum clock skew of the KDC (as specified in the
4453 @code{kdc.conf} file).  Similarly, hosts are configured to reject
4454 responses from any KDC whose clock is not within the specified maximum
4455 clock skew of the host (as specified in the @code{krb5.conf} file).  The
4456 default value for maximum clock skew is @value{DefaultClockskew}.
4457
4458 @value{COMPANY} suggests that you add a line to client machines'
4459 @code{/etc/rc} files to synchronize the machine's clock to your KDC at
4460 boot time.  On UNIX hosts, assuming you had a kdc called
4461 @code{@value{KDCSERVER}} in your realm, this would be:
4462
4463 @smallexample
4464 gettime -s @value{KDCSERVER}
4465 @end smallexample
4466
4467 If the host is not likely to be rebooted frequently, you may also want
4468 to set up a cron job that adjusts the time on a regular basis.
4469
4470 @node Getting DNS Information Correct, Configuring Your Firewall to Work With Kerberos V5, Clock Skew, Application Servers
4471 @section Getting DNS Information Correct
4472
4473 Several aspects of Kerberos rely on name service.  In order for Kerberos
4474 to provide its high level of security, it is less forgiving of name
4475 service problems than some other parts of your network.  It is important
4476 that your Domain Name System (DNS) entries and your hosts have the
4477 correct information.
4478
4479 Each host's canonical name must be the fully-qualified host name
4480 (including the domain), and each host's IP address must reverse-resolve
4481 to the canonical name.
4482
4483 Other than the @code{localhost} entry, make all entries in each
4484 machine's @code{/etc/hosts} file in the following form:
4485
4486 @smallexample
4487 IP address      fully-qualified hostname        aliases
4488 @end smallexample
4489
4490 Here is a sample @code{/etc/hosts} file:
4491
4492 @smallexample
4493 @group
4494 # this is a comment
4495 127.0.0.1       localhost localhost@@@value{PRIMARYDOMAIN}
4496 @value{RANDOMHOST1IP}       @value{RANDOMHOST1}.@value{PRIMARYDOMAIN} trillium wake-robin
4497 @end group
4498 @end smallexample
4499
4500 Additionally, on Solaris machines, you need to be sure the ``hosts''
4501 entry in the file @* @code{/etc/nsswitch.conf} includes the source
4502 ``dns'' as well as ``file''.
4503
4504 Finally, each host's keytab file must include a host/key pair for the
4505 host's canonical name.  You can list the keys in a keytab file by
4506 issuing the command @code{klist -k}.  For example:
4507
4508 @smallexample
4509 @group
4510 viola# klist -k
4511 Keytab name: /etc/krb5.keytab
4512 KVNO Principal
4513 ---- ------------------------------------------------------------
4514    1 host/@value{RANDOMHOST1}.@value{PRIMARYDOMAIN}@@@value{PRIMARYREALM}
4515 @end group
4516 @end smallexample
4517
4518 If you telnet to the host with a fresh credentials cache (ticket file),
4519 and then @code{klist}, the host's service principal should be
4520 @i{host/fully-qualified-hostname@@REALM_NAME}.
4521
4522 @node Configuring Your Firewall to Work With Kerberos V5,  , Getting DNS Information Correct, Application Servers
4523 @section Configuring Your Firewall to Work With @value{PRODUCT}
4524
4525 If you need off-site users to be able to get Kerberos tickets in your
4526 realm, they must be able to get to your KDC.  This requires either that
4527 you have a slave KDC outside your firewall, or you configure your
4528 firewall to allow UDP requests into at least one of your KDCs, on
4529 whichever port the KDC is running.  (The default is port
4530 @value{DefaultPort}; other ports may be specified in the KDC's kdc.conf
4531 file.)  Similarly, if you need off-site users to be able to change
4532 their passwords in your realm, they must be able to get to your
4533 Kerberos admin server.  The default port for the admin server is
4534 @value{DefaultKadmindPort}.
4535
4536 If your on-site users inside your firewall will need to get to KDCs in
4537 other realms, you will also need to configure your firewall to allow
4538 outgoing TCP and UDP requests to port @value{DefaultPort}.
4539 Additionally, if they will need to get to any Kerberos V4 KDCs, you may
4540 also need to allow TCP and UDP requests to port
4541 @value{DefaultSecondPort}.  If your on-site users inside your firewall
4542 will need to get to Kerberos admin servers in other realms, you will
4543 also need to allow outgoing TCP and UDP requests to port
4544 @value{DefaultKadmindPort}.
4545
4546 If any of your KDCs are outside your firewall, you will need to allow
4547 @code{kprop} requests to get through to the remote KDC.  @code{Kprop}
4548 uses the krb5_prop service on port @value{DefaultKrbPropPort} (tcp).
4549
4550 If you need your off-site users to have access to machines inside your
4551 firewall, you need to allow TCP connections from their off-site hosts on
4552 the appropriate ports for the programs they will be using.  The
4553 following lines from @code{/etc/services} show the default port numbers
4554 for the @value{PRODUCT} programs:
4555
4556 @smallexample
4557 @group
4558 ftp           @value{DefaultFTPPort}/tcp           # Kerberos ftp and telnet use the
4559 telnet        @value{DefaultTelnetPort}/tcp           # default ports
4560 kerberos      @value{DefaultPort}/udp    kdc    # Kerberos V5 KDC
4561 kerberos      @value{DefaultPort}/tcp    kdc    # Kerberos V5 KDC
4562 klogin        @value{DefaultKloginPort}/tcp          # Kerberos authenticated rlogin
4563 kshell        @value{DefaultKshellPort}/tcp   cmd    # and remote shell
4564 kerberos-adm  @value{DefaultKadmindPort}/tcp          # Kerberos 5 admin/changepw
4565 kerberos-adm  @value{DefaultKadmindPort}/udp          # Kerberos 5 admin/changepw
4566 krb5_prop     @value{DefaultKrbPropPort}/tcp          # Kerberos slave propagation
4567 @c kpop          1109/tcp         # Pop with Kerberos
4568 eklogin       @value{DefaultEkloginPort}/tcp         # Kerberos auth. & encrypted rlogin
4569 @end group
4570 @end smallexample
4571
4572 By default, @value{PRODUCT} @code{telnet} and @code{ftp} use the same
4573 ports as the standard @code{telnet} and @code{ftp} programs, so if you
4574 already allow telnet and ftp connections through your firewall, the
4575 @value{PRODUCT} versions will get through as well.  If you do not
4576 already allow telnet and ftp connections through your firewall, but need
4577 your users to be able to use @value{PRODUCT} telnet and ftp, you can
4578 either allow ftp and telnet connections on the standard ports, or switch
4579 these programs to non-default port numbers and allow ftp and telnet
4580 connections on those ports to get through.
4581
4582 @value{PRODUCT} @code{rlogin} uses the @code{klogin} service, which by
4583 default uses port @value{DefaultKloginPort}.  Encrypted @value{PRODUCT}
4584 rlogin uses the @code{eklogin} service, which by default uses port
4585 @value{DefaultEkloginPort}.
4586
4587 @value{PRODUCT} @code{rsh} uses the @code{kshell} service, which by
4588 default uses port @value{DefaultKshellPort}.  However, the server must
4589 be able to make a TCP connection from the kshell port to an arbitrary
4590 port on the client, so if your users are to be able to use @code{rsh}
4591 from outside your firewall, the server they connect to must be able to
4592 send outgoing packets to arbitrary port numbers.  Similarly, if your
4593 users need to run @code{rsh} from inside your firewall to hosts outside
4594 your firewall, the outside server needs to be able to connect to an
4595 arbitrary port on the machine inside your firewall.  Because
4596 @value{PRODUCT} @code{rcp} uses @code{rsh}, the same issues apply.  If
4597 you need to use @code{rsh} (or @code{rcp}) through your firewall and
4598 are concerned with the security implications of allowing connections to
4599 arbitrary ports, @value{COMPANY} suggests that you have rules that
4600 specifically name these applications and, if possible, list the allowed
4601 hosts.
4602
4603 The book @cite{UNIX System Security}, by David Curry, is a good
4604 starting point for learning to configure firewalls.
4605
4606 @ignore
4607 @c @node Enabling Users to Connect from Off-Site,  , Configuring Your Firewall to Work With @value{PRODUCT}, Application Servers
4608 @c @section Enabling Users to Connect from Off-Site
4609
4610 This will have to wait until the next release.  *sigh*
4611 @end ignore
4612
4613 @node Backups of Secure Hosts, Bug Reporting, Application Servers, Top
4614 @chapter Backups of Secure Hosts
4615
4616 When you back up a secure host, you should exclude the host's keytab
4617 file from the backup.  If someone obtained a copy of the keytab from a
4618 backup, that person could make any host masquerade as the host whose
4619 keytab was compromised.  This could be particularly dangerous if the
4620 compromised keytab was from one of your KDCs.  If the machine has a disk
4621 crash and the keytab file is lost, it is easy to generate another keytab
4622 file.  (@xref{Adding Principals to Keytabs}.)  If you are unable to
4623 exclude particular files from backups, you should ensure that the
4624 backups are kept as secure as the host's root password.
4625
4626 @menu
4627 * Backing Up the Kerberos Database::  
4628 @end menu
4629
4630 @node Backing Up the Kerberos Database,  , Backups of Secure Hosts, Backups of Secure Hosts
4631 @section Backing Up the Kerberos Database
4632
4633 As with any file, it is possible that your Kerberos database could
4634 become corrupted.  If this happens on one of the slave KDCs, you might
4635 never notice, since the next automatic propagation of the database would
4636 install a fresh copy.  However, if it happens to the master KDC, the
4637 corrupted database would be propagated to all of the slaves during the
4638 next propagation.  For this reason, @value{COMPANY} recommends that you
4639 back up your Kerberos database regularly.  Because the master KDC is
4640 continuously dumping the database to a file in order to propagate it to
4641 the slave KDCs, it is a simple matter to have a cron job periodically
4642 copy the dump file to a secure machine elsewhere on your network.  (Of
4643 course, it is important to make the host where these backups are stored
4644 as secure as your KDCs, and to encrypt its transmission across your
4645 network.)  Then if your database becomes corrupted, you can load the
4646 most recent dump onto the master KDC.  (@xref{Restoring a Kerberos
4647 Database from a Dump File}.)
4648
4649 @node Bug Reporting, Appendix, Backups of Secure Hosts, Top
4650 @chapter Bug Reporting
4651
4652 @include send-pr.texinfo
4653
4654 @node Appendix, Copyright, Bug Reporting, Top
4655 @appendix Appendix
4656
4657 @menu
4658 * Errors::                      
4659 * kadmin Time Zones::           
4660 @end menu
4661
4662 @node Errors, kadmin Time Zones, Appendix, Appendix
4663 @appendixsec Kerberos Error Messages
4664
4665 @menu
4666 * Kerberos V5 Library Error Codes::  
4667 * Kerberos V5 Database Library Error Codes::  
4668 * Kerberos V5 Magic Numbers Error Codes::  
4669 * ASN.1 Error Codes::           
4670 * GSSAPI Error Codes::          
4671 @end menu
4672
4673 @node Kerberos V5 Library Error Codes, Kerberos V5 Database Library Error Codes, Errors, Errors
4674 @appendixsubsec Kerberos V5 Library Error Codes
4675
4676 This is the Kerberos v5 library error code table.  Protocol error codes
4677 are @* ERROR_TABLE_BASE_krb5 + the protocol error code number; other
4678 error codes start at ERROR_TABLE_BASE_krb5 + 128.
4679
4680 @c error table numbering starts at 0
4681 @enumerate 0
4682 @item
4683 KRB5KDC_ERR_NONE:  No error
4684 @item
4685 KRB5KDC_ERR_NAME_EXP:  Client's entry in database has expired
4686 @item
4687 KRB5KDC_ERR_SERVICE_EXP:  Server's entry in database has expired
4688 @item
4689 KRB5KDC_ERR_BAD_PVNO:  Requested protocol version not supported
4690 @item
4691 KRB5KDC_ERR_C_OLD_MAST_KVNO:  Client's key is encrypted in an old master
4692 key
4693 @item
4694 KRB5KDC_ERR_S_OLD_MAST_KVNO:  Server's key is encrypted in an old master
4695 key
4696 @item
4697 KRB5KDC_ERR_C_PRINCIPAL_UNKNOWN:  Client not found in Kerberos database
4698 @item
4699 KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN:  Server not found in Kerberos database
4700 @item
4701 KRB5KDC_ERR_PRINCIPAL_NOT_UNIQUE:  Principal has multiple entries in
4702 Kerberos database
4703 @item
4704 KRB5KDC_ERR_NULL_KEY:  Client or server has a null key
4705 @item
4706 KRB5KDC_ERR_CANNOT_POSTDATE:  Ticket is ineligible for postdating
4707 @item
4708 KRB5KDC_ERR_NEVER_VALID:  Requested effective lifetime is negative or
4709 too short
4710 @item
4711 KRB5KDC_ERR_POLICY:  KDC policy rejects request
4712 @item
4713 KRB5KDC_ERR_BADOPTION:  KDC can't fulfill requested option
4714 @item
4715 KRB5KDC_ERR_ETYPE_NOSUPP:  KDC has no support for encryption type
4716 @item
4717 KRB5KDC_ERR_SUMTYPE_NOSUPP:  KDC has no support for checksum type
4718 @item
4719 KRB5KDC_ERR_PADATA_TYPE_NOSUPP:  KDC has no support for padata type
4720 @item
4721 KRB5KDC_ERR_TRTYPE_NOSUPP:  KDC has no support for transited type
4722 @item
4723 KRB5KDC_ERR_CLIENT_REVOKED:  Clients credentials have been revoked
4724 @item
4725 KRB5KDC_ERR_SERVICE_REVOKED:  Credentials for server have been revoked
4726 @item
4727 KRB5KDC_ERR_TGT_REVOKED:  TGT has been revoked
4728 @item
4729 KRB5KDC_ERR_CLIENT_NOTYET:  Client not yet valid - try again later
4730 @item
4731 KRB5KDC_ERR_SERVICE_NOTYET:  Server not yet valid - try again later
4732 @item
4733 KRB5KDC_ERR_KEY_EXP:  Password has expired
4734 @item
4735 KRB5KDC_ERR_PREAUTH_FAILED:  Preauthentication failed
4736 @item
4737 KRB5KDC_ERR_PREAUTH_REQUIRED:  Additional pre-auth@-en@-ti@-ca@-tion required
4738 @item
4739 KRB5KDC_ERR_SERVER_NOMATCH:  Requested server and ticket don't match
4740 @item
4741 KRB5PLACEHOLD_27:  KRB5 error code 27
4742 @item
4743 KRB5PLACEHOLD_28:  KRB5 error code 28
4744 @item
4745 KRB5PLACEHOLD_29:  KRB5 error code 29
4746 @item
4747 KRB5PLACEHOLD_30:  KRB5 error code 30
4748 @item
4749 KRB5KRB_AP_ERR_BAD_INTEGRITY:  Decrypt integrity check failed
4750 @item
4751 KRB5KRB_AP_ERR_TKT_EXPIRED:  Ticket expired
4752 @item
4753 KRB5KRB_AP_ERR_TKT_NYV:  Ticket not yet valid
4754 @item
4755 KRB5KRB_AP_ERR_REPEAT:  Request is a replay
4756 @item
4757 KRB5KRB_AP_ERR_NOT_US:  The ticket isn't for us
4758 @item
4759 KRB5KRB_AP_ERR_BADMATCH:  Ticket/authenticator don't match
4760 @item
4761 KRB5KRB_AP_ERR_SKEW:  Clock skew too great
4762 @item
4763 KRB5KRB_AP_ERR_BADADDR:  Incorrect net address
4764 @item
4765 KRB5KRB_AP_ERR_BADVERSION:  Protocol version mismatch
4766 @item
4767 KRB5KRB_AP_ERR_MSG_TYPE:  Invalid message type
4768 @item
4769 KRB5KRB_AP_ERR_MODIFIED:  Message stream modified
4770 @item
4771 KRB5KRB_AP_ERR_BADORDER:  Message out of order
4772 @item
4773 KRB5KRB_AP_ERR_ILL_CR_TKT:  Illegal cross-realm ticket
4774 @item
4775 KRB5KRB_AP_ERR_BADKEYVER:  Key version is not available
4776 @item
4777 KRB5KRB_AP_ERR_NOKEY:  Service key not available
4778 @item
4779 KRB5KRB_AP_ERR_MUT_FAIL:  Mutual authentication failed
4780 @item
4781 KRB5KRB_AP_ERR_BADDIRECTION:  Incorrect message direction
4782 @item
4783 KRB5KRB_AP_ERR_METHOD:  Alternative authentication method required
4784 @item
4785 KRB5KRB_AP_ERR_BADSEQ:  Incorrect sequence number in message
4786 @item
4787 KRB5KRB_AP_ERR_INAPP_CKSUM:  Inappropriate type of checksum in message
4788 @item
4789 KRB5KRB_AP_PATH_NOT_ACCEPTED: Policy rejects transited path
4790 @item
4791 KRB5KRB_ERR_RESPONSE_TOO_BIG: Response too big for UDP, retry with TCP
4792 @item
4793 KRB5PLACEHOLD_53:  KRB5 error code 53
4794 @item
4795 KRB5PLACEHOLD_54:  KRB5 error code 54
4796 @item
4797 KRB5PLACEHOLD_55:  KRB5 error code 55
4798 @item
4799 KRB5PLACEHOLD_56:  KRB5 error code 56
4800 @item
4801 KRB5PLACEHOLD_57:  KRB5 error code 57
4802 @item
4803 KRB5PLACEHOLD_58:  KRB5 error code 58
4804 @item
4805 KRB5PLACEHOLD_59:  KRB5 error code 59
4806 @item
4807 KRB5KRB_ERR_GENERIC:  Generic error (see e-text)
4808 @item
4809 KRB5KRB_ERR_FIELD_TOOLONG:  Field is too long for this implementation
4810 @item
4811 KRB5PLACEHOLD_62:  KRB5 error code 62
4812 @item
4813 KRB5PLACEHOLD_63:  KRB5 error code 63
4814 @item
4815 KRB5PLACEHOLD_64:  KRB5 error code 64
4816 @item
4817 KRB5PLACEHOLD_65:  KRB5 error code 65
4818 @item
4819 KRB5PLACEHOLD_66:  KRB5 error code 66
4820 @item
4821 KRB5PLACEHOLD_67:  KRB5 error code 67
4822 @item
4823 KRB5PLACEHOLD_68:  KRB5 error code 68
4824 @item
4825 KRB5PLACEHOLD_69:  KRB5 error code 69
4826 @item
4827 KRB5PLACEHOLD_70:  KRB5 error code 70
4828 @item
4829 KRB5PLACEHOLD_71:  KRB5 error code 71
4830 @item
4831 KRB5PLACEHOLD_72:  KRB5 error code 72
4832 @item
4833 KRB5PLACEHOLD_73:  KRB5 error code 73
4834 @item
4835 KRB5PLACEHOLD_74:  KRB5 error code 74
4836 @item
4837 KRB5PLACEHOLD_75:  KRB5 error code 75
4838 @item
4839 KRB5PLACEHOLD_76:  KRB5 error code 76
4840 @item
4841 KRB5PLACEHOLD_77:  KRB5 error code 77
4842 @item
4843 KRB5PLACEHOLD_78:  KRB5 error code 78
4844 @item
4845 KRB5PLACEHOLD_79:  KRB5 error code 79
4846 @item
4847 KRB5PLACEHOLD_80:  KRB5 error code 80
4848 @item
4849 KRB5PLACEHOLD_81:  KRB5 error code 81
4850 @item
4851 KRB5PLACEHOLD_82:  KRB5 error code 82
4852 @item
4853 KRB5PLACEHOLD_83:  KRB5 error code 83
4854 @item
4855 KRB5PLACEHOLD_84:  KRB5 error code 84
4856 @item
4857 KRB5PLACEHOLD_85:  KRB5 error code 85
4858 @item
4859 KRB5PLACEHOLD_86:  KRB5 error code 86
4860 @item
4861 KRB5PLACEHOLD_87:  KRB5 error code 87
4862 @item
4863 KRB5PLACEHOLD_88:  KRB5 error code 88
4864 @item
4865 KRB5PLACEHOLD_89:  KRB5 error code 89
4866 @item
4867 KRB5PLACEHOLD_90:  KRB5 error code 90
4868 @item
4869 KRB5PLACEHOLD_91:  KRB5 error code 91
4870 @item
4871 KRB5PLACEHOLD_92:  KRB5 error code 92
4872 @item
4873 KRB5PLACEHOLD_93:  KRB5 error code 93
4874 @item
4875 KRB5PLACEHOLD_94:  KRB5 error code 94
4876 @item
4877 KRB5PLACEHOLD_95:  KRB5 error code 95
4878 @item
4879 KRB5PLACEHOLD_96:  KRB5 error code 96
4880 @item
4881 KRB5PLACEHOLD_97:  KRB5 error code 97
4882 @item
4883 KRB5PLACEHOLD_98:  KRB5 error code 98
4884 @item
4885 KRB5PLACEHOLD_99:  KRB5 error code 99
4886 @item
4887 KRB5PLACEHOLD_100:  KRB5 error code 100
4888 @item
4889 KRB5PLACEHOLD_101:  KRB5 error code 101
4890 @item
4891 KRB5PLACEHOLD_102:  KRB5 error code 102
4892 @item
4893 KRB5PLACEHOLD_103:  KRB5 error code 103
4894 @item
4895 KRB5PLACEHOLD_104:  KRB5 error code 104
4896 @item
4897 KRB5PLACEHOLD_105:  KRB5 error code 105
4898 @item
4899 KRB5PLACEHOLD_106:  KRB5 error code 106
4900 @item
4901 KRB5PLACEHOLD_107:  KRB5 error code 107
4902 @item
4903 KRB5PLACEHOLD_108:  KRB5 error code 108
4904 @item
4905 KRB5PLACEHOLD_109:  KRB5 error code 109
4906 @item
4907 KRB5PLACEHOLD_110:  KRB5 error code 110
4908 @item
4909 KRB5PLACEHOLD_111:  KRB5 error code 111
4910 @item
4911 KRB5PLACEHOLD_112:  KRB5 error code 112
4912 @item
4913 KRB5PLACEHOLD_113:  KRB5 error code 113
4914 @item
4915 KRB5PLACEHOLD_114:  KRB5 error code 114
4916 @item
4917 KRB5PLACEHOLD_115:  KRB5 error code 115
4918 @item
4919 KRB5PLACEHOLD_116:  KRB5 error code 116
4920 @item
4921 KRB5PLACEHOLD_117:  KRB5 error code 117
4922 @item
4923 KRB5PLACEHOLD_118:  KRB5 error code 118
4924 @item
4925 KRB5PLACEHOLD_119:  KRB5 error code 119
4926 @item
4927 KRB5PLACEHOLD_120:  KRB5 error code 120
4928 @item
4929 KRB5PLACEHOLD_121:  KRB5 error code 121
4930 @item
4931 KRB5PLACEHOLD_122:  KRB5 error code 122
4932 @item
4933 KRB5PLACEHOLD_123:  KRB5 error code 123
4934 @item
4935 KRB5PLACEHOLD_124:  KRB5 error code 124
4936 @item
4937 KRB5PLACEHOLD_125:  KRB5 error code 125
4938 @item
4939 KRB5PLACEHOLD_126:  KRB5 error code 126
4940 @item
4941 KRB5PLACEHOLD_127:  KRB5 error code 127
4942 @item
4943 KRB5_ERR_RCSID:  (RCS Id string for the krb5 error table)
4944 @item
4945 KRB5_LIBOS_BADLOCKFLAG:  Invalid flag for file lock mode
4946 @item
4947 KRB5_LIBOS_CANTREADPWD:  Cannot read password
4948 @item
4949 KRB5_LIBOS_BADPWDMATCH:  Password mismatch
4950 @item
4951 KRB5_LIBOS_PWDINTR:  Password read interrupted
4952 @item
4953 KRB5_PARSE_ILLCHAR:  Illegal character in component name
4954 @item
4955 KRB5_PARSE_MALFORMED:  Malformed representation of principal
4956 @item
4957 KRB5_CONFIG_CANTOPEN:  Can't open/find Kerberos configuration file
4958 @item
4959 KRB5_CONFIG_BADFORMAT:  Improper format of Kerberos configuration file
4960 @item
4961 KRB5_CONFIG_NOTENUFSPACE:  Insufficient space to return complete
4962 information
4963 @item
4964 KRB5_BADMSGTYPE:  Invalid message type specified for encoding
4965 @item
4966 KRB5_CC_BADNAME:  Credential cache name malformed
4967 @item
4968 KRB5_CC_UNKNOWN_TYPE:  Unknown credential cache type
4969 @item
4970 KRB5_CC_NOTFOUND:  Matching credential not found
4971 @item
4972 KRB5_CC_END:  End of credential cache reached
4973 @item
4974 KRB5_NO_TKT_SUPPLIED:  Request did not supply a ticket
4975 @item
4976 KRB5KRB_AP_WRONG_PRINC:  Wrong principal in request
4977 @item
4978 KRB5KRB_AP_ERR_TKT_INVALID:  Ticket has invalid flag set
4979 @item
4980 KRB5_PRINC_NOMATCH:  Requested principal and ticket don't match
4981 @item
4982 KRB5_KDCREP_MODIFIED:  KDC reply did not match expectations
4983 @item
4984 KRB5_KDCREP_SKEW:  Clock skew too great in KDC reply
4985 @item
4986 KRB5_IN_TKT_REALM_MISMATCH:  Client/server realm mismatch in initial
4987 ticket request
4988 @item
4989 KRB5_PROG_ETYPE_NOSUPP:  Program lacks support for encryption type
4990 @item
4991 KRB5_PROG_KEYTYPE_NOSUPP:  Program lacks support for key type
4992 @item
4993 KRB5_WRONG_ETYPE:  Requested encryption type not used in message
4994 @item
4995 KRB5_PROG_SUMTYPE_NOSUPP:  Program lacks support for checksum type
4996 @item
4997 KRB5_REALM_UNKNOWN:  Cannot find KDC for requested realm
4998 @item
4999 KRB5_SERVICE_UNKNOWN:  Kerberos service unknown
5000 @item
5001 KRB5_KDC_UNREACH:  Cannot contact any KDC for requested realm
5002 @item
5003 KRB5_NO_LOCALNAME:  No local name found for principal name
5004 @item
5005 KRB5_MUTUAL_FAILED:  Mutual authentication failed
5006 @item
5007 KRB5_RC_TYPE_EXISTS:  Replay cache type is already registered
5008 @item
5009 KRB5_RC_MALLOC:  No more memory to allocate (in replay cache code)
5010 @item
5011 KRB5_RC_TYPE_NOTFOUND:  Replay cache type is unknown
5012 @item
5013 KRB5_RC_UNKNOWN:  Generic unknown RC error
5014 @item
5015 KRB5_RC_REPLAY:  Message is a replay
5016 @item
5017 KRB5_RC_IO:  Replay I/O operation failed XXX
5018 @item
5019 KRB5_RC_NOIO:  Replay cache type does not support non-volatile storage
5020 @item
5021 KRB5_RC_PARSE:  Replay cache name parse/format error
5022 @item
5023 KRB5_RC_IO_EOF:  End-of-file on replay cache I/O
5024 @item
5025 KRB5_RC_IO_MALLOC:  No more memory to allocate (in replay cache I/O
5026 code)
5027 @item
5028 KRB5_RC_IO_PERM:  Permission denied in replay cache code
5029 @item
5030 KRB5_RC_IO_IO:  I/O error in replay cache i/o code
5031 @item
5032 KRB5_RC_IO_UNKNOWN:  Generic unknown RC/IO error
5033 @item
5034 KRB5_RC_IO_SPACE:  Insufficient system space to store replay information
5035 @item
5036 KRB5_TRANS_CANTOPEN:  Can't open/find realm translation file
5037 @item
5038 KRB5_TRANS_BADFORMAT:  Improper format of realm translation file
5039 @item
5040 KRB5_LNAME_CANTOPEN:  Can't open/find lname translation database
5041 @item
5042 KRB5_LNAME_NOTRANS:  No translation available for requested principal
5043 @item
5044 KRB5_LNAME_BADFORMAT:  Improper format of translation database entry
5045 @item
5046 KRB5_CRYPTO_INTERNAL:  Cryptosystem internal error
5047 @item
5048 KRB5_KT_BADNAME:  Key table name malformed
5049 @item
5050 KRB5_KT_UNKNOWN_TYPE:  Unknown Key table type
5051 @item
5052 KRB5_KT_NOTFOUND:  Key table entry not found
5053 @item
5054 KRB5_KT_END:  End of key table reached
5055 @item
5056 KRB5_KT_NOWRITE:  Cannot write to specified key table
5057 @item
5058 KRB5_KT_IOERR:  Error writing to key table
5059 @item
5060 KRB5_NO_TKT_IN_RLM:  Cannot find ticket for requested realm
5061 @item
5062 KRB5DES_BAD_KEYPAR:  DES key has bad parity
5063 @item
5064 KRB5DES_WEAK_KEY:  DES key is a weak key
5065 @item
5066 KRB5_BAD_ENCTYPE:  Bad encryption type
5067 @item
5068 KRB5_BAD_KEYSIZE:  Key size is incompatible with encryption type
5069 @item
5070 KRB5_BAD_MSIZE:  Message size is incompatible with encryption type
5071 @item
5072 KRB5_CC_TYPE_EXISTS:  Credentials cache type is already registered.
5073 @item
5074 KRB5_KT_TYPE_EXISTS:  Key table type is already registered.
5075 @item
5076 KRB5_CC_IO:  Credentials cache I/O operation failed XXX
5077 @item
5078 KRB5_FCC_PERM:  Credentials cache file permissions incorrect
5079 @item
5080 KRB5_FCC_NOFILE:  No credentials cache found
5081 @item
5082 KRB5_FCC_INTERNAL:  Internal credentials cache error
5083 @item
5084 KRB5_CC_WRITE:  Error writing to credentials cache
5085 @item
5086 KRB5_CC_NOMEM:  No more memory to allocate (in credentials cache code)
5087 @item
5088 KRB5_CC_FORMAT:  Bad format in credentials cache
5089 @item
5090 KRB5_INVALID_FLAGS:  Invalid KDC option combination (library internal
5091 error) [for dual tgt library calls]
5092 @item
5093 KRB5_NO_2ND_TKT:  Request missing second ticket [for dual tgt library
5094 calls]
5095 @item
5096 KRB5_NOCREDS_SUPPLIED:  No credentials supplied to library routine
5097 @item
5098 KRB5_SENDAUTH_BADAUTHVERS:  Bad sendauth version was sent
5099 @item
5100 KRB5_SENDAUTH_BADAPPLVERS:  Bad application version was sent (via
5101 sendauth)
5102 @item
5103 KRB5_SENDAUTH_BADRESPONSE:  Bad response (during sendauth exchange)
5104 @item
5105 KRB5_SENDAUTH_REJECTED:  Server rejected authentication (during sendauth
5106 exchange)
5107 @item
5108 KRB5_PREAUTH_BAD_TYPE:  Unsupported preauthentication type
5109 @item
5110 KRB5_PREAUTH_NO_KEY:  Required preauthentication key not supplied
5111 @item
5112 KRB5_PREAUTH_FAILED:  Generic preauthentication failure
5113 @item
5114 KRB5_RCACHE_BADVNO:  Unsupported replay cache format version number
5115 @item
5116 KRB5_CCACHE_BADVNO:  Unsupported credentials cache format version number
5117 @item
5118 KRB5_KEYTAB_BADVNO:  Unsupported key table format version number
5119 @item
5120 KRB5_PROG_ATYPE_NOSUPP:  Program lacks support for address type
5121 @item
5122 KRB5_RC_REQUIRED:  Message replay detection requires rcache parameter
5123 @item
5124 KRB5_ERR_BAD_HOSTNAME:  Hostname cannot be canonicalized
5125 @item
5126 KRB5_ERR_HOST_REALM_UNKNOWN:  Cannot determine realm for host
5127 @item
5128 KRB5_SNAME_UNSUPP_NAMETYPE:  Conversion to service principal undefined
5129 for name type
5130 @item
5131 KRB5KRB_AP_ERR_V4_REPLY:  Initial Ticket response appears to be Version
5132 4 error
5133 @item
5134 KRB5_REALM_CANT_RESOLVE:  Cannot resolve KDC for requested realm
5135 @item
5136 KRB5_TKT_NOT_FORWARDABLE:  Requesting ticket can't get forwardable
5137 tickets
5138 @item
5139 KRB5_FWD_BAD_PRINCIPAL:  Bad principal name while trying to forward
5140 credentials
5141 @item
5142 KRB5_GET_IN_TKT_LOOP:  Looping detected inside krb5_get_in_tkt
5143 @item
5144 KRB5_CONFIG_NODEFREALM:  Configuration file does not specify default realm
5145 @item
5146 KRB5_SAM_UNSUPPORTED:  Bad SAM flags in obtain_sam_padata
5147 @item
5148 KRB5_KT_NAME_TOOLONG: Keytab name too long
5149 @item
5150 KRB5_KT_KVNONOTFOUND: Key version number for principal in key table is incorrect
5151 @item
5152 KRB5_APPL_EXPIRED: This application has expired
5153 @item
5154 KRB5_LIB_EXPIRED: This Krb5 library has expired
5155 @item
5156 KRB5_CHPW_PWDNULL: New password cannot be zero length
5157 @item
5158 KRB5_CHPW_FAIL: Password change failed
5159 @item
5160 KRB5_KT_FORMAT: Bad format in keytab
5161 @item
5162 KRB5_NOPERM_ETYPE: Encryption type not permitted
5163 @item
5164 KRB5_CONFIG_ETYPE_NOSUPP: No supported encryption types (config file error?)
5165 @item
5166 KRB5_OBSOLETE_FN: Program called an obsolete, deleted function
5167 @item
5168 KRB5_EAI_FAIL: unknown getaddrinfo failure
5169 @item
5170 KRB5_EAI_NODATA: no data available for host/domain name
5171 @item
5172 KRB5_EAI_NONAME: host/domain name not found
5173 @item
5174 KRB5_EAI_SERVICE: service name unknown
5175 @item
5176 KRB5_ERR_NUMERIC_REALM: Cannot determine realm for numeric host address
5177 @end enumerate
5178
5179 @node Kerberos V5 Database Library Error Codes, Kerberos V5 Magic Numbers Error Codes, Kerberos V5 Library Error Codes, Errors
5180 @appendixsubsec Kerberos V5 Database Library Error Codes
5181
5182 This is the Kerberos v5 database library error code table.
5183
5184 @c error table numbering starts at 0
5185 @enumerate 0
5186 @item
5187 KRB5_KDB_RCSID:  (RCS Id string for the kdb error table)
5188 @item
5189 KRB5_KDB_INUSE:  Entry already exists in database
5190 @item
5191 KRB5_KDB_UK_SERROR:  Database store error
5192 @item
5193 KRB5_KDB_UK_RERROR:  Database read error
5194 @item
5195 KRB5_KDB_UNAUTH:  Insufficient access to perform requested operation
5196 @item
5197 KRB5_KDB_NOENTRY:  No such entry in the database
5198 @item
5199 KRB5_KDB_ILL_WILDCARD:  Illegal use of wildcard
5200 @item
5201 KRB5_KDB_DB_INUSE:  Database is locked or in use--try again later
5202 @item
5203 KRB5_KDB_DB_CHANGED:  Database was modified during read
5204 @item
5205 KRB5_KDB_TRUNCATED_RECORD:  Database record is incomplete or corrupted
5206 @item
5207 KRB5_KDB_RECURSIVELOCK:  Attempt to lock database twice
5208 @item
5209 KRB5_KDB_NOTLOCKED:  Attempt to unlock database when not locked
5210 @item
5211 KRB5_KDB_BADLOCKMODE:  Invalid kdb lock mode
5212 @item
5213 KRB5_KDB_DBNOTINITED:  Database has not been initialized
5214 @item
5215 KRB5_KDB_DBINITED:  Database has already been initialized
5216 @item
5217 KRB5_KDB_ILLDIRECTION:  Bad direction for converting keys
5218 @item
5219 KRB5_KDB_NOMASTERKEY:  Cannot find master key record in database
5220 @item
5221 KRB5_KDB_BADMASTERKEY:  Master key does not match database
5222 @item
5223 KRB5_KDB_INVALIDKEYSIZE:  Key size in database is invalid
5224 @item
5225 KRB5_KDB_CANTREAD_STORED:  Cannot find/read stored master key
5226 @item
5227 KRB5_KDB_BADSTORED_MKEY:  Stored master key is corrupted
5228 @item
5229 KRB5_KDB_CANTLOCK_DB:  Insufficient access to lock database
5230 @item
5231 KRB5_KDB_DB_CORRUPT:  Database format error
5232 @item
5233 KRB5_KDB_BAD_VERSION:  Unsupported version in database entry
5234 @item
5235 KRB5_KDB_BAD_SALTTYPE:  Unsupported salt type
5236 @item
5237 KRB5_KDB_BAD_ENCTYPE:  Unsupported encryption type
5238 @item
5239 KRB5_KDB_BAD_CREATEFLAGS: Bad database creation flags
5240 @item
5241 KRB5_KDB_NO_PERMITTED_KEY: No matching key in entry having a permitted enc type
5242 @item
5243 KRB5_KDB_NO_MATCHING_KEY: No matching key in entry
5244 @item
5245 KRB5_KDB_SERVER_INTERNAL_ERR: Server error
5246 @item
5247 KRB5_KDB_ACCESS_ERROR: Unable to access Kerberos database
5248 @item
5249 KRB5_KDB_INTERNAL_ERROR:Kerberos database internal error
5250 @item
5251 KRB5_KDB_CONSTRAINT_VIOLATION:Kerberos database constraints violated
5252 @end enumerate
5253
5254 @node Kerberos V5 Magic Numbers Error Codes, ASN.1 Error Codes, Kerberos V5 Database Library Error Codes, Errors
5255 @appendixsubsec Kerberos V5 Magic Numbers Error Codes
5256
5257 This is the Kerberos v5 magic numbers error code table.
5258
5259 @c error table numbering starts at 0
5260 @enumerate 0
5261 @item
5262 KV5M_NONE:  Kerberos V5 magic number table
5263 @item
5264 KV5M_PRINCIPAL:  Bad magic number for krb5_principal structure
5265 @item
5266 KV5M_DATA:  Bad magic number for krb5_data structure
5267 @item
5268 KV5M_KEYBLOCK:  Bad magic number for krb5_keyblock structure
5269 @item
5270 KV5M_CHECKSUM:  Bad magic number for krb5_checksum structure
5271 @item
5272 KV5M_ENCRYPT_BLOCK:  Bad magic number for krb5_encrypt_block structure
5273 @item
5274 KV5M_ENC_DATA:  Bad magic number for krb5_enc_data structure
5275 @item
5276 KV5M_CRYPTOSYSTEM_ENTRY:  Bad magic number for krb5_cryp@-to@-sys@-tem_entry
5277 structure
5278 @item
5279 KV5M_CS_TABLE_ENTRY:  Bad magic number for krb5_cs_table_entry structure
5280 @item
5281 KV5M_CHECKSUM_ENTRY:  Bad magic number for krb5_check@-sum_en@-try structure
5282 @item
5283 KV5M_AUTHDATA:  Bad magic number for krb5_authdata structure
5284 @item
5285 KV5M_TRANSITED:  Bad magic number for krb5_transited structure
5286 @item
5287 KV5M_ENC_TKT_PART:  Bad magic number for krb5_enc_tkt_part structure
5288 @item
5289 KV5M_TICKET:  Bad magic number for krb5_ticket structure
5290 @item
5291 KV5M_AUTHENTICATOR:  Bad magic number for krb5_authenticator structure
5292 @item
5293 KV5M_TKT_AUTHENT:  Bad magic number for krb5_tkt_authent structure
5294 @item
5295 KV5M_CREDS:  Bad magic number for krb5_creds structure
5296 @item
5297 KV5M_LAST_REQ_ENTRY:  Bad magic number for krb5_last_req_entry structure
5298 @item
5299 KV5M_PA_DATA:  Bad magic number for krb5_pa_data structure
5300 @item
5301 KV5M_KDC_REQ:  Bad magic number for krb5_kdc_req structure
5302 @item
5303 KV5M_ENC_KDC_REP_PART:  Bad magic number for @*
5304 krb5_enc_kdc_rep_part structure
5305 @item
5306 KV5M_KDC_REP:  Bad magic number for krb5_kdc_rep structure
5307 @item
5308 KV5M_ERROR:  Bad magic number for krb5_error structure
5309 @item
5310 KV5M_AP_REQ:  Bad magic number for krb5_ap_req structure
5311 @item
5312 KV5M_AP_REP:  Bad magic number for krb5_ap_rep structure
5313 @item
5314 KV5M_AP_REP_ENC_PART:  Bad magic number for @*
5315 krb5_ap_rep_enc_part structure
5316 @item
5317 KV5M_RESPONSE:  Bad magic number for krb5_response structure
5318 @item
5319 KV5M_SAFE:  Bad magic number for krb5_safe structure
5320 @item
5321 KV5M_PRIV:  Bad magic number for krb5_priv structure
5322 @item
5323 KV5M_PRIV_ENC_PART:  Bad magic number for krb5_priv_enc_part structure
5324 @item
5325 KV5M_CRED:  Bad magic number for krb5_cred structure
5326 @item
5327 KV5M_CRED_INFO:  Bad magic number for krb5_cred_info structure
5328 @item
5329 KV5M_CRED_ENC_PART:  Bad magic number for krb5_cred_enc_part structure
5330 @item
5331 KV5M_PWD_DATA:  Bad magic number for krb5_pwd_data structure
5332 @item
5333 KV5M_ADDRESS:  Bad magic number for krb5_address structure
5334 @item
5335 KV5M_KEYTAB_ENTRY:  Bad magic number for krb5_keytab_entry structure
5336 @item
5337 KV5M_CONTEXT:  Bad magic number for krb5_context structure
5338 @item
5339 KV5M_OS_CONTEXT:  Bad magic number for krb5_os_context structure
5340 @item
5341 KV5M_ALT_METHOD:  Bad magic number for krb5_alt_method structure
5342 @item
5343 KV5M_ETYPE_INFO_ENTRY:  Bad magic number for @*
5344 krb5_etype_info_entry structure
5345 @item
5346 KV5M_DB_CONTEXT:  Bad magic number for krb5_db_context structure
5347 @item
5348 KV5M_AUTH_CONTEXT:  Bad magic number for krb5_auth_context structure
5349 @item
5350 KV5M_KEYTAB:  Bad magic number for krb5_keytab structure
5351 @item
5352 KV5M_RCACHE:  Bad magic number for krb5_rcache structure
5353 @item
5354 KV5M_CCACHE:  Bad magic number for krb5_ccache structure
5355 @item
5356 KV5M_PREAUTH_OPS:  Bad magic number for krb5_preauth_ops
5357 @item
5358 KV5M_SAM_CHALLENGE:  Bad magic number for krb5_sam_challenge
5359 @item
5360 KV5M_SAM_KEY:  Bad magic number for krb5_sam_key
5361 @item
5362 KV5M_ENC_SAM_RESPONSE_ENC:  Bad magic number for @*
5363 krb5_enc_sam_response_enc
5364 @item
5365 KV5M_SAM_RESPONSE:  Bad magic number for krb5_sam_response
5366 @item
5367 KV5M_PREDICTED_SAM_RESPONSE:  Bad magic number for
5368 krb5_predicted_sam_response
5369 @item
5370 KV5M_PASSWD_PHRASE_ELEMENT:  Bad magic number for passwd_phrase_element
5371 @item
5372 KV5M_GSS_OID: Bad magic number for GSSAPI OID
5373 @item
5374 KV5M_GSS_QUEUE: Bad magic number for GSSAPI QUEUE
5375 @end enumerate
5376
5377 @node ASN.1 Error Codes, GSSAPI Error Codes, Kerberos V5 Magic Numbers Error Codes, Errors
5378 @appendixsubsec ASN.1 Error Codes
5379
5380 @c error table numbering starts at 0
5381 @enumerate 0
5382 @item
5383 ASN1_BAD_TIMEFORMAT:  ASN.1 failed call to system time library
5384 @item
5385 ASN1_MISSING_FIELD:  ASN.1 structure is missing a required field
5386 @item
5387 ASN1_MISPLACED_FIELD:  ASN.1 unexpected field number
5388 @item
5389 ASN1_TYPE_MISMATCH:  ASN.1 type numbers are inconsistent
5390 @item
5391 ASN1_OVERFLOW:  ASN.1 value too large
5392 @item
5393 ASN1_OVERRUN:  ASN.1 encoding ended unexpectedly
5394 @item
5395 ASN1_BAD_ID:  ASN.1 identifier doesn't match expected value
5396 @item
5397 ASN1_BAD_LENGTH:  ASN.1 length doesn't match expected value
5398 @item
5399 ASN1_BAD_FORMAT:  ASN.1 badly-formatted encoding
5400 @item
5401 ASN1_PARSE_ERROR:  ASN.1 parse error
5402 @item
5403 ASN1_BAD_GMTIME: ASN.1 bad return from gmtime
5404 @item
5405 ASN1_MISMATCH_INDEF: ASN.1 non-constructed indefinite encoding
5406 @item
5407 ASN1_MISSING_EOC: ASN.1 missing expected EOC
5408 @end enumerate
5409
5410 @node GSSAPI Error Codes,  , ASN.1 Error Codes, Errors
5411 @appendixsubsec GSSAPI Error Codes
5412
5413 Generic GSSAPI Errors:
5414
5415 @c error table numbering starts at 0
5416 @enumerate 0
5417 @item
5418 G_BAD_SERVICE_NAME:  No @ in SERVICE-NAME name string
5419 @item
5420 G_BAD_STRING_UID: STRING-UID-NAME contains nondigits
5421 @item
5422 G_NOUSER:  UID does not resolve to username
5423 @item
5424 G_VALIDATE_FAILED:  Validation error
5425 @item
5426 G_BUFFER_ALLOC:  Couldn't allocate gss_buffer_t data
5427 @item
5428 G_BAD_MSG_CTX:  Message context invalid
5429 @item
5430 G_WRONG_SIZE:  Buffer is the wrong size
5431 @item
5432 G_BAD_USAGE:  Credential usage type is unknown
5433 @item
5434 G_UNKNOWN_QOP:  Unknown quality of protection specified
5435 @item
5436 G_BAD_HOSTNAME:  Hostname in SERVICE-NAME string could not be
5437 canonicalized
5438 @item
5439 G_WRONG_MECH: Mechanism is incorrect
5440 @item
5441 G_BAD_TOK_HEADER: Token header is malformed or corrupt
5442 @item
5443 G_BAD_DIRECTION: Packet was replayed in wrong direction
5444 @item
5445 G_TOK_TRUNC: Token is missing data
5446 @item
5447 G_REFLECT: Token was reflected
5448 @item
5449 G_WRONG_TOKID: Received token ID does not match expected token ID
5450 @end enumerate
5451
5452 Kerberos 5 GSSAPI Errors:
5453
5454 @c error table numbering starts at 0
5455 @enumerate 0
5456 @item
5457 KG_CCACHE_NOMATCH:  Principal in credential cache does not match desired
5458 name
5459 @item
5460 KG_KEYTAB_NOMATCH:  No principal in keytab matches desired name
5461 @item
5462 KG_TGT_MISSING:  Credential cache has no TGT
5463 @item
5464 KG_NO_SUBKEY:  Authenticator has no subkey
5465 @item
5466 KG_CONTEXT_ESTABLISHED:  Context is already fully established
5467 @item
5468 KG_BAD_SIGN_TYPE:  Unknown signature type in token
5469 @item
5470 KG_BAD_LENGTH:  Invalid field length in token
5471 @item
5472 KG_CTX_INCOMPLETE:  Attempt to use incomplete security context
5473 @item
5474 KG_CONTEXT:  Bad magic number for krb5_gss_ctx_id_t
5475 @item
5476 KG_CRED:  Bad magic number for krb5_gss_cred_id_t
5477 @item
5478 KG_ENC_DESC:  Bad magic number for krb5_gss_enc_desc
5479 @item
5480 KG_BAD_SEQ: Sequence number in token is corrupt
5481 @item
5482 KG_EMPTY_CCACHE: Credential cache is empty
5483 @item
5484 KG_NO_CTYPES: Acceptor and Initiator share no checksum types
5485 @end enumerate
5486
5487 @node kadmin Time Zones,  , Errors, Appendix
5488 @appendixsec kadmin Time Zones
5489
5490 This is a complete listing of the time zones recognized by the
5491 @code{kadmin} command.
5492
5493 @table @b
5494 @itemx gmt
5495 Greenwich Mean Time
5496 @itemx ut, utc
5497 Universal Time (Coordinated).
5498 @itemx wet
5499 Western European Time.  (Same as GMT.)
5500 @itemx bst
5501 British Summer Time.  (1 hour ahead of GMT.)
5502 @itemx wat
5503 West Africa Time.  (1 hour behind GMT.)
5504 @itemx at
5505 Azores Time.  (2 hours behind GMT.)
5506 @itemx bst
5507 Brazil Standard Time.  (3 hours behind GMT.)  Note that the abbreviation
5508 BST also stands for British Summer Time.
5509 @itemx gst
5510 Greenland Standard Time.  (3 hours behind GMT.)  Note that the
5511 abbreviation GST also stands for Guam Standard Time.
5512 @itemx nft
5513 Newfoundland Time.  (3.5 hours behind GMT.)
5514 @itemx nst
5515 Newfoundland Standard Time.  (3.5 hours behind GMT.)
5516 @itemx ndt
5517 Newfoundland Daylight Time.  (2.5 hours behind GMT.)
5518 @itemx ast
5519 Atlantic Standard Time.  (4 hours behind GMT.)
5520 @itemx adt
5521 Atlantic Daylight Time.  (3 hours behind GMT.)
5522 @itemx est
5523 Eastern Standard Time.  (5 hours behind GMT.)
5524 @itemx edt
5525 Eastern Daylight Time.  (4 hours behind GMT.)
5526 @itemx cst
5527 Central Standard Time.  (6 hours behind GMT.)
5528 @itemx cdt
5529 Central Daylight Time.  (5 hours behind GMT.)
5530 @itemx mst
5531 Mountain Standard Time.  (7 hours behind GMT.)
5532 @itemx mdt
5533 Mountain Daylight Time.  (6 hours behind GMT.)
5534 @itemx pst
5535 Pacific Standard Time.  (8 hours behind GMT.)
5536 @itemx pdt
5537 Pacific Daylight Time.  (7 hours behind GMT.)
5538 @itemx yst
5539 Yukon Standard Time.  (9 hours behind GMT.)
5540 @itemx ydt
5541 Yukon Daylight Time.  (8 hours behind GMT.)
5542 @itemx hst
5543 Hawaii Standard Time.  (10 hours behind GMT.)
5544 @itemx hdt
5545 Hawaii Daylight Time.  (9 hours behind GMT.)
5546 @itemx cat
5547 Central Alaska Time.  (10 hours behind GMT.)
5548 @itemx ahst
5549 Alaska-Hawaii Standard Time.  (10 hours behind GMT.)
5550 @itemx nt
5551 Nome Time.  (11 hours behind GMT.)
5552 @itemx idlw
5553 International Date Line West Time.  (12 hours behind GMT.)
5554 @itemx cet
5555 Central European Time.  (1 hour ahead of GMT.)
5556 @itemx met
5557 Middle European Time.  (1 hour ahead of GMT.)
5558 @itemx mewt
5559 Middle European Winter Time.  (1 hour ahead of GMT.)
5560 @itemx mest
5561 Middle European Summer Time.  (2 hours ahead of GMT.)
5562 @itemx swt
5563 Swedish Winter Time.  (1 hour ahead of GMT.)
5564 @itemx sst
5565 Swedish Summer Time.  (1 hours ahead of GMT.)
5566 @itemx fwt
5567 French Winter Time.  (1 hour ahead of GMT.)
5568 @itemx fst
5569 French Summer Time.  (2 hours ahead of GMT.)
5570 @itemx eet
5571 Eastern Europe Time; Russia Zone 1.  (2 hours ahead of GMT.)
5572 @itemx bt
5573 Baghdad Time; Russia Zone 2.  (3 hours ahead of GMT.)
5574 @itemx it
5575 Iran Time.  (3.5 hours ahead of GMT.)
5576 @itemx zp4
5577 Russia Zone 3.  (4 hours ahead of GMT.)
5578 @itemx zp5
5579 Russia Zone 4.  (5 hours ahead of GMT.)
5580 @itemx ist
5581 Indian Standard Time.  (5.5 hours ahead of GMT.)
5582 @itemx zp6
5583 Russia Zone 5.  (6 hours ahead of GMT.)
5584 @itemx nst
5585 North Sumatra Time.  (6.5 hours ahead of GMT.)  Note that the
5586 abbreviation NST is also used for Newfoundland Stanard Time.
5587 @itemx sst
5588 South Sumatra Time; Russia Zone 6.  (7 hours ahead of GMT.)  Note that
5589 SST is also Swedish Summer Time.
5590 @itemx wast
5591 West Australian Standard Time.  (7 hours ahead of GMT.)
5592 @itemx wadt
5593 West Australian Daylight Time.  (8 hours ahead of GMT.)
5594 @itemx jt
5595 Java Time.  (7.5 hours ahead of GMT.)
5596 @itemx cct
5597 China Coast Time; Russia Zone 7.  (8 hours ahead of GMT.)
5598 @itemx jst
5599 Japan Standard time; Russia Zone 8.  (9 hours ahead of GMT.)
5600 @itemx kst
5601 Korean Standard Time.  (9 hours ahead of GMT.)
5602 @itemx cast
5603 Central Australian Standard Time.  (9.5 hours ahead of GMT.)
5604 @itemx cadt
5605 Central Australian Daylight Time.  (10.5 hours ahead of GMT.)
5606 @itemx east
5607 Eastern Australian Standard Time.  (10 hours ahead of GMT.)
5608 @itemx eadt
5609 Eastern Australian Daylight Time.  (11 hours ahead of GMT.)
5610 @itemx gst
5611 Guam Standard Time; Russia Zone 9.  (10 hours ahead of GMT.)
5612 @itemx kdt
5613 Korean Daylight Time.  (10 hours ahead of GMT.)
5614 @itemx nzt
5615 New Zealand Time.  (12 hours ahead of GMT.)
5616 @itemx nzst
5617 New Zealand Standard Time.  (12 hours ahead of GMT.)
5618 @itemx nzdt
5619 New Zealand Daylight Time.  (13 hours ahead of GMT.)
5620 @itemx idle
5621 International Date Line East.  (12 hours ahead of GMT.)
5622 @end table
5623
5624 @node Copyright,  , Appendix, Top
5625 @appendix Copyright
5626 @include copyright.texinfo
5627
5628 @contents
5629 @bye
5630