The Samba-Bugzilla – Attachment 14080 Details for
Bug 13354
Connect fails using full domain name with allow trusted domains = no
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to auth.c
patch-source3__auth__auth.c (text/plain), 455 bytes, created by
Joe Frank
on 2018-03-23 16:08:13 UTC
(
hide
)
Description:
Patch to auth.c
Filename:
MIME Type:
Creator:
Joe Frank
Created:
2018-03-23 16:08:13 UTC
Size:
455 bytes
patch
obsolete
>--- source3/auth/auth.c.orig 2018-03-23 07:48:00.363731946 -0600 >+++ source3/auth/auth.c 2018-03-23 07:49:24.803887197 -0600 >@@ -124,6 +124,7 @@ > if (!lp_allow_trusted_domains() && > !(strequal("", domain) || > strequal(lp_workgroup(), domain) || >+ strequal(lp_realm(), domain) || > is_myname(domain))) { > DEBUG(1, ("check_domain_match: Attempt to connect as user %s from domain %s denied.\n", user, domain)); > return False;
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 13354
: 14080