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)
commit7ae1735798250a7625dfd8d005c08cc8302f400f
tree2a9cbd64764453a8399b47c03fcb2f0c6d476e08
parent19f3bfc0ac317cfd3320187d957972ab3fbd3cad
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
(This used to be commit 705205083a6e2430c420f44436a1d1ff8826bc73)
source4/librpc/idl/netlogon.idl
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/torture/rpc/netlogon.c