The Python wiki was upgrade from 1.5.3 to 1.7.1 as a side effect of a Debian
upgrade.  The ACLs no longer work.  For example, there is an AdminGroup
page:

    http://wiki.python.org/moin/AdminGroup

of which I am a member (SkipMontanaro).  I'm logged in yet Moin marks the
page as immutable.  Same for several other key pages.

I took a look at the main.py script for the old and new versions but found
little different:

    # diff -u {instances,instances_1.5}/main.py
    --- instances/main.py       2008-11-15 11:14:27.000000000 +0100
    +++ instances_1.5/main.py   2007-12-27 13:15:11.000000000 +0100
    @@ -74,7 +74,7 @@

         # Link spam protection for public wikis (Uncomment to enable)
         # Needs a reliable internet connection.
    -    from MoinMoin.security.antispam import SecurityPolicy
    +    from MoinMoin.util.antispam import SecurityPolicy


         # Mail --------------------------------------------------------------

In particular, ACLs are enabled:

    # egrep acl instances/main.py
        # Enable acl (0 to disable)
        acl_enabled = 1    
        acl_rights_before = u"BlockedUsersGroup: 
AdminGroup:read,write,delete,revert,admin"

Any suggestions about where to look for clues to this mystery?

Thanks,

-- 
Skip Montanaro - [EMAIL PROTECTED] - http://smontanaro.dyndns.org/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to