The Wiki instructions on setting up users
- Code: Select all
sudo smbpasswd -a pi
- Code: Select all
sudo useradd john -m -G users
sudo passwd john
Any ideas what I'm doing wrong?
sudo smbpasswd -a pisudo useradd john -m -G users
sudo passwd johnsudo pdbedit -a -u pi# 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
#
stevep 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.![]()