components/samba/samba/patches/mech_krb5-oids4solaris.patch
changeset 5222 8298df727253
parent 5221 e63c8f63ac44
child 5223 66bb65945d8f
--- a/components/samba/samba/patches/mech_krb5-oids4solaris.patch	Mon Dec 21 18:48:54 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-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.