Displaying 1 result from an estimated 1 matches for "f0fcbd0d".
2010 Oct 07
1
module and extended ACL
hi there,
I want to setup a rsyncd module with these kind of permissions :
[moduleXX]
- read-only for 'user1', 'user2', ...
- read-write for 'user3'
or maybe
[moduleXX]
- read-only for everyone (anonymous access)
- read-write for 'user1'
As far as I know, I should setup 2 distinct modules
with different permissions, but sharing the same physical directory.
Is