No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / lib / krb5 / krb5_get_init_creds.3
blob973ad109cf9d96ba74d4cfcbd7381636d2c19fc1
1 .\" Copyright (c) 2003 - 2007 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: krb5_get_init_creds.3 20266 2007-02-18 10:41:10Z lha $
33 .\" $NetBSD$
34 .\"
35 .Dd Sep  16, 2006
36 .Dt KRB5_GET_INIT_CREDS 3
37 .Os
38 .Sh NAME
39 .Nm krb5_get_init_creds ,
40 .Nm krb5_get_init_creds_keytab ,
41 .Nm krb5_get_init_creds_opt ,
42 .Nm krb5_get_init_creds_opt_alloc ,
43 .Nm krb5_get_init_creds_opt_free ,
44 .Nm krb5_get_init_creds_opt_init ,
45 .Nm krb5_get_init_creds_opt_set_address_list ,
46 .Nm krb5_get_init_creds_opt_set_addressless ,
47 .Nm krb5_get_init_creds_opt_set_anonymous ,
48 .Nm krb5_get_init_creds_opt_set_default_flags ,
49 .Nm krb5_get_init_creds_opt_set_etype_list ,
50 .Nm krb5_get_init_creds_opt_set_forwardable ,
51 .Nm krb5_get_init_creds_opt_set_pa_password ,
52 .Nm krb5_get_init_creds_opt_set_paq_request ,
53 .Nm krb5_get_init_creds_opt_set_preauth_list ,
54 .Nm krb5_get_init_creds_opt_set_proxiable ,
55 .Nm krb5_get_init_creds_opt_set_renew_life ,
56 .Nm krb5_get_init_creds_opt_set_salt ,
57 .Nm krb5_get_init_creds_opt_set_tkt_life ,
58 .Nm krb5_get_init_creds_opt_set_canonicalize ,
59 .Nm krb5_get_init_creds_opt_set_win2k ,
60 .Nm krb5_get_init_creds_password ,
61 .Nm krb5_prompt ,
62 .Nm krb5_prompter_posix
63 .Nd Kerberos 5 initial authentication functions
64 .Sh LIBRARY
65 Kerberos 5 Library (libkrb5, -lkrb5)
66 .Sh SYNOPSIS
67 .In krb5/krb5.h
68 .Pp
69 .Ft krb5_get_init_creds_opt;
70 .Pp
71 .Ft krb5_error_code
72 .Fo krb5_get_init_creds_opt_alloc
73 .Fa "krb5_context context"
74 .Fa "krb5_get_init_creds_opt **opt"
75 .Fc
76 .Ft void
77 .Fo krb5_get_init_creds_opt_free
78 .Fa "krb5_context context"
79 .Fa "krb5_get_init_creds_opt *opt"
80 .Fc
81 .Ft void
82 .Fo krb5_get_init_creds_opt_init
83 .Fa "krb5_get_init_creds_opt *opt"
84 .Fc
85 .Ft void
86 .Fo krb5_get_init_creds_opt_set_address_list
87 .Fa "krb5_get_init_creds_opt *opt"
88 .Fa "krb5_addresses *addresses"
89 .Fc
90 .Ft void
91 .Fo krb5_get_init_creds_opt_set_addressless
92 .Fa "krb5_get_init_creds_opt *opt"
93 .Fa "krb5_boolean addressless"
94 .Fc
95 .Ft void
96 .Fo krb5_get_init_creds_opt_set_anonymous
97 .Fa "krb5_get_init_creds_opt *opt"
98 .Fa "int anonymous"
99 .Fc
100 .Ft void
101 .Fo krb5_get_init_creds_opt_set_default_flags
102 .Fa "krb5_context context"
103 .Fa "const char *appname"
104 .Fa "krb5_const_realm realm"
105 .Fa "krb5_get_init_creds_opt *opt"
107 .Ft void
108 .Fo krb5_get_init_creds_opt_set_etype_list
109 .Fa "krb5_get_init_creds_opt *opt"
110 .Fa "krb5_enctype *etype_list"
111 .Fa "int etype_list_length"
113 .Ft void
114 .Fo krb5_get_init_creds_opt_set_forwardable
115 .Fa "krb5_get_init_creds_opt *opt"
116 .Fa "int forwardable"
118 .Ft krb5_error_code
119 .Fo krb5_get_init_creds_opt_set_pa_password
120 .Fa "krb5_context context"
121 .Fa "krb5_get_init_creds_opt *opt"
122 .Fa "const char *password"
123 .Fa "krb5_s2k_proc key_proc"
125 .Ft krb5_error_code
126 .Fo krb5_get_init_creds_opt_set_paq_request
127 .Fa "krb5_context context"
128 .Fa "krb5_get_init_creds_opt *opt"
129 .Fa "krb5_boolean req_pac"
131 .Ft krb5_error_code
132 .Fo krb5_get_init_creds_opt_set_pkinit
133 .Fa "krb5_context context"
134 .Fa "krb5_get_init_creds_opt *opt"
135 .Fa "const char *cert_file"
136 .Fa "const char *key_file"
137 .Fa "const char *x509_anchors"
138 .Fa "int flags"
139 .Fa "char *password"
141 .Ft void
142 .Fo krb5_get_init_creds_opt_set_preauth_list
143 .Fa "krb5_get_init_creds_opt *opt"
144 .Fa "krb5_preauthtype *preauth_list"
145 .Fa "int preauth_list_length"
147 .Ft void
148 .Fo krb5_get_init_creds_opt_set_proxiable
149 .Fa "krb5_get_init_creds_opt *opt"
150 .Fa "int proxiable"
152 .Ft void
153 .Fo krb5_get_init_creds_opt_set_renew_life
154 .Fa "krb5_get_init_creds_opt *opt"
155 .Fa "krb5_deltat renew_life"
157 .Ft void
158 .Fo krb5_get_init_creds_opt_set_salt
159 .Fa "krb5_get_init_creds_opt *opt"
160 .Fa "krb5_data *salt"
162 .Ft void
163 .Fo krb5_get_init_creds_opt_set_tkt_life
164 .Fa "krb5_get_init_creds_opt *opt"
165 .Fa "krb5_deltat tkt_life"
167 .Ft krb5_error_code
168 .Fo krb5_get_init_creds_opt_set_canonicalize
169 .Fa "krb5_context context"
170 .Fa "krb5_get_init_creds_opt *opt"
171 .Fa "krb5_boolean req"
173 .Ft krb5_error_code
174 .Fo krb5_get_init_creds_opt_set_win2k
175 .Fa "krb5_context context"
176 .Fa "krb5_get_init_creds_opt *opt"
177 .Fa "krb5_boolean req"
179 .Ft krb5_error_code
180 .Fo krb5_get_init_creds
181 .Fa "krb5_context context"
182 .Fa "krb5_creds *creds"
183 .Fa "krb5_principal client"
184 .Fa "krb5_prompter_fct prompter"
185 .Fa "void *prompter_data"
186 .Fa "krb5_deltat start_time"
187 .Fa "const char *in_tkt_service"
188 .Fa "krb5_get_init_creds_opt *options"
190 .Ft krb5_error_code
191 .Fo krb5_get_init_creds_password
192 .Fa "krb5_context context"
193 .Fa "krb5_creds *creds"
194 .Fa "krb5_principal client"
195 .Fa "const char *password"
196 .Fa "krb5_prompter_fct prompter"
197 .Fa "void *prompter_data"
198 .Fa "krb5_deltat start_time"
199 .Fa "const char *in_tkt_service"
200 .Fa "krb5_get_init_creds_opt *in_options"
202 .Ft krb5_error_code
203 .Fo krb5_get_init_creds_keytab
204 .Fa "krb5_context context"
205 .Fa "krb5_creds *creds"
206 .Fa "krb5_principal client"
207 .Fa "krb5_keytab keytab"
208 .Fa "krb5_deltat start_time"
209 .Fa "const char *in_tkt_service"
210 .Fa "krb5_get_init_creds_opt *options"
212 .Ft int
213 .Fo krb5_prompter_posix
214 .Fa "krb5_context context"
215 .Fa "void *data"
216 .Fa "const char *name"
217 .Fa "const char *banner"
218 .Fa "int num_prompts"
219 .Fa "krb5_prompt prompts[]"
221 .Sh DESCRIPTION
222 Getting initial credential ticket for a principal.
223 That may include changing an expired password, and doing preauthentication.
224 This interface that replaces the deprecated
225 .Fa krb5_in_tkt
226 and 
227 .Fa krb5_in_cred
228 functions.
230 If you only want to verify a username and password, consider using
231 .Xr krb5_verify_user 3
232 instead, since it also verifies that initial credentials with using a
233 keytab to make sure the response was from the KDC.
235 First a
236 .Li krb5_get_init_creds_opt
237 structure is initialized
238 with
239 .Fn krb5_get_init_creds_opt_alloc
241 .Fn krb5_get_init_creds_opt_init .
242 .Fn krb5_get_init_creds_opt_alloc
243 allocates a extendible structures that needs to be freed with
244 .Fn krb5_get_init_creds_opt_free .
245 The structure may be modified by any of the
246 .Fn krb5_get_init_creds_opt_set
247 functions to change request parameters and authentication information.
249 If the caller want to use the default options,
250 .Dv NULL
251 can be passed instead.
253 The the actual request to the KDC is done by any of the
254 .Fn krb5_get_init_creds ,
255 .Fn krb5_get_init_creds_password ,
257 .Fn krb5_get_init_creds_keytab
258 functions.
259 .Fn krb5_get_init_creds
260 is the least specialized function and can, with the right in data,
261 behave like the latter two.
262 The latter two are there for compatibility with older releases and
263 they are slightly easier to use.
265 .Li krb5_prompt
266 is a structure containing the following elements:
267 .Bd -literal
268 typedef struct {
269     const char *prompt;
270     int hidden;
271     krb5_data *reply;
272     krb5_prompt_type type
273 } krb5_prompt;
276 .Fa prompt
277 is the prompt that should shown to the user
279 .Fa hidden
280 is set, the prompter function shouldn't echo the output to the display
281 device.
282 .Fa reply
283 must be preallocated; it will not be allocated by the prompter
284 function.
285 Possible values for the
286 .Fa type
287 element are:
289 .Bl -tag -width Ds -compact -offset indent
290 .It KRB5_PROMPT_TYPE_PASSWORD
291 .It KRB5_PROMPT_TYPE_NEW_PASSWORD
292 .It KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN
293 .It KRB5_PROMPT_TYPE_PREAUTH
294 .It KRB5_PROMPT_TYPE_INFO
297 .Fn krb5_prompter_posix
298 is the default prompter function in a POSIX environment.
299 It matches the
300 .Fa krb5_prompter_fct
301 and can be used in the
302 .Fa krb5_get_init_creds
303 functions.
304 .Fn krb5_prompter_posix
305 doesn't require
306 .Fa prompter_data.
308 If the
309 .Fa start_time
310 is zero, then the requested ticket will be valid
311 beginning immediately.
312 Otherwise, the
313 .Fa start_time
314 indicates how far in the future the ticket should be postdated.
316 If the
317 .Fa in_tkt_service
318 name is
319 .Dv non-NULL ,
320 that principal name will be
321 used as the server name for the initial ticket request.
322 The realm of the name specified will be ignored and will be set to the
323 realm of the client name.
324 If no in_tkt_service name is specified,
325 krbtgt/CLIENT-REALM@CLIENT-REALM will be used.
327 For the rest of arguments, a configuration or library default will be
328 used if no value is specified in the options structure.
330 .Fn krb5_get_init_creds_opt_set_address_list
331 sets the list of
332 .Fa addresses
333 that is should be stored in the ticket.
335 .Fn krb5_get_init_creds_opt_set_addressless
336 controls if the ticket is requested with addresses or not,
337 .Fn krb5_get_init_creds_opt_set_address_list
338 overrides this option.
340 .Fn krb5_get_init_creds_opt_set_anonymous
341 make the request anonymous if the
342 .Fa anonymous
343 parameter is non-zero.
345 .Fn krb5_get_init_creds_opt_set_default_flags
346 sets the default flags using the configuration file.
348 .Fn krb5_get_init_creds_opt_set_etype_list
349 set a list of enctypes that the client is willing to support in the
350 request.
352 .Fn krb5_get_init_creds_opt_set_forwardable
353 request a forwardable ticket.
355 .Fn krb5_get_init_creds_opt_set_pa_password
356 set the
357 .Fa password
359 .Fa key_proc
360 that is going to be used to get a new ticket.
361 .Fa password
363 .Fa key_proc
364 can be
365 .Dv NULL
366 if the caller wants to use the default values.
367 If the
368 .Fa password
369 is unset and needed, the user will be prompted for it.
371 .Fn krb5_get_init_creds_opt_set_paq_request
372 sets the password that is going to be used to get a new ticket.
374 .Fn krb5_get_init_creds_opt_set_preauth_list
375 sets the list of client-supported preauth types.
377 .Fn krb5_get_init_creds_opt_set_proxiable
378 makes the request proxiable.
380 .Fn krb5_get_init_creds_opt_set_renew_life
381 sets the requested renewable lifetime.
383 .Fn krb5_get_init_creds_opt_set_salt
384 sets the salt that is going to be used in the request.
386 .Fn krb5_get_init_creds_opt_set_tkt_life
387 sets requested ticket lifetime.
389 .Fn krb5_get_init_creds_opt_set_canonicalize
390 requests that the KDC canonicalize the client pricipal if possible.
392 .Fn krb5_get_init_creds_opt_set_win2k
393 turns on compatibility with Windows 2000.
394 .Sh SEE ALSO
395 .Xr krb5 3 ,
396 .Xr krb5_creds 3 ,
397 .Xr krb5_verify_user 3 ,
398 .Xr krb5.conf 5 ,
399 .Xr kerberos 8