]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/openid_user_filtering.mdwn
oops, attribution
[ikiwiki.git] / doc / todo / openid_user_filtering.mdwn
1 As mentioned on IRC, I think a cheap form of [[todo/ACL]] can be maintained using [OpenID in ikiwiki](http://packages.qa.debian.org/libn/libnet-openid-consumer-perl.html).
2
3 Say I want to limit edits to [wiki.webvm.net](http://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.
4
5 So I suggest an ikiwiki configuration like:
6
7      users => ["*.webvm.net"],
8
9 Would only allow edits from openIDs of that form.