[Moin-user] Problems with ACL - Sorry, but this time I didn't get it...

Ralf Moll ralf-info at family-moll.de
Thu Dec 1 13:20:01 EST 2005


Hi,

I just installed a new Wiki at

https://main.wiki-manie.de/StartSeite

I set this options:

# Security ----------------------------------------------------------

    # Security critical actions (disabled by default)
    # Uncomment to enable options you like.
    allowed_actions = ['DeletePage', 'AttachFile', 'RenamePage']

    # Enable acl (0 to disable)
    acl_enabled = 1

    # IMPORTANT: grant yourself admin rights! replace YourName with
    # your user name. See HelpOnAccessControlLists for more help.
    # All acl_rights_xxx options must use unicode [Unicode]
    #acl_rights_before = u"YourName:read,write,delete,revert,admin"

    acl_enabled = 1
    acl_rights_valid = ["read", "write", "delete", "revert", "admin"]
    acl_rights_before = u"MollRalf:read,write,delete,revert,admin"
    acl_rights_defaults = u"All:read"
#    acl_rights_after = u"All:"

    page_group_regex = '.*Group$'
------------------------------------------------------------------------

But everybody can edit pages.

I set up a testpage with manual acl MollRalf:read,write and this works
like it should:
https://main.wiki-manie.de/TestPage

A page with no acl-tags can be edited by everyone:
https://main.wiki-manie.de/TestPage2

Where is the failure?
I run the MoinMoin with Mod-Python. Do I have to do a restart of apache
to activate changes in wikiconfig.py?

thx,

Ralf




More information about the Moin-user mailing list