]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add netsamlogoncache_entry to krb5pac IDL, probably not the most accurate place...
authorGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 00:33:03 +0000 (01:33 +0100)
committerGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 00:37:10 +0000 (01:37 +0100)
Guenther

source/librpc/idl/krb5pac.idl

index 39042727daf4593287a1d22b562d1389c1c2b5a9..601e3e1a276b8fc1e9696fac9b44b155c2eedca5 100644 (file)
@@ -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;
 }