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)
commit30d99d8ac3379caadc5bdb353977149d1ee16403
tree447ffaea4c546e35e0986a88204fbec8f905a86b
parentba05dc013fd14a7c8c3d7775dad9a70d45289de0
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
source/utils/net.c
source/utils/net_ads.c
source/utils/net_rpc_join.c