diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-27 15:09:41 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-27 15:09:41 -0400 |
commit | 825e2b1378b1def4980e36642ed84999599eb017 (patch) | |
tree | 8c5225715c9cf7a3405dbc679f124f74ca9983e7 /doc/plugins/passwordauth | |
parent | f4a1732b0e65ea4459098e4e852dff10a5af9320 (diff) | |
parent | c8237b4351f6023b3d3a661df2568c6d7488b8cf (diff) |
Merge branch 'master' into po
Conflicts:
debian/control
Diffstat (limited to 'doc/plugins/passwordauth')
-rw-r--r-- | doc/plugins/passwordauth/discussion.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/plugins/passwordauth/discussion.mdwn b/doc/plugins/passwordauth/discussion.mdwn index 3362ae7d2..672970c21 100644 --- a/doc/plugins/passwordauth/discussion.mdwn +++ b/doc/plugins/passwordauth/discussion.mdwn @@ -65,3 +65,15 @@ actually be the way to go. IMHO, the Perl sections idea is the easiest to setup, but on the long run, I'd prefer ikiwiki to optionnally use a userdb storage backend supported at least by Apache and lighttpd. --[[intrigeri]] + +Tons of CPAN modules may help, but most of them are specific to `mod_perl`, +and AFAIK, ikiwiki is generally not run with `mod_perl`. It's not clear to me +wether these modules depend on the webapp to be run with `mod_perl` set +as the script handler, or only on `mod_perl` to be installed and loaded. + +* CPAN's `Apache::AuthenHook` allows to plug arbitrary Perl handlers as + Apache authentication providers. +* CPAN's `Apache::Authen::Program` (`mod_perl`) +* [http://www.openfusion.com.au/labs/mod_auth_tkt/](mod_auth_tkt) along with CPAN's + `Apache::AuthTkt` +--[[intrigeri]] |