Nancy L. Gilman's changes for Beta 4
authorNancy Gilman <nlgilman@mit.edu>
Tue, 14 Jun 1994 20:13:54 +0000 (20:13 +0000)
committerNancy Gilman <nlgilman@mit.edu>
Tue, 14 Jun 1994 20:13:54 +0000 (20:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3776 dc483132-0cff-0310-8789-dd5450dbe970

src/slave/kpropd.M

index f5d838242f4b546c41db03153cdb7f4811eb553a..3f2a8a947d0436abf301408dae92d297d765d7c4 100644 (file)
@@ -42,7 +42,6 @@ kpropd \- Kerberos V5 slave KDC update server
 ] [
 .B \-S
 ] 
-.I slave_host
 .br
 .SH DESCRIPTION
 .I kpropd 
@@ -60,6 +59,20 @@ to propagate its database to the slave slavers.  Upon a successful download
 of the KDC database file, the slave Kerberos server will have an
 up-to-date KDC database. 
 .PP
+Normally, kpropd is invoked out of 
+.I inetd(8).  
+This is done by adding a
+line to the inetd.conf file which looks like this:
+
+kprop  stream  tcp     nowait  root    /krb5/bin/kpropd        kpropd
+
+However, kpropd can also run as a standalone deamon, if the 
+.B \-S 
+option is
+turned on.  This is done for debugging purposes, or if for some reason
+the system administrator just doesn't want to run it out of 
+.I inetd(8).  
+.PP
 The
 .B \-r
 .I realm