aboutsummaryrefslogtreecommitdiff
path: root/doc/admin/database.rst
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2018-10-15 18:00:35 -0400
committerGreg Hudson <ghudson@mit.edu>2018-10-19 20:56:29 -0400
commitfa000575085be71bfc326221a4d4d23fc00a1462 (patch)
treec9f5515fb875cef972099f6bdd09cb3c903fa335 /doc/admin/database.rst
parent2e02c0cfba0bd21da071412126a0d9a04c4cc651 (diff)
downloadkrb5-fa000575085be71bfc326221a4d4d23fc00a1462.zip
krb5-fa000575085be71bfc326221a4d4d23fc00a1462.tar.gz
krb5-fa000575085be71bfc326221a4d4d23fc00a1462.tar.bz2
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
Diffstat (limited to 'doc/admin/database.rst')
-rw-r--r--doc/admin/database.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/admin/database.rst b/doc/admin/database.rst
index 3007cfe..14c145b 100644
--- a/doc/admin/database.rst
+++ b/doc/admin/database.rst
@@ -377,14 +377,14 @@ To restore a Kerberos database dump from a file, use the
Examples
########
-To load a single principal, either replacing or updating the database:
+To dump a single principal and later load it, updating the database:
::
- shell% kdb5_util load dumpfile principal
+ shell% kdb5_util dump dumpfile principal@REALM
shell%
- shell% kdb5_util load -update dumpfile principal
+ shell% kdb5_util load -update dumpfile
shell%