diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-19 14:35:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:50 -0500 |
commit | 6d2559f354fa28e4e1e622ba6681ef1b54e66751 (patch) | |
tree | b7fc9dda58d0e07737272a57b5433af726130592 /source4/librpc/idl | |
parent | a25fdd97ee41638d5ecd7ee55634a69f918b1dc2 (diff) | |
download | samba-6d2559f354fa28e4e1e622ba6681ef1b54e66751.tar.gz samba-6d2559f354fa28e4e1e622ba6681ef1b54e66751.tar.bz2 samba-6d2559f354fa28e4e1e622ba6681ef1b54e66751.zip |
r781: added level6 for logon level in SamLogon netlogon.idl
(This used to be commit 446808ae4dbdcd0c64387c54b7d49649971e36d0)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |