components/samba/samba/patches/mech_krb5-oids4solaris.patch
changeset 4377 b861470645e4
parent 4375 0d601f25ec84
child 4378 787a47626d76
equal deleted inserted replaced
4375:0d601f25ec84 4377:b861470645e4
     1 Source: Home brewed
       
     2 Fixes issues with differences of Solaris krb5 and MIT krb5
       
     3 
       
     4 --- a/auth/kerberos/gssapi_pac.c	2013-06-13 09:21:02.000000000 +0000
       
     5 +++ samba-4.1.7/auth/kerberos/gssapi_pac.c	2014-06-10 19:23:17.669113165 +0000
       
     6 @@ -23,7 +23,7 @@
       
     7  
       
     8  #include "auth/kerberos/pac_utils.h"
       
     9  
       
    10 -#if 0
       
    11 +#if 1
       
    12  /* FIXME - need proper configure/waf test
       
    13   * to determine if gss_mech_krb5 and friends
       
    14   * exist. JRA.