From 6d2559f354fa28e4e1e622ba6681ef1b54e66751 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 19 May 2004 14:35:48 +0000 Subject: r781: added level6 for logon level in SamLogon netlogon.idl (This used to be commit 446808ae4dbdcd0c64387c54b7d49649971e36d0) --- source4/librpc/idl/netlogon.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/netlogon.idl') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 24961aa362..693e7bf57c 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -69,8 +69,8 @@ interface netlogon } netr_Credential; typedef struct { - [value(strlen_m(r->string)*2)] uint16 size; - [value(r->size)] uint16 length; + [value(strlen_m(r->string)*2)] uint16 size; + [value(r->size)] uint16 length; unistr_noterm *string; } netr_String; @@ -127,6 +127,7 @@ interface netlogon [case(1)] netr_PasswordInfo *interactive; [case(2)] netr_NetworkInfo *network; [case(3)] netr_PasswordInfo *service; + [case(6)] netr_NetworkInfo *network; } netr_LogonLevel; typedef struct { -- cgit