svn commit: samba r7986 - in branches/SAMBA_4_0/source/auth/gensec: .

abartlet at samba.org abartlet at samba.org
Tue Jun 28 22:13:53 GMT 2005


Author: abartlet
Date: 2005-06-28 22:13:53 +0000 (Tue, 28 Jun 2005)
New Revision: 7986

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

Log:
Fix the compile, thanks to HotaruT.

This won't actually work until I get the keyblock filled in again, but
at least it will compile.

I first need to decide if we want to keep the server-side gensec_krb5
code at all, now we have the GSSAPI layer doing what we want.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/gensec/gensec_krb5.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/gensec_krb5.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/gensec_krb5.c	2005-06-28 21:48:09 UTC (rev 7985)
+++ branches/SAMBA_4_0/source/auth/gensec/gensec_krb5.c	2005-06-28 22:13:53 UTC (rev 7986)
@@ -444,7 +444,7 @@
 
 	/* decode and verify the pac */
 	nt_status = kerberos_decode_pac(gensec_krb5_state, &logon_info, gensec_krb5_state->pac,
-					gensec_krb5_state);
+					gensec_krb5_state->smb_krb5_context, &(gensec_krb5_state->keyblock));
 
 	/* IF we have the PAC - otherwise we need to get this
 	 * data from elsewere - local ldb, or (TODO) lookup of some



More information about the samba-cvs mailing list