summaryrefslogtreecommitdiff
path: root/source4/torture/winbind
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-03-31 20:47:18 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-06-04 03:22:25 +0200
commit2b558f2096410b1afd2a6d5bde2862b4cc4fd587 (patch)
treeef9aa7154181d1150e89a79c9481173e8c6fe293 /source4/torture/winbind
parentb2c0a6a8510a55899a20ff923ce865f1760e6984 (diff)
downloadsamba-2b558f2096410b1afd2a6d5bde2862b4cc4fd587.tar.gz
selftest: Set winbind separator = /
This avoids a pile of shell-script escape pain, and fixes some tests. Andrew Bartlett Change-Id: Ie1d0e32ab484a5b0ddbc4073831fe6de27e38e92 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r--source4/torture/winbind/struct_based.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c
index 2bab94088a3..d47d068909f 100644
--- a/source4/torture/winbind/struct_based.c
+++ b/source4/torture/winbind/struct_based.c
@@ -1034,7 +1034,7 @@ static bool torture_winbind_struct_lookup_name_sid(struct torture_context *tortu
get_winbind_domain(torture, &domain);
do {
count++;
- invalid_name = talloc_asprintf(torture, "%s\\%s%u",
+ invalid_name = talloc_asprintf(torture, "%s/%s%u",
domain,
invalid_user, count);
} while(name_is_in_list(invalid_name, (const char **)users) ||