From: Tom Yu Date: Sat, 4 Oct 2008 00:01:25 +0000 (+0000) Subject: Set up db_module_dir correctly in krb5.conf for test X-Git-Tag: krb5-1.7-alpha1~350 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00b6ab9a8998fdc50bd0168194699a7d93a4919d;p=krb5.git 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 --- 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