From: Günther Deschner Date: Fri, 12 Dec 2008 21:53:51 +0000 (+0100) Subject: netlogon: add netr_NETLOGON_INFO_4. X-Git-Tag: samba-4.0.0alpha6~462^2~14^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6bf7f385f10d1015e8c5692f71ea98b0b84d22;p=thirdparty%2Fsamba.git netlogon: add netr_NETLOGON_INFO_4. Guenther --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index c3a028c5872..1df5f66c67d 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -846,10 +846,16 @@ interface netlogon uint32 unknown5; } netr_NETLOGON_INFO_3; + typedef struct { + [string,charset(UTF16)] uint16 *trusted_dc_name; + [string,charset(UTF16)] uint16 *trusted_domain_name; + } netr_NETLOGON_INFO_4; + typedef union { [case(1)] netr_NETLOGON_INFO_1 *info1; [case(2)] netr_NETLOGON_INFO_2 *info2; [case(3)] netr_NETLOGON_INFO_3 *info3; + [case(4)] netr_NETLOGON_INFO_4 *info4; } netr_CONTROL_QUERY_INFORMATION; /* function_code values */