Some explanations on the rules:

1. ACL are not used in the order they are defined. Instead the rule with the longest matching path will be used. 2. If you define a rule "selected and sub" then internally two rules will be generated. One with the given path and one with path/*. That's the reason why your write rule overrides the last read only rule 3. The paths will be matched using regular expressions. If you add a "$" to the path (which means 'end of string') then path$/* will never match and so you can specify a node without subnodes

With this in mind you should be able to define any rule combination (and understand Greg's solution ;-)

Ralf

rainer schrieb:
hi list,

i just tried to configure a startpage editor - means a role that can
readonly A, write B and readonly C.
and it didnt work...

page structure: A/B/C

i defined:

Read Only ; Selected And Subpages ; /
Write ; Selected And Subpages ; /A/B
Read Only ; Subpages ; /A/B

but the users can still write all the pages under B...

How do i configure an editor, that can only write on the startpage?

thx a lot

regards rainer

----------------------------------------------------------------
for list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
----------------------------------------------------------------

Reply via email to