SambaLite FAQ

Frequently Asked Questions and Solutions for Samba Connections with SambaLite

English | Deutsch

1. I can't connect to my Samba server. What can I do?

2. Error: "NT_STATUS_LOGON_FAILURE" or "Authentication failed"

3. I can't create folders or upload files

4. Guest access (anonymous login) does not work

5. Error: "NT_STATUS_NO_SUCH_USER" or Guest access is denied

6. I don't see the share in the list of available shares

7. How can I create server logs for troubleshooting?

8. How do I add a new user?

sudo useradd -M -s /sbin/nologin <username>
sudo smbpasswd -a <username>

9. My share is visible on the network, but I can't access it

10. How can I enable guest access for a share?

[public]
   path = /srv/public
   browseable = yes
   guest ok = yes
   read only = yes

And in the [global] section:

map to guest = Bad User
guest account = nobody

← Back to Home