From 1ce4a2d5fecae297e5b6f6e8f0d68534d9dc7c92 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 21 Jul 2004 09:57:39 +0000 Subject: 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) --- source4/librpc/idl/krb5pac.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl') 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 { -- cgit