1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s4:join.py - fix typo

This commit is contained in:
Matthias Dieter Wallnöfer 2011-11-13 21:13:59 +01:00
parent 383a918322
commit 0e5f8634fc

View 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)