s4:join.py - fix typo
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 13 Nov 2011 20:13:59 +0000 (21:13 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 15 Nov 2011 20:01:36 +0000 (21:01 +0100)
source4/scripting/python/samba/join.py

index 96b07a6fbf0b38725f05238332dd156073c0c1e8..4252a2d7d428799bb695834584951365e6504a4b 100644 (file)
@@ -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)