Commit Graph

46 Commits

Author SHA1 Message Date
Xavier Guimard
f7cc93ee5c LEMONLDAP::NG : * bug in filter mechanism : redirections issued from the applications had precedence on LM::NG redirections
* field size in Status.pm
2008-05-30 15:49:33 +00:00
Xavier Guimard
dc8d0a4334 LEMONLDAP::NG : new functionality in Poratl/AuthSSL.pm : the parameter SSLRequire can be set to 0 to authenticate users both by certificate or login/password 2008-05-25 12:54:45 +00:00
Xavier Guimard
851d0d0caa LEMONLDAP::NG : little bug in Simple.pm : previous $datas was used for new users in status collect
Uptime displayed now in Status.pm
2008-05-13 09:07:30 +00:00
Xavier Guimard
2b1df6d588 LEMONLDAP::NG test for Handler/Status.pm 2008-05-12 13:20:30 +00:00
Xavier Guimard
4adb04aa60 LEMONLDAP::NG : status process runs now with the same uid/gid as Apache and with the same @INC as mod_perl 2008-05-12 04:02:55 +00:00
Xavier Guimard
87d1f521e1 LEMONLDAP::NG : now, status page displays portal activity if an handler exists 2008-05-11 19:21:39 +00:00
Xavier Guimard
28e7336097 LEMONLDAP::NG : Status is in HTML now 2008-05-11 12:55:20 +00:00
Xavier Guimard
0213945fdf LEMONLDAP::NG : status module in progress...
Little bug in Handler.pm : local cache was not purged when using logout_sso
2008-05-11 09:17:26 +00:00
Xavier Guimard
5bac01a55f Lemonldap::NG : little documentation for Lemonldap::NG::Handler::Status and perltidy 2008-05-09 20:50:27 +00:00
Xavier Guimard
5ab3a3fdfe LEMONLDAP::NG : Skeleton of Status module for Lemonldap::NG::Handler 2008-05-09 15:51:21 +00:00
Xavier Guimard
7b5e86351e LEMONLDAP::NG : integration of new CSS 2008-05-06 05:59:19 +00:00
Xavier Guimard
83dce88170 Lemonldap::NG : 'use constant' seems to be more efficient than static sub in compilation 2008-05-04 10:53:12 +00:00
Xavier Guimard
9bbbad50ae LEMONLDAP::NG : suppress Apache2::compat dependency,
prepare Handler to support Log4perl and other log systems
2008-05-03 12:18:54 +00:00
Xavier Guimard
96e0d4d3d5 LEMONLDAP::NG : adding a simple example to use Log::Log4Perl for rejected requests 2008-04-29 08:05:32 +00:00
Xavier Guimard
edfb4aa305 LEMONLDAP::NG : update module versions and changelogs 2008-04-07 13:04:14 +00:00
Xavier Guimard
6959f1c20a LEMONLDAP::NG : 2 bugs :
* lmLog was not exported in Proxy.pm
                * the new javascript library does not need to replace & by &
2008-04-07 08:47:40 +00:00
Xavier Guimard
cf400baf21 LEMONLDAP::NG : logout bugs. Now logout_app, logout_app_sso and logout_sso targets works fine 2008-03-13 09:28:14 +00:00
Xavier Guimard
e779d8fc1e LEMONLDAP::NG : Work about logout problems. To be continued. 2008-03-12 16:24:17 +00:00
Xavier Guimard
9312ebf80b LEMONLDAP::NG : changelog and versions update 2008-02-08 16:56:42 +00:00
Xavier Guimard
85e7acadfe LEMONLDAP::NG : some stupid bugs... 2008-02-08 15:33:32 +00:00
Xavier Guimard
b5bff0c567 LEMONLDAP::NG : (holidays) little bug corrections 2007-08-21 12:06:59 +00:00
Xavier Guimard
57bb1df1b4 LEMONLDAP::NG : little bug in Portal/Simple.pm, timeout avoidance in
Manager/Conf/DBI.pm and new feature in Handler: port can
                be fixed in redirection to avoid some Apache problems.
