diff options
| author | Nicolas Williams <nico@cryptonector.com> | 2012-09-06 15:31:59 -0500 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-10-05 15:18:22 -0400 |
| commit | a298ab2ab8b9eb384fdbf5f3625172ded61ece9f (patch) | |
| tree | 1e8ec6bc538b62e9adb589e95dc393d137071bf7 /doc | |
| parent | e65a16d898f3a686525e83661f4fd86c76e27bbf (diff) | |
| download | krb5-a298ab2ab8b9eb384fdbf5f3625172ded61ece9f.tar.gz krb5-a298ab2ab8b9eb384fdbf5f3625172ded61ece9f.tar.xz krb5-a298ab2ab8b9eb384fdbf5f3625172ded61ece9f.zip | |
Add -R option to kproplog to force full resyncs
ticket: 7375
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/rst_source/krb_admins/admin_commands/kpropd.rst | 3 | ||||
| -rw-r--r-- | doc/rst_source/krb_admins/admin_commands/kproplog.rst | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/rst_source/krb_admins/admin_commands/kpropd.rst b/doc/rst_source/krb_admins/admin_commands/kpropd.rst index d881a6283..b5cebcc47 100644 --- a/doc/rst_source/krb_admins/admin_commands/kpropd.rst +++ b/doc/rst_source/krb_admins/admin_commands/kpropd.rst @@ -55,6 +55,9 @@ enabled, the principal ``kiprop/slavehostname@REALM`` (where name of the Kerberos realm) must be present in the slave's keytab file. +:ref:`kproplog(8)` can be used to force full replication when iprop is +enabled. + OPTIONS -------- diff --git a/doc/rst_source/krb_admins/admin_commands/kproplog.rst b/doc/rst_source/krb_admins/admin_commands/kproplog.rst index 5d71575a5..c7a0ea417 100644 --- a/doc/rst_source/krb_admins/admin_commands/kproplog.rst +++ b/doc/rst_source/krb_admins/admin_commands/kproplog.rst @@ -7,6 +7,7 @@ SYNOPSIS -------- **kproplog** [**-h**] [**-e** *num*] [-v] +**kproplog** [-R] DESCRIPTION @@ -35,6 +36,11 @@ last update received and the associated time stamp of the last update. OPTIONS ------- +**-R** + Reset the update log. This forces full resynchronization. If used + on a slave then that slave will request a full resync. If used on + the master then all slaves will request full resyncs. + **-h** Display a summary of the update log. This information includes the database version number, state of the database, the number of |
