The Samba-Bugzilla – Attachment 9121 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 2
0002-s3-winbind-Return-NT_STATUS_OK-if-we-are-already-con.patch (text/plain), 1.13 KB, created by
Andreas Schneider
on 2013-08-09 11:48:23 UTC
(
hide
)
Description:
v3-6-test patch version 2
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2013-08-09 11:48:23 UTC
Size:
1.13 KB
patch
obsolete
>From 1daeed395bc4e9b06ac2812fee82c9bea501efd6 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@cryptomilk.org> >Date: Fri, 9 Aug 2013 12:22:11 +0200 >Subject: [PATCH 2/2] s3-winbind: Return NT_STATUS_OK if we are already > connected. > > >Signed-off-by: Andreas Schneider <asn@cryptomilk.org> >--- > source3/winbindd/winbindd_cm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c >index 9cb3717..a4afc35 100644 >--- a/source3/winbindd/winbindd_cm.c >+++ b/source3/winbindd/winbindd_cm.c >@@ -2398,7 +2398,7 @@ NTSTATUS cm_connect_lsa_tcp(struct winbindd_domain *domain, > { > struct winbindd_cm_conn *conn; > struct netlogon_creds_CredentialState *creds; >- NTSTATUS status; >+ NTSTATUS status = NT_STATUS_OK; > > DEBUG(10,("cm_connect_lsa_tcp\n")); > >@@ -2413,6 +2413,7 @@ NTSTATUS cm_connect_lsa_tcp(struct winbindd_domain *domain, > conn->lsa_pipe_tcp->transport->transport == NCACN_IP_TCP && > conn->lsa_pipe_tcp->auth->auth_level == DCERPC_AUTH_LEVEL_PRIVACY && > rpccli_is_connected(conn->lsa_pipe_tcp)) { >+ status = NT_STATUS_OK; > goto done; > } > >-- >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
Actions:
View
Attachments on
bug 9615
:
8518
|
8555
|
9012
|
9120
|
9121
|
9122