The Samba-Bugzilla – Attachment 2219 Details for
Bug 4214
smbd 3.0.21c up to 3.0.24-svn trash memory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
look (text/plain), 759 bytes, created by
Jeremy Allison
on 2006-11-14 14:19:43 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2006-11-14 14:19:43 UTC
Size:
759 bytes
patch
obsolete
>Index: smbd/service.c >=================================================================== >--- smbd/service.c (revision 19703) >+++ smbd/service.c (working copy) >@@ -422,6 +422,9 @@ > BOOL user_must_be_member = False; > gid_t gid; > >+ ZERO_STRUCTP(pgroup_sid); >+ *pgid = (gid_t)-1; >+ > mem_ctx = talloc_new(NULL); > if (mem_ctx == NULL) { > DEBUG(0, ("talloc_new failed\n")); >@@ -477,6 +480,12 @@ > *pgid = gid; > DEBUG(3,("Forced group %s for member %s\n", > groupname, username)); >+ } else { >+ DEBUG(0,("find_forced_group: forced user %s is not a member " >+ "of forced group %s. Disallowing access.\n", >+ username, groupname )); >+ result = NT_STATUS_MEMBER_NOT_IN_GROUP; >+ goto done; > } > } else { > sid_copy(pgroup_sid, &group_sid);
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 4214
:
2202
|
2203
|
2204
| 2219