r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfo
authorAndrew Tridgell <tridge@samba.org>
Mon, 14 Jun 2004 12:06:53 +0000 (12:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:40 +0000 (12:56 -0500)
commit705205083a6e2430c420f44436a1d1ff8826bc73
treec3a8e01a241de216d22cf4086d8989d63c224a0e
parentc8541098436d2cd83538375889560405ecb50034
r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfo
  structure (andrew, this is the type of structure consolidation I think
  you were asking about. It's possible here in NDR as it isn't in the
  top level fn code)

- added validation level 6 in sam logon

With these changes I can successfully authentication smbclient to a
winxp server, with the winxp server using a Samba4 ADS DC for account
auth
source/librpc/idl/netlogon.idl
source/rpc_server/netlogon/dcerpc_netlogon.c
source/torture/rpc/netlogon.c