search for: net_make_ipc_connection_ex

Displaying 1 result from an estimated 1 matches for "net_make_ipc_connection_ex".

2007 Dec 01
0
[3.2.0pre1] net ads join fails with NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
...net_use_machine_account(); - - } else { - /* some servers (e.g. WinNT) don't accept machine-authenticated - smb connections */ - conn_flags |= NET_FLAGS_ANONYMOUS; - } - /* Connect to remote machine */ - ntret = net_make_ipc_connection_ex(domain, server, ip, conn_flags, &cli); + ntret = net_make_ipc_connection_ex(domain, server, ip, NET_FLAGS_PDC, &cli); if (!NT_STATUS_IS_OK(ntret)) { return ntret; } As i'm not a samba expert, i don't know if this needs more changes, or if ther...