Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.
authorDaniel Kobras <d.kobras@science-computing.de>
Sat, 23 Feb 2013 00:24:26 +0000 (16:24 -0800)
committerKarolin Seeger <kseeger@samba.org>
Fri, 1 Mar 2013 15:36:01 +0000 (16:36 +0100)
commit180ef28a4874026740e3b5381fe4d25fb70167bf
tree5d0a978b539a16cf89cbaa6e6e84ae290a443823
parentb174e1b496659c9e7a0fc70ad49ed0fc5906d252
Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.

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.

Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/auth/auth_util.c