2 * Copyright (c) 2004-2022 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
41 help = "principal to add"
42 argument = "principal"
49 help = "key version number"
57 help = "encryption type(s)"
63 help = "password for key"
69 help = "use unsalted keys"
76 help = "generate random key"
81 help = "keep old keys/password needed to decrypt extant tickets (default)"
86 help = "keep all old keys/password"
91 help = "delete all old keys"
97 help = "password is a hexadecimal string"
100 help = "Adds a key to a keytab."
110 help = "realm to use"
117 help = "encryption type(s)"
122 help = "keep old keys/password needed to decrypt extant tickets (default)"
127 help = "keep all old keys/password"
132 help = "delete all old keys"
135 long = "admin-server"
139 help = "server to contact"
145 argument = "port number"
146 help = "port number on server"
148 function = "kt_change"
149 argument = "[principal...]"
150 help = "Change keys for specified principals (default all)."
157 long = "copy-duplicates"
159 help = "copy entries for the same principal and kvno, but different keys"
161 argument = "source destination"
164 help = "Merges one keytab into another."
172 help = "admin principal"
173 argument = "principal"
178 help = "do not create the principal"
183 help = "do not change the principal's keys"
189 help = "encryption types to use"
195 help = "keep old keys/password needed to decrypt extant tickets (default)"
200 help = "keep all old keys/password"
205 help = "delete all old keys"
212 help = "realm to use"
215 long = "admin-server"
219 help = "server to contact"
225 argument = "port number"
226 help = "port number on server"
230 argument = "principal..."
231 help = "Change keys for specified principals, and add them to the keytab."
235 function = "kt_import"
236 help = "Imports a keytab from JSON output of ktutil list --json --keys."
239 argument = "JSON-FILE"
246 help = "show key values"
251 help = "show timestamps"
256 help = "output JSON representation"
260 help = "Show contents of keytab."
267 help = "age to retiere"
272 function = "kt_purge"
273 help = "Remove superceded keys from keytab."
282 help = "principal to remove"
283 argument = "principal"
289 help = "key version to remove"
297 help = "enctype to remove"
301 function = "kt_remove"
302 help = "Remove keys from keytab."
306 function = "kt_rename"
310 help = "Renames an entry in the keytab."
314 help = "don't delete orignal entry"
319 function = "kt_destroy"
321 help = "Destroy (remove) the keytab."