aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2019-09-16 14:36:32 -0400
committerGreg Hudson <ghudson@mit.edu>2019-09-19 16:11:42 -0400
commit2977b8e88002fc928a0ff3757098b34ca83645ef (patch)
tree2b1dd2ec2d9a55a0f010fad2101937538dbf88b3 /src/tests/Makefile.in
parent7ae4e8882458336fbe50d0e722ec9d5e3e338c63 (diff)
downloadkrb5-2977b8e88002fc928a0ff3757098b34ca83645ef.zip
krb5-2977b8e88002fc928a0ff3757098b34ca83645ef.tar.gz
krb5-2977b8e88002fc928a0ff3757098b34ca83645ef.tar.bz2
Add environment variable for GSS mech config
If the environment variable GSS_MECH_CONFIG is set (and the process is not privileged), read it instead of /etc/gss/mech or files within /etc/gss/mech.d. Set GSS_MECH_CONFIG in test frameworks so that system configuration does not interfere with tests. Fix documentation to indicate that the default mech config file is in sysconfdir, not necessarily /etc. ticket: 8833 (new)
Diffstat (limited to 'src/tests/Makefile.in')
-rw-r--r--src/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 88545e3..81ca4cb 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -4,7 +4,7 @@ SUBDIRS = resolve asn.1 create hammer verify gssapi dejagnu shlib \
gss-threads misc threads softpkcs11
RUN_DB_TEST = $(RUN_SETUP) KRB5_KDC_PROFILE=kdc.conf KRB5_CONFIG=krb5.conf \
- LC_ALL=C $(VALGRIND)
+ GSS_MECH_CONFIG=mech.conf LC_ALL=C $(VALGRIND)
OBJS= adata.o etinfo.o forward.o gcred.o hist.o hooks.o hrealm.o \
icinterleave.o icred.o kdbtest.o localauth.o plugorder.o rdreq.o \