From c3ecf0c372f1e39b6e13a49eecfba165747a2515 Mon Sep 17 00:00:00 2001 From: "Asanka C. Herath" Date: Wed, 27 Oct 2010 14:47:59 -0400 Subject: [PATCH] Windows: Lookup configuration file %{WINDOWS}/krb5.ini For backwards compatibility. --- lib/krb5/constants.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/constants.c b/lib/krb5/constants.c index 3e9024ca5..2d90f7791 100644 --- a/lib/krb5/constants.c +++ b/lib/krb5/constants.c @@ -46,6 +46,7 @@ KRB5_LIB_VARIABLE const char *krb5_config_file = SYSCONFDIR "/krb5.conf" #ifdef _WIN32 ":%{COMMON_APPDATA}/Kerberos/krb5.conf" +":%{WINDOWS}/krb5.ini" #else ":/etc/krb5.conf" #endif