[Samba] EXTERNAL: Re: SAMBA Configuration Assistance

Nguyen, Danny [US-US] Danny.Nguyen at leidos.com
Thu Apr 27 19:03:39 UTC 2023


I do have users created but I just wanted to test with a directory with guest ok. I am using a simplified .conf but am still receiving a NT_STATUS_NO_MEMORY error when attempting to connect: https://imgur.com/a/TPFZ0OR

I am on RHEL 8.7 and smbclient version 4.16.4


-----Original Message-----
From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland Penny via samba
Sent: Thursday, April 27, 2023 2:15 PM
To: samba at lists.samba.org
Cc: Rowland Penny <rpenny at samba.org>
Subject: Re: [Samba] EXTERNAL: Re: SAMBA Configuration Assistance



On 27/04/2023 18:02, Nguyen, Danny [US-US] wrote:
> I would like to be running as a server and client, having sharing in two directions between two computers. I added map to guest based off your comment. And I have CORE as the min protocol but have no preference how to contact other servers.
> 

If you just require a standalone server that can be contacted by modern computers, without creating users on the machine, then you only need this smb.conf:

[global]
     log file = /var/log/samba/log.%m
     workgroup = SIL
     map to guest = Bad User

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

This will use SMBv2 as a minimum

If you want this server to also be a client (why ?), you will need to create users (Unix and Samba).

Rowland


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://urldefense.us/v3/__https://lists.samba.org/mailman/options/samba__;!!Az_Xe1LHMyBq19w!c2scXbjhU79tmMK-43mOSbxKY6Tggt0IQalbl9vO35_qJeEZzxkaS9bAK5Nm1ZNHLQ$ 



More information about the samba mailing list