The Samba-Bugzilla – Attachment 7701 Details for
Bug 9039
'map untrusted to domain' treats WORKSTATION as bogus domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
never try to map global SAM name
samba35_local_trustdom_fix.diff (text/plain), 955 bytes, created by
Daniel Kobras (dead mail address)
on 2012-07-13 14:38:21 UTC
(
hide
)
Description:
never try to map global SAM name
Filename:
MIME Type:
Creator:
Daniel Kobras (dead mail address)
Created:
2012-07-13 14:38:21 UTC
Size:
955 bytes
patch
obsolete
>commit a8ec21a56cfb60e0fb8d354586a39b909c4eaddc >Author: Daniel Kobras <d.kobras@science-computing.de> >Date: Fri Jul 13 16:31:47 2012 +0200 > > s3: never try to map global SAM name > > Do not treat the global SAM name as a BOGUS domain, and exempt > local users from mapping, instead. This change reinstates the > exact mapping behaviour of Samba 3.2 if parameter 'map untrusted > to domain' is set. > >diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c >index 69d5c65..7febcbf 100644 >--- a/source3/auth/auth_util.c >+++ b/source3/auth/auth_util.c >@@ -221,7 +221,8 @@ NTSTATUS make_user_info_map(auth_usersupplied_info **user_info, > * This also deals with the client passing in a "" domain */ > > if (!is_trusted_domain(domain) && >- !strequal(domain, my_sam_name())) >+ !strequal(domain, my_sam_name()) && >+ !strequal(domain, get_global_sam_name())) > { > if (lp_map_untrusted_to_domain()) > domain = my_sam_name();
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 9039
: 7701 |
8595