diff --git a/lib/krb5/constants.c b/lib/krb5/constants.c index 6223fb5d6..3e9024ca5 100644 --- a/lib/krb5/constants.c +++ b/lib/krb5/constants.c @@ -44,7 +44,9 @@ KRB5_LIB_VARIABLE const char *krb5_config_file = #endif /* __APPLE__ */ "~/.krb5/config:" SYSCONFDIR "/krb5.conf" -#ifndef _WIN32 +#ifdef _WIN32 +":%{COMMON_APPDATA}/Kerberos/krb5.conf" +#else ":/etc/krb5.conf" #endif ;