samba-tool: Return correct result for _get_user_realm_domain()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 23 Feb 2022 21:07:35 +0000 (10:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 28 Mar 2022 02:17:37 +0000 (02:17 +0000)
commit3dccf63e82b38988828001a1d7f3a5a7b24a73de
treeabdc0300ff64ba514a77f9007270415893eb411f
parent52f9629408e7674f28a90d030c475178d644e192
samba-tool: Return correct result for _get_user_realm_domain()

We were returning the realm and the domain in the wrong order.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/common.py