]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add environment variable for GSS mech config 975/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 16 Sep 2019 18:36:32 +0000 (14:36 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 19 Sep 2019 20:11:42 +0000 (16:11 -0400)
commit2977b8e88002fc928a0ff3757098b34ca83645ef
tree2b1dd2ec2d9a55a0f010fad2101937538dbf88b3
parent7ae4e8882458336fbe50d0e722ec9d5e3e338c63
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)
doc/admin/host_config.rst
doc/mitK5defaults.rst
doc/plugindev/gssapi.rst
doc/user/user_config/kerberos.rst
src/kadmin/testing/scripts/env-setup.shin
src/kadmin/testing/scripts/init_db
src/lib/gssapi/mechglue/g_initialize.c
src/man/kerberos.man
src/tests/Makefile.in
src/tests/dejagnu/config/default.exp
src/util/k5test.py