From 431ece2b824bd4c77703a2b8ecbc3e8eca184ecb Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 5 Feb 2008 18:30:13 +0000 Subject: Fix the example remctl configuration for keytab-backend to use the correct script name. --- NEWS | 3 +++ config/keytab | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f5af196..a0bcb0c 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3