mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Revert "s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup_sids doesn't work over ncacn_np"
This reverts commit f23691cffd
.
This should not have been commited...
metze
This commit is contained in:
parent
9ef39406d8
commit
f8425b73d7
@ -2310,8 +2310,6 @@ NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
|
||||
DEBUG(10,("cm_connect_lsa: connected to LSA pipe for domain %s using "
|
||||
"schannel.\n", domain->name ));
|
||||
|
||||
domain->can_do_ncacn_ip_tcp = domain->active_directory;
|
||||
|
||||
result = rpccli_lsa_open_policy(conn->lsa_pipe, mem_ctx, True,
|
||||
SEC_FLAG_MAXIMUM_ALLOWED,
|
||||
&conn->lsa_policy);
|
||||
@ -2319,13 +2317,6 @@ NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
|
||||
goto done;
|
||||
}
|
||||
|
||||
if (NT_STATUS_EQUAL(result, NT_STATUS_RPC_CANNOT_SUPPORT)) {
|
||||
domain->can_do_ncacn_ip_tcp = true;
|
||||
ZERO_STRUCT(conn->lsa_policy);
|
||||
result = NT_STATUS_OK;
|
||||
goto done;
|
||||
}
|
||||
|
||||
DEBUG(10,("cm_connect_lsa: rpccli_lsa_open_policy failed, trying "
|
||||
"anonymous\n"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user