]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Correct docs re: kpropd usage w/ iprop
authorNicolas Williams <nico@cryptonector.com>
Mon, 24 Sep 2012 15:24:54 +0000 (10:24 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 5 Oct 2012 18:22:47 +0000 (14:22 -0400)
ticket: 7379

doc/rst_source/krb_admins/admin_commands/kpropd.rst
doc/rst_source/krb_admins/install_kdc.rst

index 555ec3cfa48eacf3849c32bd3cd5bff244b044ec..8f048b5b4b5fa30a993ecaf55843b152d6c0b976 100644 (file)
@@ -32,16 +32,17 @@ Kerberos server to 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 ``/etc/inetd.conf`` file which looks like this:
+Where incremental propagation is not used, kpropd is commonly invoked
+out of inetd(8) as a nowait service.  This is done by adding a line to
+the ``/etc/inetd.conf`` file which looks like this:
 
  ::
 
     kprop  stream  tcp  nowait  root  /usr/local/sbin/kpropd  kpropd
 
-kpropd can also run as a standalone daemon by specifying the **-S**
-option.  This is done for debugging purposes, or if for some reason
-the system administrator just doesn't want to run it out of inetd(8).
+kpropd can also run as a standalone daemon.  This is required for
+incremental propagation.  But this is also useful for debugging
+purposes.
 
 Incremental propagation may be enabled with the **iprop_enable**
 variable in :ref:`kdc.conf(5)`.  If incremental propagation is
index c43e4161f68dbf0b12bedee4698adc674fff22d1..3d0d0f1f447884549e28533a2a8d91c9a8ae3b40 100644 (file)
@@ -378,8 +378,8 @@ used)::
 
 Restart inetd daemon.
 
-Alternatively, start :ref:`kpropd(8)` as a stand-alone daemon with
-``kpropd -S``.
+Alternatively, start :ref:`kpropd(8)` as a stand-alone daemon.  This is
+required when incremental propagation is enabled.
 
 Now that the slave KDC is able to accept database propagation, you’ll
 need to propagate the database from the master server.