summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-02-28 13:10:43 -0700
committerKarolin Seeger <kseeger@samba.org>2018-04-11 11:52:25 +0200
commit40ee7863a558568c69ee990fb8405ab51febae34 (patch)
treecf7fae6d3e575e6fbe83fe689623f06ddfd81ded /selftest
parent80560167956cde78652d804cdf26385f759ba39b (diff)
downloadsamba-40ee7863a558568c69ee990fb8405ab51febae34.tar.gz
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> (cherry picked from commit 552a00ec1f6795b9025298931a6cc50ebe552052)
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail
index 710fd33894e..06d4cd636ba 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -343,3 +343,5 @@
# Disabling NTLM means you can't use samr to change the password
^samba.tests.ntlmdisabled.python\(ktest\).ntlmdisabled.NtlmDisabledTests.test_samr_change_password\(ktest\)
^samba.tests.ntlmdisabled.python\(ad_dc_no_ntlm\).ntlmdisabled.NtlmDisabledTests.test_ntlm_connection\(ad_dc_no_ntlm\)
+samba3.wbinfo_name_lookup.name-to-sid.double-separator\(ad_member\)
+samba3.wbinfo_name_lookup.name-to-sid.double-separator-invalid-domain\(ad_member\)