components/samba/patches/mech_krb5-oids4solaris.patch
author Jan Parcel <jan.parcel@oracle.com>
Fri, 29 Jan 2016 13:12:25 -0800
changeset 5372 0f0d5e50998d
parent 5222 8298df727253
permissions -rw-r--r--
22612856 man sshd_config(5) needs to call out hmac-sha1 as enabled by default

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.