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/gen_ndr/netlogon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/gen_ndr/netlogon.h') diff --git a/librpc/gen_ndr/netlogon.h b/librpc/gen_ndr/netlogon.h index a069dc5eb8..b55597c05d 100644 --- a/librpc/gen_ndr/netlogon.h +++ b/librpc/gen_ndr/netlogon.h @@ -203,7 +203,7 @@ struct netr_SamInfo6 { struct netr_SamBaseInfo base; uint32_t sidcount; struct netr_SidAttr *sids;/* [unique,size_is(sidcount)] */ - struct lsa_String forest; + struct lsa_String dns_domainname; struct lsa_String principle; uint32_t unknown4[20]; }; -- cgit