The Samba-Bugzilla – Attachment 7325 Details for
Bug 8599
WINBINDD_PAM_AUTH_CRAP returns invalid user session key
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 3.6.next.
0001-s3-winbindd-set-the-can_do_validation6-also-for-trus.patch (text/plain), 1.19 KB, created by
Jeremy Allison
on 2012-02-15 19:41:12 UTC
(
hide
)
Description:
git-am fix for 3.6.next.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2012-02-15 19:41:12 UTC
Size:
1.19 KB
patch
obsolete
>From c6bcf0b02d4a8e0130dd5cedb1daaf8cc2fd9682 Mon Sep 17 00:00:00 2001 >From: Matthieu Patou <mat@matws.net> >Date: Fri, 10 Feb 2012 11:45:21 -0800 >Subject: [PATCH] s3-winbindd: set the can_do_validation6 also for trusted > domain > >The flag can_do_validation6 was only set for the domain to which >winbindd is the member. Setting this flag in other domains (trusted >domain) if it's active directory domain is a good idea as it allow to do >level 6 validation also when winbindd is querying them directly. >(cherry picked from commit 05036fab0a9847219c73c0abd931a39fba0bccfd) >--- > source3/winbindd/winbindd_cm.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c >index e208f88..062714b 100644 >--- a/source3/winbindd/winbindd_cm.c >+++ b/source3/winbindd/winbindd_cm.c >@@ -1926,6 +1926,8 @@ static bool set_dc_type_and_flags_trustinfo( struct winbindd_domain *domain ) > "running active directory.\n", domain->name, > domain->active_directory ? "" : "NOT ")); > >+ domain->can_do_ncacn_ip_tcp = domain->active_directory; >+ domain->can_do_validation6 = domain->active_directory; > > domain->initialized = True; > >-- >1.7.7.3 >
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:
jra
:
review+
Actions:
View
Attachments on
bug 8599
:
7081
|
7082
|
7083
|
7183
|
7184
|
7280
|
7281
|
7282
|
7283
|
7284
|
7285
| 7325 |
7367
|
7377