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 292014 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]
Do not use schannel against trusted domains
0049-r22709-we-can-only-use-tschannel-when-commectcing-t.patch (text/plain), 1.48 KB, created by
Simo Sorce
on 2008-01-17 16:03:32 UTC
(
hide
)
Description:
Do not use schannel against trusted domains
Filename:
MIME Type:
Creator:
Simo Sorce
Created:
2008-01-17 16:03:32 UTC
Size:
1.48 KB
patch
obsolete
>From cbb2ad1b1d3b388c6d4a4612338e9cc4eea351e1 Mon Sep 17 00:00:00 2001 >From: Gerald Carter <jerry@samba.org> >Date: Sun, 6 May 2007 19:48:13 +0000 >Subject: [PATCH] r22709: we can only use tschannel when commectcing to our primary (might need some fixing here for a Samba DC) > >--- > source/nsswitch/winbindd_cm.c | 9 ++++++++- > 1 files changed, 8 insertions(+), 1 deletions(-) > >diff --git a/source/nsswitch/winbindd_cm.c b/source/nsswitch/winbindd_cm.c >index 7918e5d..1f137a0 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 (!get_trust_pw(domain->name, mach_pwd, &sec_chan_type)) { >+ if (domain->primary && !get_trust_pw(domain->name, mach_pwd, &sec_chan_type)) { > return NT_STATUS_CANT_ACCESS_DOMAIN_INFO; > } > >@@ -1985,6 +1985,12 @@ NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain, > return result; > } > >+ if ( !domain->primary ) { >+ /* Clear the schannel request bit and drop down */ >+ neg_flags &= ~NETLOGON_NEG_SCHANNEL; >+ goto no_schannel; >+ } >+ > if (lp_client_schannel() != False) { > neg_flags |= NETLOGON_NEG_SCHANNEL; > } >@@ -2029,6 +2035,7 @@ NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain, > return NT_STATUS_ACCESS_DENIED; > } > >+ no_schannel: > if ((lp_client_schannel() == False) || > ((neg_flags & NETLOGON_NEG_SCHANNEL) == 0)) { > /* We're done - just keep the existing connection to NETLOGON >-- >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