diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-21 09:57:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:41 -0500 |
commit | 1ce4a2d5fecae297e5b6f6e8f0d68534d9dc7c92 (patch) | |
tree | 49f4bce1dad7fa1c06fe5b83ae20d585a2b5d8a0 /source4/librpc/idl/krb5pac.idl | |
parent | dafcc76e2e449223b0b208a8c77d817870b00903 (diff) | |
download | samba-1ce4a2d5fecae297e5b6f6e8f0d68534d9dc7c92.tar.gz samba-1ce4a2d5fecae297e5b6f6e8f0d68534d9dc7c92.tar.bz2 samba-1ce4a2d5fecae297e5b6f6e8f0d68534d9dc7c92.zip |
r1558: the unknown_time is the same as the logon_time in the PAC_LOGON_INFO
the account_name is a 'nstring'
metze
(This used to be commit bb906e5e9e566e7ed931436956ba8323503875f9)
Diffstat (limited to 'source4/librpc/idl/krb5pac.idl')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index 8516fc5dfb..4937f977f6 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -12,9 +12,9 @@ interface krb5pac { typedef struct { - NTTIME unknown_time; - uint16 size; - uint16 account_name[size/2]; + NTTIME logon_time; + uint16 unknown; + nstring account_name; } UNKNOWN_TYPE_10; typedef struct { |