diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 01:33:03 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 01:37:10 +0100 |
commit | a0f081ff4f052ce1b160a7e8fe32256fd08edc15 (patch) | |
tree | b41faa7f340bb071a75ea642a27113668f4ca354 /source3/librpc/idl | |
parent | f47d642ca71ff5e257638f77c826cc213969a005 (diff) | |
download | samba-a0f081ff4f052ce1b160a7e8fe32256fd08edc15.tar.gz samba-a0f081ff4f052ce1b160a7e8fe32256fd08edc15.tar.bz2 samba-a0f081ff4f052ce1b160a7e8fe32256fd08edc15.zip |
Add netsamlogoncache_entry to krb5pac IDL, probably not the most accurate place...
Guenther
(This used to be commit 1bc35cf592f3e5d5873320f8669424a2bbaaa073)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/krb5pac.idl | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |