diff options
author | Ben Kaduk <kaduk@mit.edu> | 2012-10-05 12:44:52 -0400 |
---|---|---|
committer | Ben Kaduk <kaduk@mit.edu> | 2012-10-11 11:06:38 -0400 |
commit | 6bc79819c49a8832b29dd9efeb6aca2f708ec82b (patch) | |
tree | 050be2d1938d0bb4fdc0ac3b3145ec03a54fbf92 /doc/rst_source | |
parent | ca051fa64c2ad673d2de70cd10ceb83c6882deaf (diff) | |
download | krb5-6bc79819c49a8832b29dd9efeb6aca2f708ec82b.tar.gz krb5-6bc79819c49a8832b29dd9efeb6aca2f708ec82b.tar.xz krb5-6bc79819c49a8832b29dd9efeb6aca2f708ec82b.zip |
Wordsmith kdb5_util stash -f
The keyfile worth overriding is the one in kdc.conf. Though using
stash -f would override kdb5_util's -sf argument, there is no reason to
pass both flags to the same invocation.
In any case, the "at startup" language is not really correct.
Diffstat (limited to 'doc/rst_source')
-rw-r--r-- | doc/rst_source/krb_admins/admin_commands/kdb5_util.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rst_source/krb_admins/admin_commands/kdb5_util.rst b/doc/rst_source/krb_admins/admin_commands/kdb5_util.rst index ea533f587b..d866777c70 100644 --- a/doc/rst_source/krb_admins/admin_commands/kdb5_util.rst +++ b/doc/rst_source/krb_admins/admin_commands/kdb5_util.rst @@ -120,7 +120,8 @@ stash **stash** [**-f** *keyfile*] Stores the master principal's keys in a stash file. The **-f** -argument can be used to override the *keyfile* specified at startup. +argument can be used to override the *keyfile* specified in +:ref:`kdc.conf(5)`. .. _kdb5_util_stash_end: |