diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-01-29 04:02:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:21 -0500 |
commit | 5045bdc2a4a4c4844857cfc393a5b3b6fac28f1a (patch) | |
tree | 4178f303cecf4b8b1cd0424841cf4bd7190530df /source4/librpc/idl | |
parent | 89d6c45d7c32cd763ab950ec2f7517674b6e17f9 (diff) | |
download | samba-5045bdc2a4a4c4844857cfc393a5b3b6fac28f1a.tar.gz samba-5045bdc2a4a4c4844857cfc393a5b3b6fac28f1a.tar.bz2 samba-5045bdc2a4a4c4844857cfc393a5b3b6fac28f1a.zip |
r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.
Andrew Bartlett
(This used to be commit e5afc3609382a7b534c9d845e809d135a0d4eb3a)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index cb537d75a3..a50f5b24cd 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -972,9 +972,9 @@ interface netlogon unistr *unknown4; netr_BinaryString blob2; netr_String product; - uint32 unknown5; - unistr *unknown6; - uint32 unknown7[6]; + netr_String unknown5; + netr_String unknown6; + uint32 unknown7[4]; } netr_DomainQuery1; typedef union { @@ -1007,9 +1007,8 @@ interface netlogon NTSTATUS netr_LogonGetDomainInfo( [in] unistr server_name, [in] unistr *computer_name, - [in,out,ref] netr_Authenticator *credential, - [in] uint32 unknown1, - [in] uint32 i1[2], + [in,ref] netr_Authenticator *credential, + [in,out,ref] netr_Authenticator *return_authenticator, [in] uint32 level, [in,switch_is(level)] netr_DomainQuery query, [out,switch_is(level)] netr_DomainInfo info |