s3: selftest: Add test_smbclient_iconv.sh to check client behavior on bad name conver...
commit290ae67b24eec2a50c937216b92e7294e1e08109
authorJeremy Allison <jra@samba.org>
Mon, 11 May 2020 22:37:00 +0000 (11 15:37 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 4 Jun 2020 11:47:47 +0000 (4 11:47 +0000)
tree7a1b30b20d4deddb3894091e7069df6e1ec3684b
parent701cbabc92e3bab2ddf55e8adef2b005ea4ae4c5
s3: selftest: Add test_smbclient_iconv.sh to check client behavior on bad name conversion.

SMB2 and NT1 fail this, CORE already returns NT_STATUS_INVALID_NETWORK_RESPONSE
on bad conversion.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(back-ported from commit e016671d34c24c4768df774425ec743b88e30015)
selftest/knownfail.d/bad_iconv [new file with mode: 0644]
source3/script/tests/test_smbclient_iconv.sh [new file with mode: 0755]
source3/selftest/tests.py