Commit Graph

44 Commits

Author SHA1 Message Date
Xavier Guimard
d739803b92 LEMONLDAP::NG : security bug in Portal/Simple.pm 2007-07-06 09:38:31 +00:00
Xavier Guimard
2df9aed0f9 LEMONLDAP::NG : little bug in redirect sub (Portal/Simple.pm) 2007-07-03 05:48:52 +00:00
Xavier Guimard
d0f545b666 LEMONLDAP::NG : bug in manager javascript 2007-06-18 20:36:46 +00:00
Xavier Guimard
5ffac30027 LEMONLDAP::NG : Change in configuration storage format (Closes: #307173) and documentation 2007-06-13 12:04:02 +00:00
Xavier Guimard
c1ef3e0b87 LEMONLDAP::NG : another little bug correction in CDA (thanks to Alex) 2007-05-23 06:48:07 +00:00
Xavier Guimard
9216dc8ec7 LEMONLDAP::NG : Little bug correction in Portal/CDA.pm 2007-05-22 08:22:54 +00:00
Xavier Guimard
3b70838704 LEMONLDAP::NG : version 0.8.2.1. Bug correction in DBI configuration access 2007-05-15 04:31:10 +00:00
Xavier Guimard
a156a2d825 LEMONLDAP::NG : SOAP HTTP basic authentication 2007-05-06 14:41:30 +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
84f77169f6 LEMONLDAP::NG : test bug fix in stable version 2007-04-20 07:04:29 +00:00
Xavier Guimard
dfc4b52e8a LEMONLDAP::NG : Bug fix in other authentication scheme than default (ldap) 2007-04-14 20:38:55 +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
305c6a8c88 LEMONLDAP::NG : More tests in Lemonldap::NG::Manager 2007-04-10 05:15:26 +00:00
Xavier Guimard
0a3512617a Lemonldap::NG : new web site in POD 2007-04-02 19:13:05 +00:00
Xavier Guimard
4cf7dd1b23 LEMONLDAP::NG : Little bug in i18n of Portal: failed if language is not 'fr' or 'en'. New feature: Apache authentication in Portal (AuthApache.pm) 2007-03-26 19:27:53 +00:00
Xavier Guimard
ef61c5b646 LEMONLDAP::NG : Documentation for logout system and bug correction: configuration refresh in Apache-1.3 (Closes: #306761) 2007-03-24 15:18:52 +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
71f3f7310c LEMONLDAP::NG : Multi-valued attributes in HTTP headers (Closes: #306792) 2007-03-15 21:14:00 +00:00
Xavier Guimard
9c9bec7ca5 LEMONLDAP::NG : Version 0.803 2007-03-15 07:08:34 +00:00
Xavier Guimard
05aa5f7e06 LEMONLDAP::NG : bug correction in Cross Domain Authentication 2007-03-15 06:51:14 +00:00
Clément Oudot
63f7140a28 First Lasso methods 2007-03-14 18:11:15 +00:00
Clément Oudot
260b5a6fa0 List of overloaded methods to develop 2007-03-14 15:39:29 +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
5f867fe023 LEMONLDAP::NG : Release 0.8 2007-03-09 19:46:09 +00:00
Xavier Guimard
2523a54943 LEMONLDAP::NG : new features:
- 'apply changes' button in Manager used to reload configuration
                  in handlers (by calling reload sub via HTTP)
                - i18n module in portal (for displaying errors)
                - lock in DBI configuration system (NOT YET TESTED)
2007-03-04 14:52:51 +00:00
Xavier Guimard
8852e3db5d LEMONLDAP::NG : new feature: authentication via CAS 2007-03-01 20:03:19 +00:00
Xavier Guimard
babb1c1789 * New feature: session access via SOAP 2007-02-28 22:36:19 +00:00
Xavier Guimard
7c40292c0d * New feature: configurtion access via SOAP 2007-02-28 12:56:35 +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
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
9a8d380ad7 New feature in Portal: Cross-Domain-Authentication (Lemonldap::NG::Portal::CDA). 2007-02-23 05:31:32 +00:00
Clément Oudot
670f44c91b Skeleton of LA authentication module 2007-02-11 15:14:33 +00:00
Xavier Guimard
2f01f72553 Change update 2007-02-11 08:40:09 +00:00
Xavier Guimard
d57de94078 New feature in Portal: existing sessions are now examined and a new sub
`existingSession' is called if a previous session has been found.
2007-02-11 08:31:56 +00:00
Xavier Guimard
91844e41be Little corrections 2007-01-14 19:39:07 +00:00
Xavier Guimard
23d2343774 * New feature: 'macros' parameter can be used to add exported variables
calculated with other LDAP attributes. It can be used to simplify rules
  configuration
* Correction of bad use of Safe in portal: groups mechanism was not working
  well since we use Safe
2007-01-13 19:34:03 +00:00
Xavier Guimard
6f2a40e4ed Comments in Portal code 2007-01-11 06:42:57 +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
dbe9fa9289 New version number for Portal::SharedConf 2006-12-30 21:26:32 +00:00
Xavier Guimard
d459a70719 * delete old comments
* using Safe instead of eval for external expressions
2006-12-30 21:22:28 +00:00
Xavier Guimard
f96f94bad5 Portal POD update 2006-12-24 08:37:27 +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