Add test for wbinfo name lookup
authorChristof Schmitt <cs@samba.org>
Wed, 28 Feb 2018 20:10:43 +0000 (13:10 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 6 Apr 2018 15:58:38 +0000 (17:58 +0200)
commit552a00ec1f6795b9025298931a6cc50ebe552052
tree4fbb433d9fc543818be1b26524aae17fe6ec69ae
parentf4db4e86c341a89357082e81e30c302440647530
Add test for wbinfo name lookup

This demonstrates that wbinfo -n / --name-to-sid returns information
instead of failing the request. More specifically the query for
INVALIDDOMAIN//user returns the user SID for the joined domain, instead
of failing the request.

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

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
nsswitch/tests/test_wbinfo_name_lookup.sh [new file with mode: 0755]
selftest/knownfail
source3/selftest/tests.py