Skip to content

Commit

Permalink
Improve ktutil man page example keytab filename
Browse files Browse the repository at this point in the history
The example of writing to a file named "keytab" is ambiguous.  Name
the file "alice.keytab" instead, to match the example user principal
name.
  • Loading branch information
ktdreyer authored and greghudson committed Mar 23, 2021
1 parent aee8a82 commit 8ffab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/admin/admin_commands/ktutil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:


Expand Down

0 comments on commit 8ffab89

Please sign in to comment.