aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2008-07-29 23:39:15 -0400
committerJoey Hess <joey@kitenet.net>2008-07-29 23:39:15 -0400
commit2c1e02aa4574f6c264aee6e498da4d0ed6b2ed4b (patch)
tree42ea201d04059e21c5f63af5e555f6fef6c4315b
parente55c0798441111170d731eb3ec7a4874dadda79b (diff)
downloadikiwiki-2c1e02aa4574f6c264aee6e498da4d0ed6b2ed4b.tar
ikiwiki-2c1e02aa4574f6c264aee6e498da4d0ed6b2ed4b.tar.gz
alternate suggestion
-rw-r--r--doc/plugins/contrib/unixauth/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/contrib/unixauth/discussion.mdwn b/doc/plugins/contrib/unixauth/discussion.mdwn
index 7bfdc9665..91c59ff1d 100644
--- a/doc/plugins/contrib/unixauth/discussion.mdwn
+++ b/doc/plugins/contrib/unixauth/discussion.mdwn
@@ -18,3 +18,5 @@ So I don't think I'll be accepting this plugin into ikiwiki itself..
Thanks for the comments. That's definitely an undesirable interaction between pwauth and ikiwiki; in my current application it wouldn't be a serious problem, but I'd like this plugin to be general-purpose and safe enough for inclusion in ikiwiki. It's the system-users-are-wiki-users idea I'm married to here, not pwauth itself; can you suggest another approach I might take?
-- [[schmonz]]
+
+> Have you considered using [[plugins/httpauth]] and then the appropriate apache module? There are apache modules like [mod_authnz_external](http://unixpapa.com/mod_auth_external.html) that might help. The advantage of these solutions is that they usually make the security implications explicit. -- Will