2007-07-30 19:38:19 +00:00
Xavier Guimard
621afef56b LEMONLDAP::NG : New features :
* new logout system: URL interception can now be configured in Manager interface
                * TLS can now be used in LDAP connexions
2007-07-22 20:30:27 +00:00
Xavier Guimard
6af2a2c60b LEMONLDAP::NG : New feature: configurations management (next; last, previous, delete) 2007-05-05 14:13:44 +00:00
Xavier Guimard
4a8c99c7b0 LEMONLDAP::NG : new: port is now checked in HTTP redirections. 2007-04-23 19:23:35 +00:00
Xavier Guimard
60e18350f7 LEMONLDAP::NG : little bug fix : Active Directory does not set UID, so $whatToTrace may bu null. 2007-04-17 13:53:25 +00:00
Xavier Guimard
cf4f11b7a0 LEMONLDAP::NG : more tests in Handler and perltidy on test files 2007-04-15 12:44:29 +00:00
Xavier Guimard
e502a3dc57 LEMONLDAP::NG::Handler :
* new feature: Lemonldap::NG::Handler::CGI can be used directly in Perl CGI instead of using a real handler
 * little bugs correction
2007-04-14 13:12:11 +00:00
Xavier Guimard
0a3512617a Lemonldap::NG : new web site in POD 2007-04-02 19:13:05 +00:00
Xavier Guimard
f84b7eccd4 LEMONLDAP::NG : $startDate and $date are not available for rules. 2007-03-23 19:56:33 +00:00
Xavier Guimard
f80730b65f LEMONLDAP::NG : Single logout (portal and handler) and restricted manager are finished (TODO: single logout doc) 2007-03-18 18:33:38 +00:00
Xavier Guimard
baf74b2cc4 LEMONLDAP::NG :
stable : bug correction: existingSessions was never called in Portal/Simple.pm
              trunk  : new feature: logout
2007-03-14 07:28:53 +00:00
Xavier Guimard
babb1c1789 * New feature: session access via SOAP 2007-02-28 22:36:19 +00:00
Xavier Guimard
0b6efc588d Skeleton of a SOAP configuration access 2007-02-24 20:23:17 +00:00
Xavier Guimard
0f1d5ce5cc * Cross Domain Authentication works now.
* An example is now given for using Lemonldap::NG as a slave of another Web-SSO.
2007-02-24 13:30:53 +00:00
Xavier Guimard
e7c036efe3 CDA in progress... 2007-02-23 06:34:29 +00:00
Xavier Guimard
4ad93eab3e New feature in Handler: Cross-Domain-Authentication (Lemonldap::NG::Handler::CDA).
WARNING: CDA.pm is not finished !
2007-02-23 06:03:58 +00:00
Xavier Guimard
643a9ad3b6 Little change. Release 0.7b10. 2007-02-10 10:37:31 +00:00
Xavier Guimard
fb722d197f Examples of "unprotect" use 2007-02-04 14:34:41 +00:00
Xavier Guimard
91844e41be Little corrections 2007-01-14 19:39:07 +00:00
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
Xavier Guimard
90522e3e96 * Help system skeleton in Manager
* Correction in apache-1.3 configuration file
 * Rights corrections in example files (Apache::Registry needs +x for apache-1.3
 * perltidy on all files
2007-01-04 08:42:13 +00:00
Xavier Guimard
f581c0c1c2 * Safe jail is now running
* Bug corrections in Handler::Vhost and Handler::Simple
 * Example runs fine now
2006-12-31 12:59:26 +00:00
Xavier Guimard
93ec63106f Handler POD update 2006-12-24 08:37:49 +00:00
Xavier Guimard
919ed29bbd Update to lemonldap-ng-07 2006-12-19 20:55:23 +00:00
Clément Oudot
50727aa3f6 Initial import from SF and other sources 2006-12-18 11:32:33 +00:00