The Samba-Bugzilla – Attachment 8906 Details for
Bug 9899
winbind_lookup_names() fails because of NT_STATUS_CANT_ACCESS_DOMAIN_INFO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch: Set can_do_ncacn_ip_tcp to FALSE after cm_connect_lsat has failed
winbindd_msrpc.c.diff (text/plain), 447 bytes, created by
Florian Riehm
on 2013-05-21 12:25:18 UTC
(
hide
)
Description:
Patch: Set can_do_ncacn_ip_tcp to FALSE after cm_connect_lsat has failed
Filename:
MIME Type:
Creator:
Florian Riehm
Created:
2013-05-21 12:25:18 UTC
Size:
447 bytes
patch
obsolete
>diff --git a/source3/winbindd/winbindd_msrpc.c b/source3/winbindd/winbindd_msrpc.c >index b14a4f8..318d2e0 100644 >--- a/source3/winbindd/winbindd_msrpc.c >+++ b/source3/winbindd/winbindd_msrpc.c >@@ -1163,6 +1163,7 @@ static NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx, > connect: > status = cm_connect_lsat(domain, mem_ctx, &cli, &lsa_policy); > if (!NT_STATUS_IS_OK(status)) { >+ domain->can_do_ncacn_ip_tcp = false; > return status; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 9899
:
8906
|
9132