The Samba-Bugzilla – Attachment 9495 Details for
Bug 10300
fail authentication if user isn't member of *any* require_membership_of specified groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
0001-fail-authentication-for-single-group-name-which-cann-v2.patch (text/plain), 1.15 KB, created by
Noel Power
on 2013-11-29 12:06:16 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Noel Power
Created:
2013-11-29 12:06:16 UTC
Size:
1.15 KB
patch
obsolete
>From 0f64f76e6861a805748c9469c1a2311b89f0a780 Mon Sep 17 00:00:00 2001 >From: Noel Power <noel.power@suse.com> >Date: Wed, 16 Oct 2013 16:30:55 +0100 >Subject: [PATCH] fail authentication for single group name which cannot be > converted to sid > >furthermore if more than one name is supplied and no sid is converted >then also fail. > >Signed-off-by: Noel Power <noel.power@suse.com> >--- > nsswitch/pam_winbind.c | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c >index d126494..8f5ad50 100644 >--- a/nsswitch/pam_winbind.c >+++ b/nsswitch/pam_winbind.c >@@ -1184,6 +1184,12 @@ static bool winbind_name_list_to_sid_string_list(struct pwb_context *ctx, > _make_remark_format(ctx, PAM_TEXT_INFO, _("Cannot convert group %s " > "to sid, please contact your administrator to see " > "if group %s is valid."), search_location, search_location); >+ >+ /* If no valid groups were converted we should fail outright */ >+ if (name_list != NULL && strlen(sid_list_buffer) == 0) { >+ result = false; >+ goto out; >+ } > /* > * The lookup of the last name failed.. > * It results in require_member_of_sid ends with ',' >-- >1.8.1.4 >
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:
ddiss
:
review+
Actions:
View
Attachments on
bug 10300
:
9495
|
9496
|
9499
|
9505
|
9506
|
9507