summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-03-12 12:56:56 +1300
committerGünther Deschner <gd@samba.org>2015-03-12 17:13:42 +0100
commitd3e0d7e2b0ee9fb72a8c602c86aee1d2f2755236 (patch)
tree3609676fbabfd7c428fb2a414f5c261d21a8db51 /source4/selftest
parent979385cd0fd20957d552e64edc07ea2fa0edc0fc (diff)
downloadsamba-d3e0d7e2b0ee9fb72a8c602c86aee1d2f2755236.tar.gz
selftest: Change testsuite to use a UPN with a space in it
This shows that the previous patch is correct Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 925ad732fb6..cc67c206d57 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -575,7 +575,7 @@ for env in ["dc", "rodc", "promoted_dc", "plugin_s4_dc", "fl2000dc", "fl2003dc",
plansmbtorture4testsuite('krb5.kdc', env, ['ncacn_np:$SERVER_IP', "-k", "yes", '-Utestallowed%$PASSWORD',
'--workgroup=$DOMAIN', '--realm=$REALM',
'--option=torture:expect_machine_account=true',
- '--option=torture:krb5-upn=testallowed_upn@$REALM',
+ '--option=torture:krb5-upn=testallowed\ upn@$REALM',
'--option=torture:krb5-hostname=testallowed'] + extra_options,
"samba4.krb5.kdc with account ALLOWED permission to replicate to an RODC")