svn commit: samba r22093 - in branches/SAMBA_3_0/source/libsmb: .

metze at samba.org metze at samba.org
Thu Apr 5 12:36:14 GMT 2007


Author: metze
Date: 2007-04-05 12:36:10 +0000 (Thu, 05 Apr 2007)
New Revision: 22093

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22093

Log:
send also the correct OID_KERBEROS5 not only the broken
OID_KERBEROS_OLD one.

metze
Modified:
   branches/SAMBA_3_0/source/libsmb/clispnego.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clispnego.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clispnego.c	2007-04-05 12:30:23 UTC (rev 22092)
+++ branches/SAMBA_3_0/source/libsmb/clispnego.c	2007-04-05 12:36:10 UTC (rev 22093)
@@ -348,7 +348,7 @@
 {
 	int retval;
 	DATA_BLOB tkt, tkt_wrapped;
-	const char *krb_mechs[] = {OID_KERBEROS5_OLD, OID_NTLMSSP, NULL};
+	const char *krb_mechs[] = {OID_KERBEROS5_OLD, OID_KERBEROS5, OID_NTLMSSP, NULL};
 
 	/* get a kerberos ticket for the service and extract the session key */
 	retval = cli_krb5_get_ticket(principal, time_offset,



More information about the samba-cvs mailing list