4369N/ASource: Home brewed
4369N/AFixes issues with differences of Solaris krb5 and MIT krb5
4369N/A
4369N/A--- a/auth/kerberos/gssapi_pac.c 2013-06-13 09:21:02.000000000 +0000
4369N/A+++ samba-4.1.7/auth/kerberos/gssapi_pac.c 2014-06-10 19:23:17.669113165 +0000
4369N/A@@ -23,7 +23,7 @@
4369N/A
4369N/A #include "auth/kerberos/pac_utils.h"
4369N/A
4369N/A-#if 0
4369N/A+#if 1
4369N/A /* FIXME - need proper configure/waf test
4369N/A * to determine if gss_mech_krb5 and friends
4369N/A * exist. JRA.