The Samba-Bugzilla – Attachment 5557 Details for
Bug 7212
getent group does not return group members
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-s3-Fix-bug-7212-getent-group-does-not-return-grou.patch (text/plain), 807 bytes, created by
Volker Lendecke
on 2010-03-29 08:05:51 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2010-03-29 08:05:51 UTC
Size:
807 bytes
patch
obsolete
>From 604c3c2b2ac89cf02945d1cf30fb5742d4c2bdcc Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Mon, 29 Mar 2010 16:59:48 +0200 >Subject: [PATCH] s3: Fix bug 7212, "getent group does not return group members" > >--- > source3/winbindd/wb_next_grent.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/source3/winbindd/wb_next_grent.c b/source3/winbindd/wb_next_grent.c >index 0e9dbd5..d053700 100644 >--- a/source3/winbindd/wb_next_grent.c >+++ b/source3/winbindd/wb_next_grent.c >@@ -49,6 +49,7 @@ struct tevent_req *wb_next_grent_send(TALLOC_CTX *mem_ctx, > state->ev = ev; > state->gstate = gstate; > state->gr = gr; >+ state->max_nesting = max_nesting; > > if (state->gstate->next_group >= state->gstate->num_groups) { > TALLOC_FREE(state->gstate->groups); >-- >1.5.6.5 >
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:
metze
:
review+
Actions:
View
Attachments on
bug 7212
: 5557