Samba: Difference between revisions

imported>Shad
m Change quote to double quote for string
imported>Santry
Clarify language around user authentication for samba server
Line 137: Line 137:
Samba should startup afterwards.
Samba should startup afterwards.


If you plan to access a share as a user on the server, you'll need to run <code>smbpasswd -a <user></code> as root to set the password.
=== User Authentication ===
 
For a user to be authenticated on the samba server, you must add their password using <code>smbpasswd -a <user></code> as root.  


=== stopping/restarting the services ===
=== stopping/restarting the services ===