krb5 commit: Improve ktutil man page example keytab filename
Greg Hudson
ghudson at mit.edu
Tue Mar 23 16:20:07 EDT 2021
https://github.com/krb5/krb5/commit/8ffab893e95524a2f68e663064a139ead1321219
commit 8ffab893e95524a2f68e663064a139ead1321219
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date: Tue Mar 23 13:16:24 2021 -0600
Improve ktutil man page example keytab filename
The example of writing to a file named "keytab" is ambiguous. Name
the file "alice.keytab" instead, to match the example user principal
name.
doc/admin/admin_commands/ktutil.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/admin/admin_commands/ktutil.rst b/doc/admin/admin_commands/ktutil.rst
index ba6e3da..fd83f0a 100644
--- a/doc/admin/admin_commands/ktutil.rst
+++ b/doc/admin/admin_commands/ktutil.rst
@@ -112,7 +112,7 @@ EXAMPLE
ktutil: add_entry -password -p alice at BLEEP.COM -k 1 -e
aes256-cts-hmac-sha1-96
Password for alice at BLEEP.COM:
- ktutil: write_kt keytab
+ ktutil: write_kt alice.keytab
ktutil:
More information about the cvs-krb5
mailing list