diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-06-20 23:22:21 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-06-20 23:22:21 +0000 |
commit | bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c (patch) | |
tree | 42fab5b03a2d8c0b39f4ec1c20a170824d2169de /src/slave | |
parent | b55428ed2ee9bcc9bc183a8c75c472aa13e7c847 (diff) | |
download | krb5-bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c.tar.gz krb5-bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c.tar.xz krb5-bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c.zip |
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.M | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/slave/kpropd.M b/src/slave/kpropd.M index 98035fcf95..1d53b101b1 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 |