There are two steps to creating a user. First we'll run the smbpasswd utility to create a samba password for the user.
sudo smbpasswd -a username
Next, we'll add that username to the smbusers file.
sudo gedit /etc/samba/smbusers
Add in the following line, substituting the username with the one you want to give access to. The format is
username = "username"
Now you can create samba shares and give access to the users that you listed here
Thursday, October 2, 2008
How to Add User to Samba Server
Posted by Prabath Ariyarathna at 3:01 PM
Subscribe to:
Post Comments (Atom)


0 Comments:
Post a Comment