The Samba-Bugzilla – Attachment 14063 Details for
Bug 13346
cannot authenticate users from a one way trusted domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch centos 7.4
samba-v4-6-fix_winbind_oneway_trust_pam_auth.patch (text/plain), 1.03 KB, created by
fanch
on 2018-03-21 20:14:35 UTC
(
hide
)
Description:
patch centos 7.4
Filename:
MIME Type:
Creator:
fanch
Created:
2018-03-21 20:14:35 UTC
Size:
1.03 KB
patch
obsolete
>diff -uNr BUILD/samba-4.6.2/source3/winbindd/winbindd_pam.c samba-4.6.2-patchfc/source3/winbindd/winbindd_pam.c >--- BUILD/samba-4.6.2/source3/winbindd/winbindd_pam.c 2017-01-11 02:55:15.000000000 -0500 >+++ samba-4.6.2-patchfc/source3/winbindd/winbindd_pam.c 2018-03-20 12:15:30.001653041 -0400 >@@ -1713,7 +1713,7 @@ > DEBUG(10,("winbindd_dual_pam_auth: domain: %s last was %s\n", domain->name, domain->online ? "online":"offline")); > > /* Check for Kerberos authentication */ >- if (domain->online && (state->request->flags & WBFLAG_PAM_KRB5)) { >+ if ((domain->online || !(domain->domain_flags & NETR_TRUST_FLAG_INBOUND)) && (state->request->flags & WBFLAG_PAM_KRB5)) { > > result = winbindd_dual_pam_auth_kerberos(domain, state, &info3); > /* save for later */ >@@ -1762,7 +1762,7 @@ > > sam_logon: > /* Check for Samlogon authentication */ >- if (domain->online) { >+ if (domain->online || !(domain->domain_flags & NETR_TRUST_FLAG_INBOUND)) { > result = winbindd_dual_pam_auth_samlogon( > state->mem_ctx, domain, > state->request->data.auth.user,
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 13346
: 14063 |
14079