aboutsummaryrefslogtreecommitdiff
path: root/src/slave
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-06-20 23:22:21 +0000
committerKen Raeburn <raeburn@mit.edu>2006-06-20 23:22:21 +0000
commitbf4d9d8d7aebf1c10c9d2361157511c9d880bc2c (patch)
tree42fab5b03a2d8c0b39f4ec1c20a170824d2169de /src/slave
parentb55428ed2ee9bcc9bc183a8c75c472aa13e7c847 (diff)
downloadkrb5-bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c.zip
krb5-bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c.tar.gz
krb5-bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c.tar.bz2
Document kpropd -a option
ticket: 2087 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18178 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/slave')
-rw-r--r--src/slave/kpropd.M10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/slave/kpropd.M b/src/slave/kpropd.M
index 98035fc..1d53b10 100644
--- a/src/slave/kpropd.M
+++ b/src/slave/kpropd.M
@@ -119,11 +119,19 @@ allow for an alternate port number for
.I kpropd
to listen on. This is only useful if the program is run in standalone
mode.
+.TP
+.B \-a
+allows the user to specify the path to the
+.KR kpropd.acl
+file; by default the path used is KPROPD_ACL_FILE
+(normally /usr/local/var/krb5kdc/kpropd.acl).
.SH FILES
.TP "\w'kpropd.acl\ \ 'u"
kpropd.acl
Access file for
-.BR kpropd .
+.BR kpropd ;
+the default location is KPROPD_ACL_FILE (normally
+/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 kprop.
.SH SEE ALSO