diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-04-12 14:49:14 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-04-12 18:49:01 +0200 |
commit | 1a2734336655a8d4256c8cce039ada66650b70a9 (patch) | |
tree | 548713cbb6dd5f763e411d5833353430d7773fd2 /librpc/idl | |
parent | 1bd4735d8727baa55e3fd251b0f1d5efef4d1385 (diff) | |
download | samba-1a2734336655a8d4256c8cce039ada66650b70a9.tar.gz samba-1a2734336655a8d4256c8cce039ada66650b70a9.tar.bz2 samba-1a2734336655a8d4256c8cce039ada66650b70a9.zip |
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.
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |