]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/unixauth/discussion.mdwn
alternate suggestion
[ikiwiki.git] / doc / plugins / contrib / unixauth / discussion.mdwn
index 5f542745d4afca0d1a5db0d41e13d0e61d19ca48..91c59ff1d0bafc5b070bde01ab9c201e8b6849ab 100644 (file)
@@ -17,3 +17,6 @@ So I don't think I'll be accepting this plugin into ikiwiki itself..
 --[[Joey]]
 
 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