Add a blackbox tests for id & getent to test domain@realm type credentials
authorNoel Power <noel.power@suse.com>
Thu, 29 Sep 2016 15:50:58 +0000 (16:50 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 3 Oct 2016 17:49:19 +0000 (19:49 +0200)
commitebfe3c85d0bbdf5d5f7459ddd61e3b44c3ec2bd3
tree3f2c141739ac03f66d8e985385e7929a83c47c92
parentc514fb6b62a904b7aaea17a78ea05299e0f462a1
Add a blackbox tests for id & getent to test domain@realm type credentials

Using domain@realm credentials has been problematic when
global conf setting "winbind use default domain" is enabled, this patch
creates a new s4member_dflt_domain environment (where
"winbind use default domain" is enabled) and runs getent & id against the
normal s4member & and new s4member_dflt_domain environments

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12298

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
selftest/target/Samba.pm
selftest/target/Samba4.pm
source4/selftest/tests.py
testprogs/blackbox/dom_parse.sh [new file with mode: 0755]