summaryrefslogtreecommitdiff
path: root/doc/todo/openid_user_filtering.mdwn
blob: 8b2d0082e6de182dff63286afdc8c49eb5ae7aee (plain)

As mentioned on IRC, I think a cheap form of [[todo/ACL]] can be maintained using OpenID in ikiwiki.

Say I want to limit edits to wiki.webvm.net to users of that machine. For the user 'hendry' I create a http://hendry.webvm.net/ OpenID (which actually delegates to http://hendry.myopenid.com/). And likewise for other users.

So I suggest an ikiwiki configuration like:

 users => ["*.webvm.net"],

Would only allow edits from openIDs of that form.