[Moin-user] Issue with SSPI auth
Bernd Bartmann
bernd.bartmann at gmail.com
Sat Mar 14 09:59:55 EDT 2009
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.
More information about the Moin-user
mailing list