I cant' access Samba Server

Just a simple question.

Can´t access SAMBA SERVER from a Mac OsX El Capitan Finder.

Simple smb4.conf file:
Code:
[global]
     workgroup=WORKGROUP
[Anonymous]
     path = /rocket/BACKUP
     browsable = yes
     writable = yes
     read only = no
     force user = nobody
     guest ok = yes
I've set chown 0777 /rocket/BACKUP

Any solutions will be grateful !
 
My MacBook Couldn’t log into the server. But now I can, It was a matter of adding one samba user.
Yes, Samba has its own user database, which is separate from the local system's accounts.
 
Back
Top