1
0
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:
Andrew Tridgell 2011-09-05 16:43:26 +10:00 committed by Andrew Bartlett
parent eb0060766f
commit 4ff99264cb

View File

@ -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):