[Samba] EXTERNAL: Re: SAMBA Configuration Assistance

Rowland Penny rpenny at samba.org
Thu Apr 27 16:54:45 UTC 2023



On 27/04/2023 16:59, Nguyen, Danny [US-US] wrote:
> Hello and thank you for responding. Here are some captures that I took with my phone: https://imgur.com/a/fvzfDUQ
> Currently samba is standalone, I have attached the output of testparm, and I have yet to reach out to redhat.
> 

Ok, this is your smb.conf

[global]
     client max protocol = SMB3
     client min protocol = CORE
     log file = /var/log/samba/log.%m
     workgroup = SIL
     idmap config * : backend = tdb

[sambashare]
     comment = /sambashare
     guest ok = yes
     path = /sambashare
     read only = no

Which is pretty basic and because of the mention of 'CORE', I surmise 
that you are trying to use SMBv1 to contact another server. you also 
have 'guest ok = yes' set on the share, but is never going to work 
because you do not have 'map to guest = bad user' set in global

What are you trying to achieve, run as a server or client ?

Rowland




More information about the samba mailing list