[Samba] Windows 10 cannot connect without SMB1

Rowland penny rpenny at samba.org
Sun Feb 28 15:49:29 UTC 2021


On 28/02/2021 14:38, K. R. Foley wrote:
> Hi,
>
> I have attached my smb.conf.


And for those that didn't get the smb.conf:

[global]
     netbios name = SS-PROD
     realm = LOCAL.RICHARDSHAPIRO.COM
     server role = active directory domain controller
     server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, 
winbindd, ntp_signd, kcc, dnsupdate
     workgroup = LOCAL
     idmap_ldb:use rfc2307 = yes
     log level = 10
     server max protocol = SMB2

[sysvol]
     path = /usr/local/samba/var/locks/sysvol
     read only = No

[netlogon]
     path = 
/usr/local/samba/var/locks/sysvol/local.richardshapiro.com/scripts
     read only = No

How did you compile Samba ?

Did you install all the packages found on this bash script:

https://git.samba.org/?p=samba.git;a=blob_plain;f=bootstrap/generated-dists/centos7/bootstrap.sh;hb=v4-11-test

These are the defaults for the various 'protocols':

client min protocol = SMB2_02
client max protocol = SMB3_11

server min protocol = SMB2_02
server max protocol = SMB3

client ipc min protocol = SMB2_02

I hope you can see that you do not need to set any of them in your smb.conf

Rowland






More information about the samba mailing list