From 00b6ab9a8998fdc50bd0168194699a7d93a4919d Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 4 Oct 2008 00:01:25 +0000 Subject: [PATCH] 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 --- src/tests/mkeystash_compat/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2