From a0f081ff4f052ce1b160a7e8fe32256fd08edc15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Sun, 17 Feb 2008 01:33:03 +0100 Subject: [PATCH] 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(+) diff --git a/source3/librpc/idl/krb5pac.idl b/source3/librpc/idl/krb5pac.idl index 39042727daf..601e3e1a276 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; } -- 2.11.4.GIT