[krbdev.mit.edu #8833] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thu Sep 19 16:28:11 2019: Request 8833 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8833 > 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. https://github.com/krb5/krb5/commit/2977b8e88002fc928a0ff3757098b34ca83645ef Author: Greg Hudson <[email protected]> Commit: 2977b8e88002fc928a0ff3757098b34ca83645ef Branch: master doc/admin/host_config.rst | 10 ++++++---- doc/mitK5defaults.rst | 1 + doc/plugindev/gssapi.rst | 11 +++++------ doc/user/user_config/kerberos.rst | 6 ++++++ src/kadmin/testing/scripts/env-setup.shin | 1 + src/kadmin/testing/scripts/init_db | 1 + src/lib/gssapi/mechglue/g_initialize.c | 7 +++++++ src/man/kerberos.man | 6 ++++++ src/tests/Makefile.in | 2 +- src/tests/dejagnu/config/default.exp | 15 +++++++++++++++ src/util/k5test.py | 2 ++ 11 files changed, 51 insertions(+), 11 deletions(-)