mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
3fd9b77ad4
new_client_authenticator returns a dictionary. The key 'credential' needs to return bytes in Python3, without this change the the code will attempt to convert the binary data to a string (resulting sometimes in decode errors). Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>