Hello all. New to Debian. Just installed Debian 12.
Hopefully someone can help me solve this problem. I have searched and tried many scenarios but have yet to find a solution.
I am trying to setup Samba so that no password/login is required. I am trying to access the Samba share from a Fedora machine but every time I attempt to access it via Dolphin file manager a login prompt pops up. I don't want this. Even if I attempt to enter my credentials used on that machine, I get access denied. I've even tried using the anonymous username with no password and still can't access.
Here is my extremely basic config:
testparm:
It should be known that I started out with the default config with my share config added at the end but then through the process of trial and error just edited the config down to a very basic config.
Thanks in advance.
Hopefully someone can help me solve this problem. I have searched and tried many scenarios but have yet to find a solution.
I am trying to setup Samba so that no password/login is required. I am trying to access the Samba share from a Fedora machine but every time I attempt to access it via Dolphin file manager a login prompt pops up. I don't want this. Even if I attempt to enter my credentials used on that machine, I get access denied. I've even tried using the anonymous username with no password and still can't access.
Here is my extremely basic config:
Code:
[edpics]path = /home/ed/picsread only = noguest ok = yes
Code:
Load smb config files from /etc/samba/smb.confLoaded services file OK.Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)Server role: ROLE_STANDALONE# Global parameters[global] idmap config * : backend = tdb[edpics] guest ok = Yes path = /home/ed/pics read only = No
Thanks in advance.
Statistics: Posted by t3kg33k — 2024-07-24 19:59 — Replies 0 — Views 26