The Samba-Bugzilla – Attachment 11988 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]
Test patch.
look (text/plain), 890 bytes, created by
Jeremy Allison
on 2016-04-12 21:56:58 UTC
(
hide
)
Description:
Test patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2016-04-12 21:56:58 UTC
Size:
890 bytes
patch
obsolete
>diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c >index b079d04..7e65933 100644 >--- a/source3/auth/auth_util.c >+++ b/source3/auth/auth_util.c >@@ -447,6 +447,7 @@ NTSTATUS create_local_token(TALLOC_CTX *mem_ctx, > struct auth_session_info *session_info; > struct unixid *ids; > fstring tmp; >+ bool info3_token = false; > > /* Ensure we can't possible take a code path leading to a > * null defref. */ >@@ -557,6 +558,7 @@ NTSTATUS create_local_token(TALLOC_CTX *mem_ctx, > server_info->info3, > &server_info->extra, > &session_info->security_token); >+ info3_token = true; > } > > if (!NT_STATUS_IS_OK(status)) { >@@ -583,7 +585,7 @@ NTSTATUS create_local_token(TALLOC_CTX *mem_ctx, > > for (i=0; i<t->num_sids; i++) { > >- if (i == 0 && ids[i].type != ID_TYPE_BOTH) { >+ if (i == 0 && info3_token && ids[i].type != ID_TYPE_BOTH) { > continue; > } >
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