lemonldap-ng/modules/lemonldap-ng-handler
Xavier Guimard fcf0dbaaac - In VirtualHost context, PerlInitHandler is an alias for
PerlPostReadRequestHandler. So by encoding characters (%40 for 'a'),
  users can bypass some restrictions.
  Now PerlInitHandler is replaced by PerlHeaderParserHandler, so
  Lemonldap::NG is called after URI translation phase.
- Correction of a bug in internal redirections: now internal
  redirections are not examined: for example, http://test.example.com/
  is internaly redirected to /index.pl, but only the first request (/)
  is tested.
2007-01-04 16:17:40 +00:00
..
example - In VirtualHost context, PerlInitHandler is an alias for 2007-01-04 16:17:40 +00:00
lib/Lemonldap/NG - In VirtualHost context, PerlInitHandler is an alias for 2007-01-04 16:17:40 +00:00
t Initial import from SF and other sources 2006-12-18 11:32:33 +00:00
Changes - In VirtualHost context, PerlInitHandler is an alias for 2007-01-04 16:17:40 +00:00
Makefile.PL Initial import from SF and other sources 2006-12-18 11:32:33 +00:00
MANIFEST * Help system skeleton in Manager 2007-01-04 08:42:13 +00:00
META.yml Update to lemonldap-ng-07 2006-12-19 20:55:23 +00:00
README Initial import from SF and other sources 2006-12-18 11:32:33 +00:00

Lemonldap-NG-Handler version 0.01
==============================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Apache::Session, LWP::UserAgent, 'Cache::Cache', 'MIME::Base64',
  'DBI'

and of course mod_perl1 or mod_perl2.

Lemonldap::NG is known to not work with mod_perl 1.99 (used in Debian
Sarge). Use Apache-1.3 instead.

COPYRIGHT AND LICENCE

Copyright (C) 2005 by Xavier Guimard

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.