rights question #1662
Unanswered
applesoff
asked this question in
Q&A server
rights question
#1662
Replies: 1 comment
-
This should work, first match wins, so place this restrictions above the default permissions. The_ rights_ section also has extensive debug capabilities, so you can check whether it works as you like. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 3 users and 3 collections in
collection root
|-me
----personal
----share
|-colleagues
----other
----schedule
----share (symlink)
|-boss
----schedule (symlink)
How can I set the rights file so that I have read/write access to everything in all directories and colleagues and boss have read access only to share and schedule?
I thought something like this would work, but I have zero understanding of this:
[colleagues]
user: me
collection: {share and schedule}
permissions: RWrw
[colleagues]
user: colleagues
collection: {share}
permissions: r
[boss]
user: boss
collection: {schedule}
permissions: r
Beta Was this translation helpful? Give feedback.
All reactions