Re: [Moin-user] Wiki server ignoring ACLs *followup*

2016-03-11 Thread Paul Boddie
On Friday 11. March 2016 21.36.47 Chris Freemesser wrote: > On 3/11/16 3:15 PM, Paul Boddie wrote: > > I'm not sure if I considered this properly before, but I'm somewhat > > convinced that this is what happens now: even acl_rights_before will > > short-circuit the decision-making process. > >

Re: [Moin-user] Wiki server ignoring ACLs *followup*

2016-03-11 Thread Chris Freemesser
On 3/11/16 3:15 PM, Paul Boddie wrote: > I'm not sure if I considered this properly before, but I'm somewhat convinced > that this is what happens now: even acl_rights_before will short-circuit the > decision-making process. The way I see it, "acl_rights_before" are the settings you never want

Re: [Moin-user] Wiki server ignoring ACLs *followup*

2016-03-11 Thread Paul Boddie
On Friday 11. March 2016 20.11.57 Chris Freemesser wrote: > On 3/10/16 12:38 PM, Paul Boddie wrote: > > Now, if I understand, what you want to do is to have is administration > > and editing access set in the before rule. For example: > > > > acl_rights_before =

Re: [Moin-user] Wiki server ignoring ACLs *followup*

2016-03-11 Thread Chris Freemesser
On 3/10/16 12:38 PM, Paul Boddie wrote: > Now, if I understand, what you want to do is to have is administration and > editing access set in the before rule. For example: > > acl_rights_before = u"WikiAdministrator:read,write,delete,revert,admin " \ >

Re: [Moin-user] Wiki server ignoring ACLs *followup*

2016-03-11 Thread Chris Freemesser
On 3/10/16 12:38 PM, Paul Boddie wrote: > Now, if I understand, what you want to do is to have is administration and > editing access set in the before rule. For example: > > acl_rights_before = u"WikiAdministrator:read,write,delete,revert,admin " \ >