diff options
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/netcmd/join.py | 3 |
1 files changed, 0 insertions, 3 deletions
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": |