Adding multiple superuser for MoinMoin wiki in wikiconfig.py

By default there is only one superuser for MoinMoin wiki.

If want to add multiple superuser inside the wikiconfig.py can try the following :

    # This is checked by some rather critical and potentially harmful actions,
    # like despam or PackageInstaller action:
    superuser = [u"namran", u"azri", u"irfan"]

    # 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"namran:read,write,delete,revert,admin azri:read,write,delete,revert,admin irfan:read,write,revert,admin"
    # the rest of Family member can read all the post that is not ACL enabled. keep out the rest.
    acl_rights_default = u"FamilyGroup:read,write,delete,revert All:none"

whether or not to enhance the security portion with HTTP auth , LDAP auth or anything single-signon thing.
Is not covered here. 🙂

Related Post

6 Responses

  1. dotsha says:

    The problem is:

    1) Most aunty and uncle types will never know how to log into their router and disable it. Not entirely a big problem as they are okay with the default settings, BUT …

    2) … At that time, TM set a standard “admin123” (not exact word) password, i.e. standard easy-to-guess password on all router.

    So the big hoo haa is not that TM can remote admin your router, the big hoo haa is that someone else can remote admin your router.

    For router, the impact is not so significant, worse case they can get into your personal data and copy out.

    But let’s say similar situation exists with the phone VOIP/SIP setup. So if someone “borrows” your account and makes IDD calls … and billed to you, you would not be quiet …

    Reply
  2. dotsha says:

    ALSO … it turned out later that whether the password is standard and simple, or unique and complicated makes no difference.

    There’s a bug in the firmware of that router that lets someone remotely download the settings without having to provide an administrator id and password! 😎

    Reply
  3. namran says:

    haha.. that’s make sense to either replace this DLink DIR-615 or change it to support use custom router instead.

    However , TM had disabled it from the menu by now.
    plain locked up ? was thinking is it worth to re-flash with original firmware or not just because some script inside /www/bsc_wan.php got commented out?

    Reply
  4. dotsha says:

    I think original dlink firmware doesn’t have the pppoe over vlan support. this I’ve custom done for tm.

    And so far if you flash it with dd-wrt, tv stops working.

    the other way is to set it to bridged mode + vlan tagging, and use back your old router. or is that the option tm disabled?

    Reply
  5. dotsha says:

    I think original dlink firmware doesn’t have the pppoe over vlan support. this is custom done for tm.

    And so far if you flash it with dd-wrt, tv stops working.

    the other way is to set it to bridged mode + vlan tagging, and use back your old router. or is that the option tm disabled?

    Reply
  6. WeeMeng says:

    Anyone can let me know what is the user and password to login to my Dlink .

    and would like to know anyone have try to set up wifi router ? ( i am thinking to use my 3Com router instead of this DLink )

    Thanks
    WM

    Reply

Leave a Reply to Brittney Cancel reply

Your email address will not be published. Required fields are marked *