2 * Copyright (c) 2004 - 2007 Kungliga Tekniska Högskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
17 * 3. Neither the name of the Institute nor the names of its contributors
18 * may be used to endorse or promote products derived from this software
19 * without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
42 help = "encryption type"
43 default = "des3-cbc-sha1"
50 help = "master key file"
55 help = "just convert keyfile to new format"
58 long = "random-password"
60 help = "use a random password (and print the password to stdout)"
63 long = "master-key-fd"
66 help = "filedescriptor to read passphrase from"
69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."
83 help = "dump format, mit or heimdal (default: heimdal)"
85 argument = "[dump-file]"
88 help = "Dumps the database in a human readable format to the specified file, \nor the standard out. Local (-l) mode only."
94 long = "realm-max-ticket-life"
96 help = "realm max ticket lifetime"
99 long = "realm-max-renewable-life"
101 help = "realm max renewable lifetime"
106 help = "only create krbtgt for realm"
108 argument = "realm..."
110 help = "Initializes the default principals for a realm. Creates the database\nif necessary. Local (-l) mode only."
117 help = "Loads a previously dumped file. Local (-l) mode only."
124 help = "Merges the contents of a dump file into the database. Local (-l) mode only."
130 function = "add_new_key"
135 help = "set random key"
138 long = "random-password"
140 help = "set random password"
146 help = "principal's password"
151 help = "DES-key in hex"
154 long = "max-ticket-life"
157 help = "max ticket lifetime"
160 long = "max-renewable-life"
162 argument = "lifetime"
163 help = "max renewable life"
168 argument = "attributes"
169 help = "principal attributes"
172 long = "expiration-time"
175 help = "principal expiration time"
178 long = "pw-expiration-time"
181 help = "password expiration time"
184 long = "hist-kvno-diff-clnt"
186 argument = "kvno diff"
187 help = "historic keys allowed for client"
191 long = "hist-kvno-diff-svc"
193 argument = "kvno diff"
194 help = "historic keys allowed for service"
198 long = "use-defaults"
200 help = "use default values"
208 argument = "principal..."
210 help = "Adds a principal to the database."
215 name = "change_password"
216 function = "cpw_entry"
221 help = "set random key"
224 long = "random-password"
226 help = "set random password"
232 help = "princial's password"
237 help = "DES key in hex"
242 help = "keep old keys/password"
244 argument = "principal..."
246 help = "Changes the password of one or more principals matching the expressions."
252 function = "del_entry"
253 argument = "principal..."
255 help = "Deletes all principals matching the expressions."
259 argument = "principal enctype..."
261 help = "Delete all the mentioned enctypes for principal."
269 help = "set random key"
271 argument = "principal enctype..."
273 help = "Add new enctypes for principal."
281 help = "keytab to use"
287 help = "set random key"
289 argument = "principal..."
291 help = "Extracts the keys of all principals matching the expressions, and stores them in a keytab."
296 function = "get_entry"
297 /* XXX sync options with "list" */
309 help = "short format"
315 help = "terse format"
321 help = "columns to print for short output"
323 argument = "principal..."
325 help = "Shows information about principals matching the expressions."
329 function = "rename_entry"
333 help = "Renames a principal."
337 function = "mod_entry"
339 long = "max-ticket-life"
342 help = "max ticket lifetime"
345 long = "max-renewable-life"
347 argument = "lifetime"
348 help = "max renewable life"
354 argument = "attributes"
355 help = "principal attributes"
358 long = "expiration-time"
361 help = "principal expiration time"
364 long = "pw-expiration-time"
367 help = "password expiration time"
372 help = "key version number"
376 long = "constrained-delegation"
378 argument = "principal"
379 help = "allowed target principals"
384 argument = "principal"
390 argument = "subject dn"
400 long = "hist-kvno-diff-clnt"
402 argument = "kvno diff"
403 help = "historic keys allowed for client"
407 long = "hist-kvno-diff-svc"
409 argument = "kvno diff"
410 help = "historic keys allowed for service"
413 argument = "principal"
416 help = "Modifies some attributes of the specified principal."
421 function = "get_privs"
422 help = "Shows which operations you are allowed to perform."
426 function = "list_princs"
427 /* XXX sync options with "get" */
438 help = "short format"
444 help = "terse format"
451 help = "columns to print for short output"
453 argument = "principal..."
455 help = "Lists principals in a terse format. Equivalent to \"get -t\"."
458 name = "verify-password-quality"
460 function = "password_quality"
461 argument = "principal password"
464 help = "Try run the password quality function locally (not doing RPC out to server)."
472 help = "Check the realm (if not given, the default realm) for configuration errors."
480 help = "Lock the database for writing (use with care)."
488 help = "Unlock the database."
493 argument = "[command]"
496 help = "Help! I need somebody."
501 function = "exit_kadmin"