summaryrefslogtreecommitdiffstats
path: root/doc/rst_source
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2011-10-18 19:35:06 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2011-10-18 19:35:06 +0000
commit693aa765f22bb1cffd8eabef6707d5d87ea42f47 (patch)
treedf7ebddaac3e404836d5727fc62c14bbdc0c4b29 /doc/rst_source
parent7390de6c860fbb764efe2e7e85d599edaf97fb96 (diff)
downloadkrb5-693aa765f22bb1cffd8eabef6707d5d87ea42f47.tar.gz
krb5-693aa765f22bb1cffd8eabef6707d5d87ea42f47.tar.xz
krb5-693aa765f22bb1cffd8eabef6707d5d87ea42f47.zip
Updated kpropd option list
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25371 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/rst_source')
-rw-r--r--doc/rst_source/krb_admins/admin_commands/kpropd.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/rst_source/krb_admins/admin_commands/kpropd.rst b/doc/rst_source/krb_admins/admin_commands/kpropd.rst
index 8053b695d5..90318478c6 100644
--- a/doc/rst_source/krb_admins/admin_commands/kpropd.rst
+++ b/doc/rst_source/krb_admins/admin_commands/kpropd.rst
@@ -9,12 +9,13 @@ SYNOPSIS
**kpropd**
[ **-r** *realm* ]
+ [ **-a** *acl_file* ]
[ **-f** *slave_dumpfile* ]
[ **-F** *principal_database* ]
[ **-p** *kdb5_util_prog* ]
+ [ **-P** *port* ]
[ **-d** ]
[ **-S** ]
- [ **-P** *port* ]
DESCRIPTION
-------------
@@ -22,9 +23,9 @@ DESCRIPTION
The *kpropd* command runs on the slave KDC server.
It listens for update requests made by the :ref:`kprop(8)` program, and periodically requests incremental updates from the master KDC.
-When the slave receives a kprop request from the master, *kpropd* accepts the dumped KDC database and places it in a file,
+When the slave receives a *kprop* request from the master, *kpropd* accepts the dumped KDC database and places it in a file,
and then runs :ref:`kdb5_util(8)` to load the dumped database into the active database which is used by :ref:`krb5kdc(8)`.
-Thus, the master Kerberos server can use :ref:`kprop(8)` to propagate its database to the slave slavers.
+Thus, the master Kerberos server can use :ref:`kprop(8)` to propagate its database to the slave servers.
Upon a successful download of the KDC database file, the slave Kerberos server will have an up-to-date KDC database.
Normally, *kpropd* is invoked out of inetd(8). This is done by adding a line to the *inetd.conf* file which looks like this::
@@ -65,7 +66,7 @@ OPTIONS
**-P**
Allow for an alternate port number for *kpropd* to listen on. This is only useful if the program is run in standalone mode.
- **-a**
+ **-a** *acl_file*
Allows the user to specify the path to the *kpropd.acl* file; by default the path used is /usr/local/var/krb5kdc/kpropd.acl.
FILES
@@ -73,7 +74,7 @@ FILES
*kpropd.acl*
Access file for *kpropd*; the default location is /usr/local/var/krb5kdc/kpropd.acl.
- Each entry is a line containing the principal of a host from which the local machine will allow Kerberos database propagation via :ref:`kprop(8)`.
+ Each entry is a line containing the principal of a *host* from which the local machine will allow Kerberos database propagation via :ref:`kprop(8)`.
SEE ALSO
----------