From: http://www.google.com/profiles/schmonz <http://www.google.com/profiles/schmonz@web>
Date: Fri, 1 Jan 2010 20:36:12 +0000 (+0000)
Subject: when using httpauth, anonok isn't
X-Git-Tag: 3.20100102.3~5^2
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/b4d1a4bb9906c41da4174356708e157683f0bdd9?ds=inline;hp=--cc

when using httpauth, anonok isn't
---

b4d1a4bb9906c41da4174356708e157683f0bdd9
diff --git a/doc/bugs/anonok_vs._httpauth.mdwn b/doc/bugs/anonok_vs._httpauth.mdwn
new file mode 100644
index 000000000..90c8c74c9
--- /dev/null
+++ b/doc/bugs/anonok_vs._httpauth.mdwn
@@ -0,0 +1,10 @@
+I've got a wiki where editing requires [[plugins/httpauth]] (with
+`cgiauthurl` working nicely). I now want to let the general public
+edit Discussion subpages, so I enabled [[plugins/anonok]] and set
+`anonok_pagespec` to `'*/Discussion'`, but HTTP auth is still being
+required for those.
+
+(Actually, what I'll really want to do is probably [[plugins/lockedit]]
+and a whitelist of OpenIDs in `locked_pages`...)
+
+--[[schmonz]]