diff options
| author | Nicolas Williams <nico@cryptonector.com> | 2012-09-24 13:38:20 -0500 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-10-05 14:11:06 -0400 |
| commit | 91175a8ba034fa95accb39a5341fd296217e6fed (patch) | |
| tree | 37474a5ea7c0db368a4e5921ef4c35e7da3c8061 /doc/rst_source | |
| parent | cea0b28045b262b1098f17f17f78b2efbf89a6c1 (diff) | |
| download | krb5-91175a8ba034fa95accb39a5341fd296217e6fed.tar.gz krb5-91175a8ba034fa95accb39a5341fd296217e6fed.tar.xz krb5-91175a8ba034fa95accb39a5341fd296217e6fed.zip | |
Add -p, -F, -K options to kadmind
New options:
-p path-to-kdb5_util
-K path-to-kprop
-F dump-file
These are needed for testing without first having to install.
ticket: 7372
Diffstat (limited to 'doc/rst_source')
| -rw-r--r-- | doc/rst_source/krb_admins/admin_commands/kadmind.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/rst_source/krb_admins/admin_commands/kadmind.rst b/doc/rst_source/krb_admins/admin_commands/kadmind.rst index 573e7a124..10fc672cb 100644 --- a/doc/rst_source/krb_admins/admin_commands/kadmind.rst +++ b/doc/rst_source/krb_admins/admin_commands/kadmind.rst @@ -13,6 +13,9 @@ SYNOPSIS [**-nofork**] [**-port** *port-number*] [**-P** *pid_file*] +[**-p** *kdb5_util_path*] +[**-K** *kprop_path*] +[**-F** *dump_file*] DESCRIPTION ----------- @@ -82,6 +85,18 @@ OPTIONS whether kadmind is still running and to allow init scripts to stop the correct process. +**-p** *kdb5_util_path* + specifies the path to the kdb5_util command to use when dumping the + KDB in response to full resync requests when iprop is enabled. + +**-K** *kprop_path* + specifies the path to the kprop command to use to send full dumps + to slaves in response to full resync requests. + +**-F** *dump_file* + specifies the file path to be used for dumping the KDB in response + to full resync requests when iprop is enabled. + **-x** *db_args* specifies database-specific arguments. |
