From 1a2734336655a8d4256c8cce039ada66650b70a9 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 12 Apr 2010 14:49:14 +0200 Subject: s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one. --- librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 6b10f8bcdd..d66b2194ca 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -251,7 +251,7 @@ interface netlogon netr_SamBaseInfo base; uint32 sidcount; [size_is(sidcount)] netr_SidAttr *sids; - lsa_String forest; + lsa_String dns_domainname; lsa_String principle; uint32 unknown4[20]; } netr_SamInfo6; -- cgit