diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-30 08:00:28 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-01-29 23:52:50 +0100 |
commit | 697a6e9504d9f3eefd97c7c822e90feddd9b9a3b (patch) | |
tree | 036ac67d1f947b32a648b189b0b0b8743ed609a6 /librpc | |
parent | 0db70861ef1ebd9273d161231a4499a1eb07c4ff (diff) | |
download | samba-697a6e9504d9f3eefd97c7c822e90feddd9b9a3b.tar.gz samba-697a6e9504d9f3eefd97c7c822e90feddd9b9a3b.tar.bz2 samba-697a6e9504d9f3eefd97c7c822e90feddd9b9a3b.zip |
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 <abartlet@samba.org>
Autobuild-Date: Sun Jan 29 23:52:50 CET 2012 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/auth.idl | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |