Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / dist / kadmin / kadmin.8
blob3995a5e6bee66b7bfaf16186fdd8c73866df8ba6
1 .\"     $NetBSD: kadmin.8,v 1.4 2015/04/28 09:48:30 prlw1 Exp $
2 .\"
3 .\" Copyright (c) 2000 - 2007 Kungliga Tekniska Högskolan
4 .\" (Royal Institute of Technology, Stockholm, Sweden).
5 .\" All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\"
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\"    notice, this list of conditions and the following disclaimer.
13 .\"
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" 3. Neither the name of the Institute nor the names of its contributors
19 .\"    may be used to endorse or promote products derived from this software
20 .\"    without specific prior written permission.
21 .\"
22 .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
23 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
26 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" SUCH DAMAGE.
33 .\"
34 .\" Id
35 .\"
36 .Dd Feb  22, 2007
37 .Dt KADMIN 8
38 .Os
39 .Sh NAME
40 .Nm kadmin
41 .Nd Kerberos administration utility
42 .Sh SYNOPSIS
43 .Nm
44 .Bk -words
45 .Op Fl p Ar string \*(Ba Fl Fl principal= Ns Ar string
46 .Op Fl K Ar string \*(Ba Fl Fl keytab= Ns Ar string
47 .Op Fl c Ar file \*(Ba Fl Fl config-file= Ns Ar file
48 .Op Fl k Ar file \*(Ba Fl Fl key-file= Ns Ar file
49 .Op Fl r Ar realm \*(Ba Fl Fl realm= Ns Ar realm
50 .Op Fl a Ar host \*(Ba Fl Fl admin-server= Ns Ar host
51 .Op Fl s Ar port number \*(Ba Fl Fl server-port= Ns Ar port number
52 .Op Fl l | Fl Fl local
53 .Op Fl h | Fl Fl help
54 .Op Fl v | Fl Fl version
55 .Op Ar command
56 .Ek
57 .Sh DESCRIPTION
58 The
59 .Nm
60 program is used to make modifications to the Kerberos database, either remotely via the
61 .Xr kadmind 8
62 daemon, or locally (with the
63 .Fl l
64 option).
65 .Pp
66 Supported options:
67 .Bl -tag -width Ds
68 .It Fl p Ar string , Fl Fl principal= Ns Ar string
69 principal to authenticate as
70 .It Fl K Ar string , Fl Fl keytab= Ns Ar string
71 keytab for authentication principal
72 .It Fl c Ar file , Fl Fl config-file= Ns Ar file
73 location of config file
74 .It Fl k Ar file , Fl Fl key-file= Ns Ar file
75 location of master key file
76 .It Fl r Ar realm , Fl Fl realm= Ns Ar realm
77 realm to use
78 .It Fl a Ar host , Fl Fl admin-server= Ns Ar host
79 server to contact
80 .It Fl s Ar port number , Fl Fl server-port= Ns Ar port number
81 port to use
82 .It Fl l , Fl Fl local
83 local admin mode
84 .El
85 .Pp
86 If no
87 .Ar command
88 is given on the command line,
89 .Nm
90 will prompt for commands to process. Some of the commands that take
91 one or more principals as argument
92 .Ns ( Nm delete ,
93 .Nm ext_keytab ,
94 .Nm get ,
95 .Nm modify ,
96 and
97 .Nm passwd )
98 will accept a glob style wildcard, and perform the operation on all
99 matching principals.
101 Commands include:
102 .\" not using a list here, since groff apparently gets confused
103 .\" with nested Xo/Xc
105 .Nm add
106 .Op Fl r | Fl Fl random-key
107 .Op Fl Fl random-password
108 .Op Fl p Ar string \*(Ba Fl Fl password= Ns Ar string
109 .Op Fl Fl key= Ns Ar string
110 .Op Fl Fl max-ticket-life= Ns Ar lifetime
111 .Op Fl Fl max-renewable-life= Ns Ar lifetime
112 .Op Fl Fl attributes= Ns Ar attributes
113 .Op Fl Fl expiration-time= Ns Ar time
114 .Op Fl Fl pw-expiration-time= Ns Ar time
115 .Ar principal...
116 .Bd -ragged -offset indent
117 Adds a new principal to the database. The options not passed on the
118 command line will be prompted for.
121 .Nm add_enctype
122 .Op Fl r | Fl Fl random-key
123 .Ar principal enctypes...
125 .Bd -ragged -offset indent
126 Adds a new encryption type to the principal, only random keys are
127 supported.
130 .Nm delete
131 .Ar principal...
132 .Bd -ragged -offset indent
133 Removes a principal.
136 .Nm del_enctype
137 .Ar principal enctypes...
138 .Bd -ragged -offset indent
139 Removes some enctypes from a principal; this can be useful if the
140 service belonging to the principal is known to not handle certain
141 enctypes.
144 .Nm ext_keytab
145 .Oo Fl k Ar string \*(Ba Xo
146 .Fl Fl keytab= Ns Ar string
149 .Ar principal...
150 .Bd -ragged -offset indent
151 Creates a keytab with the keys of the specified principals.
154 .Nm get
155 .Op Fl l | Fl Fl long
156 .Op Fl s | Fl Fl short
157 .Op Fl t | Fl Fl terse
158 .Op Fl o Ar string | Fl Fl column-info= Ns Ar string
159 .Ar principal...
160 .Bd -ragged -offset indent
161 Lists the matching principals, short prints the result as a table,
162 while long format produces a more verbose output. Which columns to
163 print can be selected with the
164 .Fl o
165 option. The argument is a comma separated list of column names
166 optionally appended with an equal sign
167 .Pq Sq =
168 and a column header. Which columns are printed by default differ
169 slightly between short and long output.
171 The default terse output format is similar to
172 .Fl s o Ar principal= ,
173 just printing the names of matched principals.
175 Possible column names include:
176 .Li principal ,
177 .Li princ_expire_time ,
178 .Li pw_expiration ,
179 .Li last_pwd_change ,
180 .Li max_life ,
181 .Li max_rlife ,
182 .Li mod_time ,
183 .Li mod_name ,
184 .Li attributes ,
185 .Li kvno ,
186 .Li mkvno ,
187 .Li last_success ,
188 .Li last_failed ,
189 .Li fail_auth_count ,
190 .Li policy ,
192 .Li keytypes .
195 .Nm modify
196 .Oo Fl a Ar attributes \*(Ba Xo
197 .Fl Fl attributes= Ns Ar attributes
200 .Op Fl Fl max-ticket-life= Ns Ar lifetime
201 .Op Fl Fl max-renewable-life= Ns Ar lifetime
202 .Op Fl Fl expiration-time= Ns Ar time
203 .Op Fl Fl pw-expiration-time= Ns Ar time
204 .Op Fl Fl kvno= Ns Ar number
205 .Ar principal...
206 .Bd -ragged -offset indent
207 Modifies certain attributes of a principal. If run without command
208 line options, you will be prompted. With command line options, it will
209 only change the ones specified.
211 Possible attributes are:
212 .Li new-princ ,
213 .Li support-desmd5 ,
214 .Li pwchange-service ,
215 .Li disallow-svr ,
216 .Li requires-pw-change ,
217 .Li requires-hw-auth ,
218 .Li requires-pre-auth ,
219 .Li disallow-all-tix ,
220 .Li disallow-dup-skey ,
221 .Li disallow-proxiable ,
222 .Li disallow-renewable ,
223 .Li disallow-tgt-based ,
224 .Li disallow-forwardable ,
225 .Li disallow-postdated
227 Attributes may be negated with a "-", e.g.,
229 kadmin -l modify -a -disallow-proxiable user
232 .Nm passwd
233 .Op Fl r | Fl Fl random-key
234 .Op Fl Fl random-password
235 .Oo Fl p Ar string \*(Ba Xo
236 .Fl Fl password= Ns Ar string
239 .Op Fl Fl key= Ns Ar string
240 .Ar principal...
241 .Bd -ragged -offset indent
242 Changes the password of an existing principal.
245 .Nm password-quality
246 .Ar principal
247 .Ar password
248 .Bd -ragged -offset indent
249 Run the password quality check function locally.
250 You can run this on the host that is configured to run the kadmind
251 process to verify that your configuration file is correct.
252 The verification is done locally, if kadmin is run in remote mode,
253 no rpc call is done to the server.
256 .Nm privileges
257 .Bd -ragged -offset indent
258 Lists the operations you are allowed to perform. These include
259 .Li add ,
260 .Li add_enctype ,
261 .Li change-password ,
262 .Li delete ,
263 .Li del_enctype ,
264 .Li get ,
265 .Li list ,
267 .Li modify .
270 .Nm rename
271 .Ar from to
272 .Bd -ragged -offset indent
273 Renames a principal. This is normally transparent, but since keys are
274 salted with the principal name, they will have a non-standard salt,
275 and clients which are unable to cope with this will fail. Kerberos 4
276 suffers from this.
279 .Nm check
280 .Op Ar realm
282 .Bd -ragged -offset indent
283 Check database for strange configurations on important principals. If
284 no realm is given, the default realm is used.
287 When running in local mode, the following commands can also be used:
289 .Nm dump
290 .Op Fl d | Fl Fl decrypt
291 .Op Ar dump-file
292 .Bd -ragged -offset indent
293 Writes the database in
294 .Dq human readable
295 form to the specified file, or standard out. If the database is
296 encrypted, the dump will also have encrypted keys, unless
297 .Fl Fl decrypt
298 is used.
301 .Nm init
302 .Op Fl Fl realm-max-ticket-life= Ns Ar string
303 .Op Fl Fl realm-max-renewable-life= Ns Ar string
304 .Ar realm
305 .Bd -ragged -offset indent
306 Initializes the Kerberos database with entries for a new realm. It's
307 possible to have more than one realm served by one server.
310 .Nm load
311 .Ar file
312 .Bd -ragged -offset indent
313 Reads a previously dumped database, and re-creates that database from
314 scratch.
317 .Nm merge
318 .Ar file
319 .Bd -ragged -offset indent
320 Similar to
321 .Nm load
322 but just modifies the database with the entries in the dump file.
325 .Nm stash
326 .Oo Fl e Ar enctype \*(Ba Xo
327 .Fl Fl enctype= Ns Ar enctype
330 .Oo Fl k Ar keyfile \*(Ba Xo
331 .Fl Fl key-file= Ns Ar keyfile
334 .Op Fl Fl convert-file
335 .Op Fl Fl master-key-fd= Ns Ar fd
336 .Bd -ragged -offset indent
337 Writes the Kerberos master key to a file used by the KDC.
339 .\".Sh ENVIRONMENT
340 .\".Sh FILES
341 .\".Sh EXAMPLES
342 .\".Sh DIAGNOSTICS
343 .Sh SEE ALSO
344 .Xr kadmind 8 ,
345 .Xr kdc 8
346 .\".Sh STANDARDS
347 .\".Sh HISTORY
348 .\".Sh AUTHORS
349 .\".Sh BUGS