The Samba-Bugzilla – Attachment 6109 Details for
Bug 7841
WINBINDD_LOOKUPRIDS asks the wrong domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.5
7841-3.5.patch (text/plain), 871 bytes, created by
Volker Lendecke
on 2010-12-05 09:44:33 UTC
(
hide
)
Description:
Patch for 3.5
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2010-12-05 09:44:33 UTC
Size:
871 bytes
patch
obsolete
>From a02c2251ae826c668a78299fb336aa885b3765dd Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Sat, 4 Dec 2010 20:31:36 +0100 >Subject: [PATCH] s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domain > >--- > source3/winbindd/winbindd_lookuprids.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/winbindd/winbindd_lookuprids.c b/source3/winbindd/winbindd_lookuprids.c >index f2cb879..51cd4d8 100644 >--- a/source3/winbindd/winbindd_lookuprids.c >+++ b/source3/winbindd/winbindd_lookuprids.c >@@ -61,7 +61,7 @@ struct tevent_req *winbindd_lookuprids_send(TALLOC_CTX *mem_ctx, > return tevent_req_post(req, ev); > } > >- domain = find_domain_from_sid_noinit(&sid); >+ domain = find_lookup_domain_from_sid(&sid); > if (domain == NULL) { > DEBUG(5, ("Domain for sid %s not found\n", > sid_string_dbg(&sid))); >-- >1.7.3.2 >
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:
jra
:
review+
Actions:
View
Attachments on
bug 7841
: 6109 |
6604
|
6605
|
6631
|
6632
|
6633
|
6664