diff options
author | Russ Allbery <rra@stanford.edu> | 2007-09-19 22:43:15 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-09-19 22:43:15 +0000 |
commit | 9d5ee8d947433edd542ed441136d19e4f4033af4 (patch) | |
tree | d8cab026fbeca63f1c28b9c41d449cd8348b294b /perl/t/data/keytab.conf | |
parent | e86a7a0569e84ebcb769855ece2417c2ccce9b45 (diff) |
Implement unchanging support in the keytab object backend, which retrieves
keytabs via remctl from the KDC.
Diffstat (limited to 'perl/t/data/keytab.conf')
-rw-r--r-- | perl/t/data/keytab.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/t/data/keytab.conf b/perl/t/data/keytab.conf new file mode 100644 index 0000000..eb105e2 --- /dev/null +++ b/perl/t/data/keytab.conf @@ -0,0 +1,10 @@ +# $Id$ +# +# This is the remctl configuration used for testing the keytab backend's +# ability to retrieve existing keytabs through remctl. Currently the only +# supported and used command is keytab retrieve. The ACL is written on +# the fly by the test program. +# +# Compare to config/keytab. + +keytab retrieve t/data/keytab-fake test-acl |