components/samba/samba/patches/mech_krb5-oids4solaris.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Sat, 30 May 2015 14:41:57 -0700
changeset 4433 d35242d8330c
parent 4371 29fdb14099eb
permissions -rw-r--r--
PSARC/2015/008 Update Samba to release 4 18462092 Update to Samba 4.

Source: Home brewed
Fixes issues with differences of Solaris krb5 and MIT krb5

--- a/auth/kerberos/gssapi_pac.c	2013-06-13 09:21:02.000000000 +0000
+++ samba-4.1.7/auth/kerberos/gssapi_pac.c	2014-06-10 19:23:17.669113165 +0000
@@ -23,7 +23,7 @@
 
 #include "auth/kerberos/pac_utils.h"
 
-#if 0
+#if 1
 /* FIXME - need proper configure/waf test
  * to determine if gss_mech_krb5 and friends
  * exist. JRA.