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)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 6 Apr 2018 15:58:38 +0000 (17:58 +0200)
commit6f07afad07d9c670a00d9d314a8134efdda5e424
treebb86faf5e9d909f208e50cf2716529cfc7e67b87
parent4c8faa732edbee876dca19d91ed4a670dd86468a
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>
source3/script/tests/test_smbclient_s3.sh