summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-01-05 00:01:54 +0000
committerRuss Allbery <rra@stanford.edu>2008-01-05 00:01:54 +0000
commitb10beb347238b153af8aa544fb276485b34e970e (patch)
tree4105c927be0912b2fa9f479a1aaf785091ff8f64 /tests/data
parenta67ad3fc36765f4b948a3e9c941318ff8931a11d (diff)
The wallet client can now get the server, port, principal, and remctl
type from krb5.conf as well as from compile-time defaults and command-line options.
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/data/README b/tests/data/README
index 890c4dc..0f3c88c 100644
--- a/tests/data/README
+++ b/tests/data/README
@@ -8,10 +8,15 @@ to the key in the keytab on a single line ending with a newline.
The presence of these two files will enable the tests that actually do
GSS-API authentication.
+If your krb5.conf file is not in /etc or /usr/local/etc, put a copy of
+your krb5.conf file in this directory. The tests need to generate a
+modified copy in order to test some behavior.
+
If you are building in a different directory tree than the source tree,
don't put the files in this directory. Instead, after running configure,
you will have an empty tests/data directory in your build tree. Put the
-test.keytab and test.principal files in that directory instead.
+test.keytab, test.principal, and krb5.conf (if necessary) files in that
+directory instead.
Note that to successfully run much of the test suite, you will need to have
remctld installed on the system running the tests.