From 8ffab893e95524a2f68e663064a139ead1321219 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 23 Mar 2021 13:16:24 -0600 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/admin_commands/ktutil.rst b/doc/admin/admin_commands/ktutil.rst index ba6e3da642..fd83f0ad9b 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@BLEEP.COM -k 1 -e aes256-cts-hmac-sha1-96 Password for alice@BLEEP.COM: - ktutil: write_kt keytab + ktutil: write_kt alice.keytab ktutil: -- 2.47.2