From 697a6e9504d9f3eefd97c7c822e90feddd9b9a3b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jan 2012 08:00:28 +1100 Subject: auth: provide private pointer and do not return original PAC signatures There is no need to return the PAC signatures via the special-purpose torture element. Instead, use a private pointer on the auth_context in conjunction with the private PAC processing method. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Sun Jan 29 23:52:50 CET 2012 on sn-devel-104 --- librpc/idl/auth.idl | 2 -- 1 file changed, 2 deletions(-) (limited to 'librpc/idl') diff --git a/librpc/idl/auth.idl b/librpc/idl/auth.idl index 3b4853b657..2451d2bab7 100644 --- a/librpc/idl/auth.idl +++ b/librpc/idl/auth.idl @@ -57,8 +57,6 @@ interface auth /* Number SIDs from the DC netlogon validation info */ uint32 num_dc_sids; [size_is(num_dc_sids)] dom_sid dc_sids[*]; - PAC_SIGNATURE_DATA *pac_srv_sig; - PAC_SIGNATURE_DATA *pac_kdc_sig; } auth_user_info_torture; typedef [public] struct { -- cgit