No that no longer seems to work.  I've also tried server min protocol and client min protocol and still fails.  I'm guessing that samba is compiled without SMB1 support which is an option now in 4.17.  I completely understand the reasoning behind it's removal and making that the default.  I would just like a samba-smb1 add on rpm or separate samba install to allow users to still add SMB1 support back in.

https://www.samba.org/samba/history/samba-4.17.0.html
Configure without the SMB1 Server
---------------------------------

It is now possible to configure Samba without support for
the SMB1 protocol in smbd. This can be selected at configure
time with either of the options:

--with-smb1-server
--without-smb1-server

By default (without either of these options set) Samba
is configured to include SMB1 support (i.e. --with-smb1-server
is the default). When Samba is configured without SMB1 support,
none of the SMB1 code is included inside smbd except the minimal
stub code needed to allow a client to connect as SMB1 and immediately
negotiate the selected protocol into SMB2 (as a Windows server also
allows).

None of the SMB1-only smb.conf parameters are removed when
configured without SMB1, but these parameters are ignored by
the smbd server. This allows deployment without having to change
an existing smb.conf file.

This option allows sites, OEMs and integrators to configure Samba
to remove the old and insecure SMB1 protocol from their products.

Note that the Samba client libraries still support SMB1 connections
even when Samba is configured as --without-smb1-server. This is
to ensure maximum compatibility with environments containing old
SMB1 servers.


On 11/4/22 08:50, Larry Len Rainey wrote:

It used to support SMB1 if the /etc/samba/smb.conf had the line "min protocol = NT1" - has that option been removed?

Does it work if it is added? (you can change the smb.conf files and do a "systemcfg restart smb nmb" to force samba to restart with the updated config file.)

My samba server is on 15.4 so I cannot test that.

Larry

On 11/4/22 08:38, Bryan Thoreson wrote:
I recently discovered that SMB1 is no longer supported for tumbleweed builds.  I was trying to use my HP printer's scan to network folder option yesterday and discovered the printer can no longer talk to my Samba server.  I grabbed a network trace and saw the printer is only talking SMB1.  Looking through the samba change log I saw the update below.

Mon 26 Sep 2022 07:00:00 AM CDT

Noel Power <nopower@suse.com>

- Disable SMB1 for tumbleweed builds.


Does anyone know if there's a community build of samba that still supports SMB1?

Bryan