r24789: Add implementation of machine-authenticated connection to netlogon
authorRafal Szczesniak <mimir@samba.org>
Wed, 29 Aug 2007 19:55:13 +0000 (19:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:21 +0000 (12:30 -0500)
commit48853f0badc92b86c18ed3daad3d45f8d74c5cac
tree3f51213aaa0a87ae4826a7456134b0bbdfe7145e
parentbabab94fb9a900008c72ca6271dd04fa96175fab
r24789: Add implementation of machine-authenticated connection to netlogon
pipe used when connecting to win2k and newer domain controllers. The
server may be configured to deny anonymous netlogon connections which
would stop domain join verification step. Still, winnt domains require
such smb sessions not to be authenticated using machine credentials.
Creds employed in smb session cannot have a username in upn form, so
provide the separate function to use machine account.

rafal
(This used to be commit 30d99d8ac3379caadc5bdb353977149d1ee16403)
source3/utils/net.c
source3/utils/net_ads.c
source3/utils/net_rpc_join.c