aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2018-09-27 18:32:24 -0400
committerGreg Hudson <ghudson@mit.edu>2018-10-04 16:13:08 -0400
commiteb5d2c9afa4eba05f44e66d0e843b94be74d53e7 (patch)
tree179eb4bb6e89a0227be47df2b41be0d1dcc49534 /doc
parentc67c0e1a446d2230a1daa28ab058e37e5c6f4734 (diff)
downloadkrb5-eb5d2c9afa4eba05f44e66d0e843b94be74d53e7.zip
krb5-eb5d2c9afa4eba05f44e66d0e843b94be74d53e7.tar.gz
krb5-eb5d2c9afa4eba05f44e66d0e843b94be74d53e7.tar.bz2
Add ktutil addent option to fetch salt from KDC
Add a -f flag to ktutil addent. If specified, the enctype need not be specified (although it can be) and ktutil will request etype-info from the KDC to produce the string-to-key parameters. ticket: 8587
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/admin_commands/ktutil.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/admin/admin_commands/ktutil.rst b/doc/admin/admin_commands/ktutil.rst
index 2eb19de..9f8e53e 100644
--- a/doc/admin/admin_commands/ktutil.rst
+++ b/doc/admin/admin_commands/ktutil.rst
@@ -87,9 +87,14 @@ add_entry
~~~~~~~~~
**add_entry** {**-key**\|\ **-password**} **-p** *principal*
- **-k** *kvno* **-e** *enctype* [**-s** *salt*]
-
-Add *principal* to keylist using key or password.
+ **-k** *kvno* [**-e** *enctype*] [**-f**\|\ **-s** *salt*]
+
+Add *principal* to keylist using key or password. If the **-f** flag
+is specified, salt information will be fetched from the KDC; in this
+case the **-e** flag may be omitted, or it may be supplied to force a
+particular enctype. If the **-f** flag is not specified, the **-e**
+flag must be specified, and the default salt will be used unless
+overridden with the **-s** option.
Alias: **addent**