test_smbclient_s3.sh: Use correct separator in "list with backup privilege" test
authorChristof Schmitt <cs@samba.org>
Fri, 16 Mar 2018 20:52:14 +0000 (13:52 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 11 Apr 2018 09:52:25 +0000 (11:52 +0200)
commitd2799ab5e45ad184bcb26fa8d0770711fe1907e8
tree6dce9323763d2addf039239ee2fd1c5b223d1370
parent7abe54b57f65c4e89ca34178690c3b19c1e4626f
test_smbclient_s3.sh: Use correct separator in "list with backup privilege" test

Samba selftest uses the forward slash as winbind separator and in the
USERNAME passed to the test. "net sam rights" expect the backslash. Map
the separator used in selftest to a backslash to avoid creating an
incorrect username DOMAIN\DOMAIN/USERNAME.

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 6f07afad07d9c670a00d9d314a8134efdda5e424)
source3/script/tests/test_smbclient_s3.sh