From 4ff99264cbc4ae39c3160a8eeba3ee27be899746 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Sep 2011 16:43:26 +1000 Subject: s4-join: fixed non-subdomain join these two vars need to be initialised for general join Pair-Programmed-With: Andrew Bartlett --- source4/scripting/python/samba/join.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/scripting') diff --git a/source4/scripting/python/samba/join.py b/source4/scripting/python/samba/join.py index dfa8bf9e0d..bd343fa4c5 100644 --- a/source4/scripting/python/samba/join.py +++ b/source4/scripting/python/samba/join.py @@ -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): -- cgit