Hello!

Can someone tell me about access.conf properties?

Situation:

One user have access must have access for two different groups (e.g.:
group1, group2 ;-):
--- users.dat ---
user:pass:None:!*:Real UserName:group1,group2

What I need to insert in access.conf to allow those user read both group1.*
and group2.* hierarchy?
At this moment I have:
--- access.conf ---
...
## Group1
*:read,post:groups=group1::!*,group1.*
## Group2
*:read,post:groups=group1::!*,group2.*
...
But whan user login, they have only access for group1.*
What can I do?

With best regards,
Vadim V. Iouchkov



Reply via email to