The Wiki instructions on setting up users
Code: Select all
sudo smbpasswd -a piCode: Select all
sudo useradd john -m -G users
sudo passwd johnAny ideas what I'm doing wrong?
Code: Select all
sudo smbpasswd -a piCode: Select all
sudo useradd john -m -G users
sudo passwd johnCode: Select all
# Samba config file
# from RaspPi (127.0.0.1)
# Date: 2012/06/27 06:45:14
[global]
workgroup = WORKGROUP
domain logons = Yes
os level = 65
preferred master = Yes
wins support = Yes
idmap config * : backend = tdb
;smb passwd file = /etc/samba/passwd
[homes]
read only = No
browsable = No
create mask = 0644
directory mask = 0775
[netlogon]
path = home/steve/Share
guest ok = yes
[profiles]
;
;
;
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
#
#Created by me in desperation on 26th June 2012
#
If you have the time, and you're still willing to learn, you could try comparing the working config file and the non-working config file, and try "fiddling" them backwards and forwards (and restarting samba) until you can work out why one version works and the other version doesn't work? And you'd learn a lot more about the smb.conf file in the processstevep wrote:All very well, but this is what I hate about Linux - I managed to get it working by not knowing what I'm doing, but trying to do it the right way by following instructions didn't work at all. I am now no further forward in terms of understanding.![]()