net: fix joining w2k domains in "security = ads".
commit52f916c611dfb53b38b15ee01ffce120e9fd3e43
authorGünther Deschner <gd@samba.org>
Thu, 5 Jun 2008 14:26:10 +0000 (5 16:26 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 5 Jun 2008 20:28:15 +0000 (5 22:28 +0200)
treeb321506b51678aae4faaec4da5e648768c17bb44
parent7fdb5eb6d7dd42fa036edf216d66fea582b6a3f4
net: fix joining w2k domains in "security = ads".

This repairs the join verification code which needs to try an anonymous
connection (as an authenticated connection will always fail with
NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT).

Guenther
source/utils/net.c
source/utils/net_rpc_join.c