Allow users to specify their own configuration file ~/.krb5/config

Idea from Rune L on heimdal-discuss
This commit is contained in:
Love Hornquist Astrand
2010-03-16 09:09:27 -07:00
parent a06a40dd77
commit 313a2243bb

View File

@@ -42,6 +42,7 @@ KRB5_LIB_VARIABLE const char *krb5_config_file =
"~/Library/Preferences/edu.mit.Kerberos:" "~/Library/Preferences/edu.mit.Kerberos:"
"/Library/Preferences/edu.mit.Kerberos:" "/Library/Preferences/edu.mit.Kerberos:"
#endif /* __APPLE__ */ #endif /* __APPLE__ */
"~/.krb5/config:"
SYSCONFDIR "/krb5.conf" SYSCONFDIR "/krb5.conf"
#ifndef _WIN32 #ifndef _WIN32
":/etc/krb5.conf" ":/etc/krb5.conf"