The Samba-Bugzilla – Attachment 6118 Details for
Bug 7843
winbind does not expand the local groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.5
7843-3.5.patch (text/plain), 1.17 KB, created by
Volker Lendecke
on 2010-12-05 13:44:20 UTC
(
hide
)
Description:
Patch for 3.5
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2010-12-05 13:44:20 UTC
Size:
1.17 KB
patch
obsolete
>From 9b4b0e462f28e9bfd35453b4c3091de23ecdbdf4 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Sun, 5 Dec 2010 20:40:21 +0100 >Subject: [PATCH] s3: Fix bug 7843: Expand the local SAMs aliases > >--- > source3/winbindd/wb_gettoken.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/winbindd/wb_gettoken.c b/source3/winbindd/wb_gettoken.c >index ca407b21..f2fbe4c 100644 >--- a/source3/winbindd/wb_gettoken.c >+++ b/source3/winbindd/wb_gettoken.c >@@ -106,7 +106,7 @@ static void wb_gettoken_gotgroups(struct tevent_req *subreq) > /* > * Expand our domain's aliases > */ >- domain = find_our_domain(); >+ domain = find_domain_from_sid_noinit(get_global_sam_sid()); > if (domain == NULL) { > tevent_req_nterror(req, NT_STATUS_INTERNAL_ERROR); > return; >@@ -137,7 +137,7 @@ static void wb_gettoken_gotlocalgroups(struct tevent_req *subreq) > tevent_req_nterror(req, status); > return; > } >- domain = find_our_domain(); >+ domain = find_domain_from_sid_noinit(get_global_sam_sid()); > if (!wb_add_rids_to_sids(state, &state->num_sids, &state->sids, > &domain->sid, num_rids, rids)) { > tevent_req_nterror(req, NT_STATUS_NO_MEMORY); >-- >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 7843
: 6118