Page 1 of 1

Samba Setup Guide for Linux

PostPosted: Fri Jun 09, 2006 2:43 pm
by stephen
How to add Samba user accounts

first add a linux user login
Code: Select all
useradd -d /home/stephen -s /bin/false -n stephen

then add a login password
Code: Select all
passwd stephen


Now add the Samba user and password
Code: Select all
smbpasswd -a stephen


The user name and password for the samba user should match the PC login name and password on the windows PC
see
http://www.samba.netfirms.com/addusers.htm