From a0f081ff4f052ce1b160a7e8fe32256fd08edc15 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sun, 17 Feb 2008 01:33:03 +0100 Subject: Add netsamlogoncache_entry to krb5pac IDL, probably not the most accurate place... Guenther (This used to be commit 1bc35cf592f3e5d5873320f8669424a2bbaaa073) --- source3/librpc/idl/krb5pac.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/librpc/idl/krb5pac.idl') diff --git a/source3/librpc/idl/krb5pac.idl b/source3/librpc/idl/krb5pac.idl index 39042727da..601e3e1a27 100644 --- a/source3/librpc/idl/krb5pac.idl +++ b/source3/librpc/idl/krb5pac.idl @@ -95,4 +95,10 @@ interface krb5pac void decode_login_info( [in] PAC_LOGON_INFO logon_info ); + + /* used for samba3 netsamlogon cache */ + typedef [public] struct { + time_t timestamp; + netr_SamInfo3 info3; + } netsamlogoncache_entry; } -- cgit