]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix up kdb5_util documentation
authorGreg Hudson <ghudson@mit.edu>
Mon, 15 Oct 2018 22:00:35 +0000 (18:00 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 20 Oct 2018 00:56:29 +0000 (20:56 -0400)
commitfa000575085be71bfc326221a4d4d23fc00a1462
treec9f5515fb875cef972099f6bdd09cb3c903fa335
parent2e02c0cfba0bd21da071412126a0d9a04c4cc651
Fix up kdb5_util documentation

In kdb5_util.rst, reorder the main option summary to match the order
they are documented in below, and document the -x option.  Remove the
kdb5_util create -h switch case as 'h' has never been in the getopt
string.  Add the -r18 option to the kdb5_util dump and load option
summaries.  Reword the kdb5_util load -hash option.  Remove the
nonexistent kdb5_util load dbname parameter.

In database.rst, alter the example for loading a single principal to
use the dump principal filtering functionality, as that functionality
does not currently exist for load.

In the kdb5_util usage error message, reorder the main options to
match the order in the documentation and to fit within 79 columns.
Also add the -P option.

ticket: 8751 (new)
tags: pullup
target_version: 1.16-next
doc/admin/admin_commands/kdb5_util.rst
doc/admin/database.rst
src/kadmin/dbutil/dump.c
src/kadmin/dbutil/kdb5_create.c
src/kadmin/dbutil/kdb5_util.c