diff options
author | Russ Allbery <rra@stanford.edu> | 2006-09-13 23:55:24 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2006-09-13 23:55:24 +0000 |
commit | 34bd4abba82885bb74361d8af0ac6bb7e708c498 (patch) | |
tree | b926b5da6cdb66f101d73fe121ef739929102a04 /config/keytab | |
parent | 6172f4bfa2562a042c6dbd5b81d50d333a7793ef (diff) |
Add the config stubs for the keytab-backend program.
Diffstat (limited to 'config/keytab')
-rw-r--r-- | config/keytab | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/keytab b/config/keytab new file mode 100644 index 0000000..8446866 --- /dev/null +++ b/config/keytab @@ -0,0 +1,6 @@ +# /etc/remctl/conf.d/keytab -- Run keytab-backend for keytab retrieval. +# +# 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 |