3 Configuring a Samba Standalone Server
The following task shows how to configure a standalone Samba server in a small network, such as a peer-to-peer workgroup, where the server isn't required to be part of a domain.
- Enable the Samba user's account.
Enable the user by setting a password using the Linux
passwd
command:sudo passwd exampleUser Changing password for user exampleUser. New password: Retype new password: passwd: all authentication tokens updated successfully.
Note:
The local password set in this step isn't the one used by Samba. However, you must set a local password to enable the account for use by Samba (Samba denies access if the account is disabled locally). You create the password Samba uses in the next step.