s3: check that a user in a bogus domain name is mapped to the localnetbios name of...
authorMatthieu Patou <mat@matws.net>
Mon, 30 Jan 2012 06:12:40 +0000 (22:12 -0800)
committerMatthieu Patou <mat@matws.net>
Mon, 30 Jan 2012 16:23:11 +0000 (08:23 -0800)
commit7350d994096efa62031f4f75cf92fb4ade2b2655
tree8e80fb2bc12e1f1aab2fd595a30bb83d367df0f4
parent959d13ac204db88613e1b81eff72575c5a8f8edb
s3: check that a user in a bogus domain name is mapped to the localnetbios name of a domain member

This means that if we authentify for BOGUS\administrator in AD domain
FOREST with samba being domain member with the netbiosname MEMBER then
BOGUS\administrator will be mapped to MEMBER\administrator if the
password match.
source4/selftest/tests.py
testprogs/blackbox/bogus.sh [new file with mode: 0755]