On Fri, Mar 13, 2009 at 4:46 PM, Thomas Waldmann wrote:
> Moin version?

At the moment it is moin-1.8.1, but I have no problem going to 1.8.2
if this helps to solve the issue.

> Does the 403 come from Moin (is the MoinMoin user interface visible?) or
> from Apache?

It comes from Moin. The users see "You are not allowed to view this
page" and the Moin page structure.

> If it comes from moin, how do your config and page ACLs look like?
> How does your page_group_regex look like (see also docs/CHANGES)?

In my wikiconfig.py I have:

    acl_rights_before = (u"Bba114Sb:read,write,delete,revert,admin
Jmq176Sb:read,write,delete,revert,admin
Bpe135Sb:read,write,delete,revert,admin")
    acl_rights_default = (u"RDUsersGroup:read,write,delete,revert All:")
    acl_hierarchic = True

    page_category_regex = ur'(?P<all>Category(?P<key>(?!Template)\S+))'
    page_dict_regex = ur'(?P<all>(?P<key>\S+)Dict)'
    page_group_regex = ur'(?P<all>(?P<key>\S+)Group)'
    page_template_regex = ur'(?P<all>(?P<key>\S+)Template)'

The Wiki page RDUsersGroup lists all the users that should have access
to the Wiki.

Best regards,
Bernd.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to