[Samba] Read Only access to share

Rowland Penny rowlandpenny at googlemail.com
Mon Aug 18 10:53:47 MDT 2014


On 18/08/14 17:37, Kirk Slowe wrote:
> Latest version of samba running on freebsd. I setup a share and created a user to access the share. I can connect but have no write access.
>
> smbstatus shows RDONLY under the RW column
>
>
> This is a sample of my smb4.conf
>
> [global]
> server string = domain
> log file = /var/log/samba4
> max log size = 100
> security = user
> encrypt passwords = yes
>
> [share]
> comment = Share
> path = /share
> writeable = yes
> readonly = no
'writeble = yes' & 'readonly = no' are the same thing, you only need one.

> public = yes
> guest ok = no
'public' is the same as 'guest ok', here the first says yes, the second 
says no, which is it ?

> valid users = user
> write list = user
> create mask = 0777
> force create mode = 0777
>
Is 'user' also a unix user ?

Rowland
> Not sure what I have to do to get write access.
>
> kirk
>
>



More information about the samba mailing list