From 7350d994096efa62031f4f75cf92fb4ade2b2655 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 29 Jan 2012 22:12:40 -0800 Subject: 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. --- testprogs/blackbox/bogus.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 testprogs/blackbox/bogus.sh (limited to 'testprogs') diff --git a/testprogs/blackbox/bogus.sh b/testprogs/blackbox/bogus.sh new file mode 100755 index 0000000000..019957bf70 --- /dev/null +++ b/testprogs/blackbox/bogus.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +if [ $# -lt 1 ]; then +cat <