mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s4-join: fixed non-subdomain join
these two vars need to be initialised for general join Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
eb0060766f
commit
4ff99264cb
@ -122,6 +122,8 @@ class dc_join(object):
|
||||
ctx.krbtgt_dn = None
|
||||
ctx.drsuapi = None
|
||||
ctx.managedby = None
|
||||
ctx.subdomain = False
|
||||
ctx.domguid = None
|
||||
|
||||
|
||||
def del_noerror(ctx, dn, recursive=False):
|
||||
|
Loading…
Reference in New Issue
Block a user