Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / crypto / dist / heimdal / kdc / kdc.8
blob0c50b2f3db7f5b541063dbb9dff43cb602470394
1 .\" Copyright (c) 2003 - 2004 Kungliga Tekniska Högskolan
2 .\" (Royal Institute of Technology, Stockholm, Sweden). 
3 .\" All rights reserved. 
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without 
6 .\" modification, are permitted provided that the following conditions 
7 .\" are met: 
8 .\"
9 .\" 1. Redistributions of source code must retain the above copyright 
10 .\"    notice, this list of conditions and the following disclaimer. 
11 .\"
12 .\" 2. Redistributions in binary form must reproduce the above copyright 
13 .\"    notice, this list of conditions and the following disclaimer in the 
14 .\"    documentation and/or other materials provided with the distribution. 
15 .\"
16 .\" 3. Neither the name of the Institute nor the names of its contributors 
17 .\"    may be used to endorse or promote products derived from this software 
18 .\"    without specific prior written permission. 
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
30 .\" SUCH DAMAGE. 
31 .\"
32 .\" $Heimdal: kdc.8 18419 2006-10-12 10:05:57Z lha $
33 .\" $NetBSD: kdc.8,v 1.13 2008/03/22 08:37:03 mlelstv Exp $
34 .\"
35 .Dd August 24, 2006
36 .Dt KDC 8
37 .Os
38 .Sh NAME
39 .Nm kdc
40 .Nd Kerberos 5 server
41 .Sh SYNOPSIS
42 .Nm
43 .Bk -words
44 .Oo Fl c Ar file \*(Ba Xo
45 .Fl -config-file= Ns Ar file
46 .Xc
47 .Oc
48 .Op Fl p | Fl -no-require-preauth
49 .Op Fl -max-request= Ns Ar size
50 .Op Fl H | Fl -enable-http
51 .Op Fl -no-524
52 .Op Fl -kerberos4
53 .Op Fl -kerberos4-cross-realm
54 .Oo Fl r Ar string \*(Ba Xo
55 .Fl -v4-realm= Ns Ar string
56 .Xc
57 .Oc
58 .Op Fl K | Fl -kaserver
59 .Oo Fl P Ar portspec \*(Ba Xo
60 .Fl -ports= Ns Ar portspec
61 .Xc
62 .Oc
63 .Op Fl -detach
64 .Op Fl -disable-DES
65 .Op Fl -addresses= Ns Ar list of addresses
66 .Ek
67 .Sh DESCRIPTION
68 .Nm
69 serves requests for tickets.
70 When it starts, it first checks the flags passed, any options that are
71 not specified with a command line flag are taken from a config file,
72 or from a default compiled-in value.
73 .Pp
74 Options supported:
75 .Bl -tag -width Ds
76 .It Fl c Ar file , Fl -config-file= Ns Ar file
77 Specifies the location of the config file, the default is
78 .Pa /var/heimdal/kdc.conf .
79 This is the only value that can't be specified in the config file.
80 .It Fl p , Fl -no-require-preauth
81 Turn off the requirement for pre-autentication in the initial AS-REQ
82 for all principals.
83 The use of pre-authentication makes it more difficult to do offline
84 password attacks.
85 You might want to turn it off if you have clients
86 that don't support pre-authentication.
87 Since the version 4 protocol doesn't support any pre-authentication,
88 serving version 4 clients is just about the same as not requiring
89 pre-athentication.
90 The default is to require pre-authentication.
91 Adding the require-preauth per principal is a more flexible way of
92 handling this.
93 .It Fl -max-request= Ns Ar size
94 Gives an upper limit on the size of the requests that the kdc is
95 willing to handle.
96 .It Fl H , Fl -enable-http
97 Makes the kdc listen on port 80 and handle requests encapsulated in HTTP.
98 .It Fl -no-524
99 don't respond to 524 requests
100 .It Fl -kerberos4
101 respond to Kerberos 4 requests
102 .It Fl -kerberos4-cross-realm
103 respond to Kerberos 4 requests from foreign realms.
104 This is a known security hole and should not be enabled unless you
105 understand the consequences and are willing to live with them.
106 .It Fl r Ar string , Fl -v4-realm= Ns Ar string
107 What realm this server should act as when dealing with version 4
108 requests.
109 The database can contain any number of realms, but since the version 4
110 protocol doesn't contain a realm for the server, it must be explicitly
111 specified.
112 The default is whatever is returned by
113 .Fn krb_get_lrealm .
114 This option is only availabe if the KDC has been compiled with version
115 4 support.
116 .It Fl K , Fl -kaserver
117 Enable kaserver emulation (in case it's compiled in).
118 .It Fl P Ar portspec , Fl -ports= Ns Ar portspec
119 Specifies the set of ports the KDC should listen on.
120 It is given as a
121 white-space separated list of services or port numbers.
122 .It Fl -addresses= Ns Ar list of addresses
123 The list of addresses to listen for requests on.
124 By default, the kdc will listen on all the locally configured
125 addresses.
126 If only a subset is desired, or the automatic detection fails, this
127 option might be used.
128 .It Fl -detach
129 detach from pty and run as a daemon.
130 .It Fl -disable-DES
131 disable add des encryption types, makes the kdc not use them.
134 All activities are logged to one or more destinations, see
135 .Xr krb5.conf 5 ,
137 .Xr krb5_openlog 3 .
138 The entity used for logging is
139 .Nm kdc .
140 .Sh CONFIGURATION FILE
141 The configuration file has the same syntax as 
142 .Xr krb5.conf 5 ,
143 but will be read before 
144 .Pa /etc/krb5.conf ,
145 so it may override settings found there.
146 Options specific to the KDC only are found in the
147 .Dq [kdc] 
148 section.
149 All the command-line options can preferably be added in the
150 configuration file.
151 The only difference is the pre-authentication flag, which has to be
152 specified as:
154 .Dl require-preauth = no
156 (in fact you can specify the option as
157 .Fl -require-preauth=no ) .
159 And there are some configuration options which do not have
160 command-line equivalents:
161 .Bl -tag -width "xxx" -offset indent
162 .It Li enable-digest = Va boolean
163 turn on support for digest processing in the KDC.
164 The default is FALSE.
165 .It Li check-ticket-addresses = Va boolean
166 Check the addresses in the ticket when processing TGS requests.
167 The default is TRUE.
168 .It Li allow-null-ticket-addresses = Va boolean
169 Permit tickets with no addresses.
170 This option is only relevant when check-ticket-addresses is TRUE.
171 .It Li allow-anonymous = Va boolean
172 Permit anonymous tickets with no addresses.
173 .It Li max-kdc-datagram-reply-length = Va number
174 Maximum packet size the UDP rely that the KDC will transmit, instead
175 the KDC sends back a reply telling the client to use TCP instead.
176 .It Li transited-policy = Li always-check \*(Ba \
177 Li allow-per-principal | Li always-honour-request
178 This controls how KDC requests with the
179 .Li disable-transited-check
180 flag are handled. It can be one of:
181 .Bl -tag -width "xxx" -offset indent
182 .It Li always-check
183 Always check transited encoding, this is the default.
184 .It Li allow-per-principal
185 Currently this is identical to
186 .Li always-check .
187 In a future release, it will be possible to mark a principal as able
188 to handle unchecked requests.
189 .It Li always-honour-request
190 Always do what the client asked.
191 In a future release, it will be possible to force a check per
192 principal.
194 .It encode_as_rep_as_tgs_rep = Va boolean
195 Encode AS-Rep as TGS-Rep to be bug-compatible with old DCE code.
196 The Heimdal clients allow both.
197 .It kdc_warn_pwexpire = Va time
198 How long before password/principal expiration the KDC should start
199 sending out warning messages.
202 The configuration file is only read when the 
204 is started.
205 If changes made to the configuration file are to take effect, the
207 needs to be restarted.
209 An example of a config file:
210 .Bd -literal -offset indent
211 [kdc]
212         require-preauth = no
213         v4-realm = FOO.SE
215 .Sh BUGS
216 If the machine running the KDC has new addresses added to it, the KDC
217 will have to be restarted to listen to them.
218 The reason it doesn't just listen to wildcarded (like INADDR_ANY)
219 addresses, is that the replies has to come from the same address they
220 were sent to, and most OS:es doesn't pass this information to the
221 application.
222 If your normal mode of operation require that you add and remove
223 addresses, the best option is probably to listen to a wildcarded TCP
224 socket, and make sure your clients use TCP to connect.
225 For instance, this will listen to IPv4 TCP port 88 only:
226 .Bd -literal -offset indent
227 kdc --addresses=0.0.0.0 --ports="88/tcp" 
230 There should be a way to specify protocol, port, and address triplets,
231 not just addresses and protocol, port tuples.
232 .Sh SEE ALSO
233 .Xr kinit 1 ,
234 .Xr krb5.conf 5