Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292015 Details for
Bug 429024
After establish trust with AD, wbinfo -u does not work
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Get the right password
0050-r25086-Fix-interdomain-trusts-this-povides-the-fix.patch (text/plain), 1.29 KB, created by
Simo Sorce
on 2008-01-17 16:04:07 UTC
(
hide
)
Description:
Get the right password
Filename:
MIME Type:
Creator:
Simo Sorce
Created:
2008-01-17 16:04:07 UTC
Size:
1.29 KB
patch
obsolete
>From c733a29f15eb6dfda6f3199839e714a58b778f20 Mon Sep 17 00:00:00 2001 >From: Michael Adam <obnox@samba.org> >Date: Tue, 11 Sep 2007 16:15:36 +0000 >Subject: [PATCH] r25086: Fix interdomain trusts (this povides the fix expected in r22709): > >Fix winbindd on a Samba DC talking to a trusted domain DC by >making it use the trusted domain password... > >Michael > >I hope this does not brake any other setup. >--- > source/nsswitch/winbindd_cm.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source/nsswitch/winbindd_cm.c b/source/nsswitch/winbindd_cm.c >index 1f137a0..ddfb307 100644 >--- a/source/nsswitch/winbindd_cm.c >+++ b/source/nsswitch/winbindd_cm.c >@@ -1975,7 +1975,7 @@ NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain, > return NT_STATUS_OK; > } > >- if (domain->primary && !get_trust_pw(domain->name, mach_pwd, &sec_chan_type)) { >+ if ((IS_DC || domain->primary) && !get_trust_pw(domain->name, mach_pwd, &sec_chan_type)) { > return NT_STATUS_CANT_ACCESS_DOMAIN_INFO; > } > >@@ -1985,7 +1985,7 @@ NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain, > return result; > } > >- if ( !domain->primary ) { >+ if ((!IS_DC) && (!domain->primary)) { > /* Clear the schannel request bit and drop down */ > neg_flags &= ~NETLOGON_NEG_SCHANNEL; > goto no_schannel; >-- >1.5.3.7 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 429024
:
291892
|
291893
|
291897
|
291898
|
292014
| 292015 |
292202
|
292203
|
293489
|
293625
|
293626
|
295318
|
299950
|
300141