The Samba-Bugzilla – Attachment 9122 Details for
Bug 9615
winbind unable to retreive users information from AD.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v3-6-test patch version 3
0002-s3-winbind-Try-lsa-connect-over-np-if-tcpip-fails.patch (text/plain), 941 bytes, created by
Andreas Schneider
on 2013-08-09 14:36:41 UTC
(
hide
)
Description:
v3-6-test patch version 3
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2013-08-09 14:36:41 UTC
Size:
941 bytes
patch
obsolete
>From 1c64c202f02b3028ce50b68c49b0891fd8378bf0 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@cryptomilk.org> >Date: Fri, 9 Aug 2013 16:26:58 +0200 >Subject: [PATCH 2/2] s3-winbind: Try lsa connect over np if tcpip fails. > > >Signed-off-by: Andreas Schneider <asn@cryptomilk.org> >--- > source3/winbindd/winbindd_cm.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c >index 9cb3717..e4339fd 100644 >--- a/source3/winbindd/winbindd_cm.c >+++ b/source3/winbindd/winbindd_cm.c >@@ -2589,11 +2589,9 @@ NTSTATUS cm_connect_lsat(struct winbindd_domain *domain, > invalidate_cm_connection(&domain->conn); > status = cm_connect_lsa_tcp(domain, mem_ctx, cli); > } >- if (!NT_STATUS_IS_OK(status)) { >+ if (NT_STATUS_IS_OK(status)) { > return status; > } >- >- return NT_STATUS_OK; > } > > status = cm_connect_lsa(domain, mem_ctx, cli, lsa_policy); >-- >1.8.1.4 >
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
Flags:
gd
:
review+
Actions:
View
Attachments on
bug 9615
:
8518
|
8555
|
9012
|
9120
|
9121
| 9122