aboutsummaryrefslogtreecommitdiff
path: root/perl/t/data
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-11-15 05:51:00 +0000
committerRuss Allbery <rra@stanford.edu>2007-11-15 05:51:00 +0000
commit96d4c0b4dbf8b2ff4649f418bd170d1242910b10 (patch)
treecb816756279f8da111942a096572a9acff5e6697 /perl/t/data
parent480c823eca7676ae610642b2357af9c12e5c2e24 (diff)
Fix the configuration files for remctld, which had gotten inverted.
Diffstat (limited to 'perl/t/data')
-rw-r--r--perl/t/data/keytab.conf10
-rw-r--r--perl/t/data/netdb.conf10
2 files changed, 10 insertions, 10 deletions
diff --git a/perl/t/data/keytab.conf b/perl/t/data/keytab.conf
index e7908ed..eb105e2 100644
--- a/perl/t/data/keytab.conf
+++ b/perl/t/data/keytab.conf
@@ -1,6 +1,10 @@
# $Id$
#
-# This is the remctl configuration used for testing the NetDB ACL verifier.
-# The ACL is written on the fly by the test program.
+# 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.
-netdb node-roles t/data/netdb-fake test-acl
+keytab retrieve t/data/keytab-fake test-acl
diff --git a/perl/t/data/netdb.conf b/perl/t/data/netdb.conf
index eb105e2..e7908ed 100644
--- a/perl/t/data/netdb.conf
+++ b/perl/t/data/netdb.conf
@@ -1,10 +1,6 @@
# $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.
+# This is the remctl configuration used for testing the NetDB ACL verifier.
+# The ACL is written on the fly by the test program.
-keytab retrieve t/data/keytab-fake test-acl
+netdb node-roles t/data/netdb-fake test-acl