diff --git a/src/aklog/aklog.c b/src/aklog/aklog.c index 0d0919f92a..b39f752cfb 100644 --- a/src/aklog/aklog.c +++ b/src/aklog/aklog.c @@ -1463,7 +1463,7 @@ main(int argc, char *argv[]) { char *filepath = NULL, *newpath = NULL; #ifndef AFS_DARWIN_ENV - char *defaultpath = "/etc/krb5.conf"; + char *defaultpath = "/etc/krb5.conf:/etc/krb5/krb5.conf"; #else char *defaultpath = "~/Library/Preferences/edu.mit.Kerberos:/Library/Preferences/edu.mit.Kerberos"; #endif