diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | config/keytab | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ wallet 0.7 (unreleased) keytab-backend now passes kadmin.local ktadd its options in a specific order to satisfy the picky option parser. + Fix the example remctl configuration for keytab-backend to use the + correct script name. + wallet 0.6 (2008-01-28) SECURITY: If -f is used and the output file name with ".new" appended diff --git a/config/keytab b/config/keytab index 8446866..14c725e 100644 --- a/config/keytab +++ b/config/keytab @@ -3,4 +3,4 @@ # This is a remctld configuration fragment to run kdc-backend to permit # remote retrieval of certain keytabs. -keytab retrieve /usr/sbin/kdc-backend /etc/remctl/acl/keytab +keytab retrieve /usr/sbin/keytab-backend /etc/remctl/acl/keytab |