summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-13 17:31:17 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-15 08:51:19 +0100
commit80d7c3ef7de5fb100807f30e84aff10ef48afa08 (patch)
tree3d25600ad538db91dad03fa228afbd10b5a9e6a5
parent17f31a7677a585834d8d172a67bf39bfda048a46 (diff)
downloadsamba-80d7c3ef7de5fb100807f30e84aff10ef48afa08.tar.gz
samba-80d7c3ef7de5fb100807f30e84aff10ef48afa08.tar.bz2
samba-80d7c3ef7de5fb100807f30e84aff10ef48afa08.zip
krb5pac.idl: use charset() instead of string type with flags
metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f)
-rw-r--r--source4/librpc/idl/krb5pac.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl
index fa6bf51e44..efd4aa860f 100644
--- a/source4/librpc/idl/krb5pac.idl
+++ b/source4/librpc/idl/krb5pac.idl
@@ -16,7 +16,8 @@ interface krb5pac
{
typedef struct {
NTTIME logon_time;
- [flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name;
+ [value(2*strlen_m(account_name))] uint16 size;
+ [charset(UTF16)] uint8 account_name[size];
} PAC_LOGON_NAME;
typedef [public,flag(NDR_PAHEX)] struct {