summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2008-10-04 00:01:25 +0000
committerTom Yu <tlyu@mit.edu>2008-10-04 00:01:25 +0000
commit00b6ab9a8998fdc50bd0168194699a7d93a4919d (patch)
treed45132fdcc375e54b674f86f93a284ac5616be49 /src
parent29f733f13287fd7a9a52df4f21892ba957f876c1 (diff)
downloadkrb5-00b6ab9a8998fdc50bd0168194699a7d93a4919d.tar.gz
krb5-00b6ab9a8998fdc50bd0168194699a7d93a4919d.tar.xz
krb5-00b6ab9a8998fdc50bd0168194699a7d93a4919d.zip
Set up db_module_dir correctly in krb5.conf for test
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20823 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/tests/mkeystash_compat/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/mkeystash_compat/Makefile.in b/src/tests/mkeystash_compat/Makefile.in
index b4fd7e45d..2ae3caea6 100644
--- a/src/tests/mkeystash_compat/Makefile.in
+++ b/src/tests/mkeystash_compat/Makefile.in
@@ -32,6 +32,9 @@ kdc.conf: Makefile
krb5.conf: Makefile
cat $(SRCTOP)/config-files/krb5.conf > krb5.new
+ echo "[dbmodules]" >> krb5.new
+ echo " db_module_dir = $(BUILDTOP)/util/fakedest$(KRB5_DB_MODULE_DIR)" >> krb5.new
+ mv krb5.new krb5.conf
# Verify that the mkey stash code is backward compat with old/non-keytab stashfile format
mkeystash_check: kdc.conf krb5.conf bigendian