Displaying 1 result from an estimated 1 matches for "user1_ip".
2006 Jan 14
1
Restrict users with their IPs
...All!
On my samba server I`ve got some stuff with require authorization. I create
needed users for that. These users belong to the same group - private. But
now I want to restrict them even more - I want to bind them to particular
IPs. Eg user1 will be able to connect to private share only from user1_IP,
user2 from user2_IP. How can I do this with samba ?
Here is my private share configuration:
[private]
comment = [ private stuff ]
path = /srv/samba/private
browseable = yes
guest ok = no
read only = yes
valid users = @private
write list =...