diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-05 18:30:13 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-05 18:30:13 +0000 |
commit | 431ece2b824bd4c77703a2b8ecbc3e8eca184ecb (patch) | |
tree | 138ba9319b04634199cf72a137df1f5e725cfe7b /config | |
parent | 7aadbc3139ef9737421560ad3180218796bd7287 (diff) |
Fix the example remctl configuration for keytab-backend to use the
correct script name.
Diffstat (limited to 'config')
-rw-r--r-- | config/keytab | 2 |
1 files changed, 1 insertions, 1 deletions
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 |