From: Nancy Gilman Date: Tue, 14 Jun 1994 20:13:54 +0000 (+0000) Subject: Nancy L. Gilman's changes for Beta 4 X-Git-Tag: krb5-1.0-beta4~78 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e88f9a77a6e066f1eb4200aad3b5152cc9e19021;p=krb5.git Nancy L. Gilman's changes for Beta 4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3776 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/slave/kpropd.M b/src/slave/kpropd.M index f5d838242..3f2a8a947 100644 --- a/src/slave/kpropd.M +++ b/src/slave/kpropd.M @@ -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