`Apache::AuthTkt`
--[[intrigeri]]
- I've more or less managed to implement something based on `mod_perl` and
- `Apache::AuthenHook`, respectively in Debian packages `libapache2-mod-perl2`
- and `libapache-authenhook-perl`.
+I've more or less managed to implement something based on `mod_perl` and
+`Apache::AuthenHook`, respectively in Debian packages `libapache2-mod-perl2`
+and `libapache-authenhook-perl`.
- In the Apache VirtualHost configuration, I have added the following:
+In the Apache VirtualHost configuration, I have added the following:
PerlLoadModule Apache::AuthenHook
PerlModule My::IkiWikiBasicProvider
Satisfy any
</LocationMatch>
- The perl module lies in `/etc/apache2/My/IkiWikiBasicProvider.pm`:
+The perl module lies in `/etc/apache2/My/IkiWikiBasicProvider.pm`:
package My::IkiWikiBasicProvider;
1;
- This setup also allows people with the master password to create their own
- account.
+This setup also allows people with the master password to create their own
+account.
- I'm not really fluent in Perl, and all this can probably be improved (*or
- might destroy your computer as it is* and YMMV).
+I'm not really fluent in Perl, and all this can probably be improved (*or
+might destroy your computer as it is* and YMMV).
- -- [[Lunar]]
+-- [[Lunar]]