So recently my system HDD died, so I had to reinstall...
I did have nice Samba setup - right click on directory in Dolphin --> Properties --> Share --> Share with Samba and Allow Guests if required... and everything worked like magic. If I did tick "Allow Guests" it didn't ask for login/pass, if I didn't tick it did ask... Didn't have to mess around smb.conf each time blah blah blah...
Now I can't make it work like that... that's what I need help with. I tried bunch of settings but with no luck. In the end I reverted everything back to default.
I currently have two samba users:
user1 with password
nobody password set to none
I'll apreciate any help
I did have nice Samba setup - right click on directory in Dolphin --> Properties --> Share --> Share with Samba and Allow Guests if required... and everything worked like magic. If I did tick "Allow Guests" it didn't ask for login/pass, if I didn't tick it did ask... Didn't have to mess around smb.conf each time blah blah blah...
Now I can't make it work like that... that's what I need help with. I tried bunch of settings but with no luck. In the end I reverted everything back to default.
Code:
:~$ testparm Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[printers]" Processing section "[print$]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] server string = %h server (Samba, Ubuntu) map to guest = Bad User obey pam restrictions = Yes pam password change = Yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . username map = /etc/samba/smbusers unix password sync = Yes syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 dns proxy = No usershare allow guests = Yes panic action = /usr/share/samba/panic-action %d idmap config * : backend = tdb [printers] comment = All Printers path = /var/spool/samba create mask = 0700 printable = Yes print ok = Yes browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/printers
user1 with password
nobody password set to none
I'll apreciate any help
Comment