svn commit: samba r9701 - in branches/SAMBA_4_0/source/torture/auth: .

abartlet at samba.org abartlet at samba.org
Sun Aug 28 01:54:28 GMT 2005


Author: abartlet
Date: 2005-08-28 01:54:27 +0000 (Sun, 28 Aug 2005)
New Revision: 9701

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

Log:
Provide correct parameters.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/auth/pac.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/auth/pac.c
===================================================================
--- branches/SAMBA_4_0/source/torture/auth/pac.c	2005-08-28 01:37:27 UTC (rev 9700)
+++ branches/SAMBA_4_0/source/torture/auth/pac.c	2005-08-28 01:54:27 UTC (rev 9701)
@@ -339,7 +339,7 @@
 	/* Decode and verify the signaure on the PAC */
 	nt_status = kerberos_decode_pac(mem_ctx, &pac_data,
 					tmp_blob,
-					smb_krb5_context,
+					smb_krb5_context->krb5_context,
 					&krbtgt_keyblock,
 					&server_keyblock);
 	if (!NT_STATUS_IS_OK(nt_status)) {
@@ -357,7 +357,7 @@
 	/* Parse the PAC again, for the logon info this time */
 	nt_status = kerberos_pac_logon_info(mem_ctx, &logon_info,
 					    tmp_blob,
-					    smb_krb5_context,
+					    smb_krb5_context->krb5_context,
 					    &krbtgt_keyblock,
 					    &server_keyblock);
 
@@ -459,7 +459,7 @@
 
 	nt_status = kerberos_decode_pac(mem_ctx, &pac_data,
 					tmp_blob,
-					smb_krb5_context,
+					smb_krb5_context->krb5_context,
 					&krbtgt_keyblock,
 					&server_keyblock);
 	if (NT_STATUS_IS_OK(nt_status)) {



More information about the samba-cvs mailing list