diff options
author | Russ Allbery <rra@stanford.edu> | 2007-11-15 05:42:29 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-11-15 05:42:29 +0000 |
commit | 2393ffbc3c52c6552e00212d5209d6b870a55d4e (patch) | |
tree | 2eaca996ede5d9b835db69f6ac143e8cba051d36 /perl/t/data/netdb.conf | |
parent | b6bb3f3a72ec1dc32991cffeeab4f8b1cc27cc46 (diff) |
Add an ACL verifier that checks access against NetDB roles using the
NetDB remctl interface.
Diffstat (limited to 'perl/t/data/netdb.conf')
-rw-r--r-- | perl/t/data/netdb.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/t/data/netdb.conf b/perl/t/data/netdb.conf new file mode 100644 index 0000000..eb105e2 --- /dev/null +++ b/perl/t/data/netdb.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 |