mirror of
https://github.com/samba-team/samba.git
synced 2025-07-16 20:59:12 +03:00
s4-net: role should be case insensitive for join
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -53,7 +53,10 @@ class cmd_join(Command):
|
||||
site = "Default-First-Site-Name"
|
||||
|
||||
netbios_name = lp.get("netbios name")
|
||||
|
||||
|
||||
if not role is None:
|
||||
role = role.upper()
|
||||
|
||||
if role is None:
|
||||
secure_channel_type = SEC_CHAN_WKSTA
|
||||
elif role == "BDC":
|
||||
|
Reference in New Issue
Block a user