From 592689dcf30a407a07624ad2397a3263d1591225 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 Nov 2009 12:27:52 -0800 Subject: [PATCH] Read configuration plist on macs --- lib/krb5/constants.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/constants.c b/lib/krb5/constants.c index a3b3d09f4..99ed686fd 100644 --- a/lib/krb5/constants.c +++ b/lib/krb5/constants.c @@ -3,6 +3,8 @@ * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * + * Portions Copyright (c) 2009 Apple Inc. All rights reserved. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -35,6 +37,8 @@ KRB5_LIB_VARIABLE const char *krb5_config_file = #ifdef __APPLE__ +"~/Library/Preferences/com.apple.Kerberos.plist:" +"/Library/Preferences/com.apple.Kerberos.plist:" "~/Library/Preferences/edu.mit.Kerberos:" "/Library/Preferences/edu.mit.Kerberos:" #endif