|
If you want to restrict access to your server to valid users only, then the following
method may be of use. In the smb.conf
[global]
section put:
valid users = @smbusers, jacko
|
This restricts all server access either to the user
jacko
or to members of the system group
smbusers
.
|
|