summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-05 18:30:13 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-05 18:30:13 +0000
commit431ece2b824bd4c77703a2b8ecbc3e8eca184ecb (patch)
tree138ba9319b04634199cf72a137df1f5e725cfe7b
parent7aadbc3139ef9737421560ad3180218796bd7287 (diff)
Fix the example remctl configuration for keytab-backend to use the
correct script name.
-rw-r--r--NEWS3
-rw-r--r--config/keytab2
2 files changed, 4 insertions, 1 deletions
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