The Samba-Bugzilla – Attachment 11922 Details for
Bug 10618
Samba is ignoring supplementary groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A simple patch to remove the code causing missing supplemental group
auth_util.c.diff (text/plain), 484 bytes, created by
Peter Eriksson
on 2016-03-15 13:26:41 UTC
(
hide
)
Description:
A simple patch to remove the code causing missing supplemental group
Filename:
MIME Type:
Creator:
Peter Eriksson
Created:
2016-03-15 13:26:41 UTC
Size:
484 bytes
patch
obsolete
>--- samba-4.3.6/source3/auth/auth_util.c~ Tue Sep 8 15:45:25 2015 >+++ samba-4.3.6/source3/auth/auth_util.c Tue Mar 15 10:13:41 2016 >@@ -582,11 +582,11 @@ > } > > for (i=0; i<t->num_sids; i++) { >- >+#if 0 /* DISABLED 2016-03-15 Peter Eriksson - Causes missed supplemental groups */ > if (i == 0 && ids[i].type != ID_TYPE_BOTH) { > continue; > } >- >+#endif > if (ids[i].type != ID_TYPE_GID && > ids[i].type != ID_TYPE_BOTH) { > DEBUG(10, ("Could not convert SID %s to gid, "
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 10618
:
9953
|
9954
|
11922
|
11988
|
12133
|
12134
|
12135
|
12137