mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s3: smbclient: In do_host_query(), if we need SMB1, ensure we select NT1 as the client max protocol" before continuing.
Remove knownfail: selftest/knownfail.d/list_servers BUG: https://bugzilla.samba.org/show_bug.cgi?id=14939 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Noel Power <noel.power@suse.com> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Thu Jan 6 11:50:32 UTC 2022 on sn-devel-184
This commit is contained in:
parent
0d9d1546a7
commit
099c62a654
@ -1 +0,0 @@
|
||||
^samba3.blackbox.test_list_servers.*
|
@ -6224,6 +6224,7 @@ static int do_host_query(const char *query_host)
|
||||
|
||||
cli_shutdown(cli);
|
||||
d_printf("Reconnecting with SMB1 for workgroup listing.\n");
|
||||
lp_set_cmdline("client max protocol", "NT1");
|
||||
status = cli_cm_open(talloc_tos(), NULL,
|
||||
query_host,
|
||||
"IPC$",
|
||||
|
Loading…
x
Reference in New Issue
Block a user