From 0e5f8634fc503112ce69e4b5ac7a53f0b6b9ab75 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 13 Nov 2011 21:13:59 +0100 Subject: s4:join.py - fix typo --- source4/scripting/python/samba/join.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/samba/join.py b/source4/scripting/python/samba/join.py index 96b07a6fbf..4252a2d7d4 100644 --- a/source4/scripting/python/samba/join.py +++ b/source4/scripting/python/samba/join.py @@ -742,7 +742,7 @@ class dc_join(object): return blob print "Setup domain trusts with server %s" % ctx.server - binding_options = "" # why doesn't signing work gere? w2k8r2 claims no session key + binding_options = "" # why doesn't signing work here? w2k8r2 claims no session key lsaconn = lsa.lsarpc("ncacn_np:%s[%s]" % (ctx.server, binding_options), ctx.lp, ctx.creds) -- cgit