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."
79 argument = "[dump-file]"
82 help = "Dumps the database in a human readable format to the specified file, \nor the standard out. Local (-l) mode only."
88 long = "realm-max-ticket-life"
90 help = "realm max ticket lifetime"
93 long = "realm-max-renewable-life"
95 help = "realm max renewable lifetime"
100 help = "only create krbtgt for realm"
102 argument = "realm..."
104 help = "Initializes the default principals for a realm. Creates the database\nif necessary. Local (-l) mode only."
111 help = "Loads a previously dumped file. Local (-l) mode only."
118 help = "Merges the contents of a dump file into the database. Local (-l) mode only."
124 function = "add_new_key"
129 help = "set random key"
132 long = "random-password"
134 help = "set random password"
140 help = "principal's password"
145 help = "DES-key in hex"
148 long = "max-ticket-life"
151 help = "max ticket lifetime"
154 long = "max-renewable-life"
156 argument = "lifetime"
157 help = "max renewable life"
162 argument = "attributes"
163 help = "principal attributes"
166 long = "expiration-time"
169 help = "principal expiration time"
172 long = "pw-expiration-time"
175 help = "password expiration time"
178 long = "use-defaults"
180 help = "use default values"
182 argument = "principal..."
184 help = "Adds a principal to the database."
189 name = "change_password"
190 function = "cpw_entry"
195 help = "set random key"
198 long = "random-password"
200 help = "set random password"
206 help = "princial's password"
211 help = "DES key in hex"
213 argument = "principal..."
215 help = "Changes the password of one or more principals matching the expressions."
221 function = "del_entry"
222 argument = "principal..."
224 help = "Deletes all principals matching the expressions."
228 argument = "principal enctype..."
230 help = "Delete all the mentioned enctypes for principal."
238 help = "set random key"
240 argument = "principal enctype..."
242 help = "Add new enctypes for principal."
250 help = "keytab to use"
252 argument = "principal..."
254 help = "Extracts the keys of all principals matching the expressions, and stores them in a keytab."
259 function = "get_entry"
260 /* XXX sync options with "list" */
272 help = "short format"
278 help = "terse format"
284 help = "columns to print for short output"
286 argument = "principal..."
288 help = "Shows information about principals matching the expressions."
292 function = "rename_entry"
296 help = "Renames a principal."
300 function = "mod_entry"
302 long = "max-ticket-life"
305 help = "max ticket lifetime"
308 long = "max-renewable-life"
310 argument = "lifetime"
311 help = "max renewable life"
317 argument = "attributes"
318 help = "principal attributes"
321 long = "expiration-time"
324 help = "principal expiration time"
327 long = "pw-expiration-time"
330 help = "password expiration time"
335 help = "key version number"
339 long = "constrained-delegation"
341 argument = "principal"
342 help = "allowed target principals"
347 argument = "principal"
353 argument = "subject dn"
356 argument = "principal"
359 help = "Modifies some attributes of the specified principal."
364 function = "get_privs"
365 help = "Shows which operations you are allowed to perform."
369 function = "list_princs"
370 /* XXX sync options with "get" */
381 help = "short format"
387 help = "terse format"
394 help = "columns to print for short output"
396 argument = "principal..."
398 help = "Lists principals in a terse format. Equivalent to \"get -t\"."
401 name = "verify-password-quality"
403 function = "password_quality"
404 argument = "principal password"
407 help = "Try run the password quality function locally (not doing RPC out to server)."
415 help = "Check the realm (if not given, the default realm) for configuration errors."
420 argument = "[command]"
423 help = "Help! I need somebody."
428 function = "exit_kadmin"