From bf4d9d8d7aebf1c10c9d2361157511c9d880bc2c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 20 Jun 2006 23:22:21 +0000 Subject: Document kpropd -a option ticket: 2087 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18178 dc483132-0cff-0310-8789-dd5450dbe970 --- src/slave/kpropd.M | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/slave') 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 -- cgit