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:
parent
383a918322
commit
0e5f8634fc
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user