From 59d415f43f72146b15a721e928cf346777239bfc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 14 Sep 2010 20:10:51 +1000 Subject: s4-finddc: use NBT lookup for a 1C name if joining a short domain name once we get the 1C lookup reply, use a CLDAP query to find the details for the server Pair-Programmed-With: Andrew Bartlett --- source4/scripting/python/samba/netcmd/join.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/samba/netcmd/join.py b/source4/scripting/python/samba/netcmd/join.py index e7e5941c63..bce9162e45 100644 --- a/source4/scripting/python/samba/netcmd/join.py +++ b/source4/scripting/python/samba/netcmd/join.py @@ -57,9 +57,6 @@ class cmd_join(Command): if not role is None: role = role.upper() - if domain.find('.') == -1: - raise CommandError("Please use the full DNS domain name, not the short form for '%s'" % domain) - if role is None: secure_channel_type = SEC_CHAN_WKSTA elif role == "BDC": -- cgit