diff options
author | intrigeri <intrigeri@web> | 2009-03-11 06:27:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-03-11 06:27:41 -0400 |
commit | 12432198a68c9fb391c3ec6d284fb152f0fc3d17 (patch) | |
tree | c7805c03bf48b17e65ab05eb124da786ae7edd62 /doc/plugins | |
parent | 50871cf4bd151d2d271128e70a89ebf012f80779 (diff) | |
download | ikiwiki-12432198a68c9fb391c3ec6d284fb152f0fc3d17.tar ikiwiki-12432198a68c9fb391c3ec6d284fb152f0fc3d17.tar.gz |
formatting
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/passwordauth/discussion.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/plugins/passwordauth/discussion.mdwn b/doc/plugins/passwordauth/discussion.mdwn index e5ea1b922..672970c21 100644 --- a/doc/plugins/passwordauth/discussion.mdwn +++ b/doc/plugins/passwordauth/discussion.mdwn @@ -66,14 +66,14 @@ 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. +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 +* CPAN's `Apache::AuthenHook` allows to plug arbitrary Perl handlers as Apache authentication providers. -* CPAN's =Apache::Authen::Program= (=mod_perl=) +* 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= + `Apache::AuthTkt` --[[intrigeri]] |