Displaying 1 result from an estimated 1 matches for "ntret".
Did you mean:
ntree
2007 Dec 01
0
[3.2.0pre1] net ads join fails with NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
...curity_types sec;
- unsigned int conn_flags = NET_FLAGS_PDC;
uint32 neg_flags = NETLOGON_NEG_AUTH2_FLAGS|NETLOGON_NEG_SCHANNEL;
struct cli_state *cli = NULL;
struct rpc_pipe_client *pipe_hnd = NULL;
struct rpc_pipe_client *netlogon_pipe = NULL;
NTSTATUS ntret = NT_STATUS_UNSUCCESSFUL;
- sec = (enum security_types)lp_security();
-
- if (sec == SEC_ADS) {
- /* Connect to IPC$ using machine account's credentials. We don't use anonymous
- connection here, as it may be denied by server's local policy....