Commit Graph

113 Commits

Author SHA1 Message Date
Xavier Guimard
f52755060e LEMONLDAP::NG : Debian default portal is now issued from index_skin.pl
Update versions
2008-05-24 19:12:28 +00:00
Clément Oudot
241c22ec44 Translate all french comments to english 2008-05-24 13:18:54 +00:00
Xavier Guimard
3b89370d8c LEMONLDAP::NG : the script purgeCentralCache was not correct on Debian
UNIVERSAL::can is now compiled with Perl 5.10
2008-05-23 07:52:35 +00:00
Xavier Guimard
f71c37d97b LEMONLDAP::NG : to avoid having AuthLA files in a simple installation, AuthLA is now installed in a separate directory.
On Debian, AuthLA is now installed in /var/lib/lemonldap-ng
2008-05-18 09:26:41 +00:00
Xavier Guimard
a3297e2dbb LEMONLDAP::NG 2 false manifest files 2008-05-12 13:40:06 +00:00
Xavier Guimard
b3b53c1ddb LEMONLDAP::NG : adding pod test => 2 bugs found 2008-05-12 13:36:36 +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
86cbecbde9 LEMONDLAP::NG : little existingSession documentation in Portal 2008-05-11 09:18:08 +00:00
Xavier Guimard
62a2742b06 LEMONLDAP::NG : new dependencies 2008-05-10 19:42:54 +00:00
Clément Oudot
2af37ccc19 Remove File dependency 2008-05-10 18:10:18 +00:00
Clément Oudot
cb002667ef Remove test specific parameters 2008-05-10 18:07:09 +00:00
Clément Oudot
fcb1c3a5a7 Add a skin to the portal 2008-05-10 18:05:46 +00:00
Clément Oudot
3a8e138a88 Add perldoc for Password Policy 2008-05-10 09:31:43 +00:00
Xavier Guimard
5bac01a55f Lemonldap::NG : little documentation for Lemonldap::NG::Handler::Status and perltidy 2008-05-09 20:50:27 +00:00
Clément Oudot
438588e0d8 Set input type text for CSS compatibility 2008-05-06 09:33:47 +00:00
Xavier Guimard
4fdcefafe4 LEMONLDAP::NG : new controls in PortalStatus example file 2008-04-29 12:43:35 +00:00
Xavier Guimard
e30bd50979 LEMONLDAP::NG : new example program : getting status of Lemonldap::NG::Portal (sessions count) 2008-04-29 12:27:05 +00:00
Xavier Guimard
5cc5a54281 LEMONLDAP::NG : adding missing Apache::Session::* modules support in purgeCentralCache 2008-04-26 12:12:52 +00:00
Xavier Guimard
59ff84d7a9 LEMONLDAP::NG : old logout method replaced in example 2008-04-11 14:32:12 +00:00
Xavier Guimard
f2cb286636 LEMONLDAP::NG : Version 0.9.1 2008-04-11 05:16:57 +00:00
Xavier Guimard
e2f40e466d LEMONLDAP::NG : stupid bug + perltidy 2008-04-10 09:40:16 +00:00
Xavier Guimard
65ae8948b9 LEMONLDAP::NG : little patch for the portal to be able to use configuration cached by handlers to increase performance in DBI or SOAP configuration storage: else, the portal download the configuration for each authentication. 2008-04-10 09:34:21 +00:00
Thomas CHEMINEAU
59dc69902f Liberty Storage Options for AuthLA module are now generic CGI::Session options 2008-04-07 16:44:25 +00:00
Thomas CHEMINEAU
4e9cf25fe8 Add CGI::Session support in AuthLA module + fixe some bugs 2008-04-07 16:40:09 +00:00
Xavier Guimard
edfb4aa305 LEMONLDAP::NG : update module versions and changelogs 2008-04-07 13:04:14 +00:00
Xavier Guimard
23ae454e60 LEMONLDAP::NG : When Net::LDAP::Control::PasswordPolicy isn't available, constants LDAP_CONTROL_PASSWORDPOLICY LDAP_PP_ACCOUNT_LOCKED LDAP_PP_PASSWORD_EXPIRED are not available. So I added a "no strict 'subs'" else, compilation failed whith earlier Net::LDAP packages. 2008-04-03 09:09:43 +00:00
Xavier Guimard
1e46733d63 LEMONLDAP::NG : Constants LDAP_CONTROL_PASSWORDPOLICY LDAP_PP_ACCOUNT_LOCKED LDAP_PP_PASSWORD_EXPIRED are not exported if Net::LDAP::Control::PasswordPolicy is missing, so we have to add an "eval" 2008-04-03 08:55:11 +00:00
Clément Oudot
0a11a048e7 Add support for LDAP Password Policy 2008-03-31 14:25:14 +00:00
Xavier Guimard
14a92f1d77 LEMONLDAP::NG : UTF8 in AuthLA.pm must be specified in pod 2008-03-07 13:17:46 +00:00
Xavier Guimard
6b797bc707 LEMONLDAP::NG : corrections issued from http://lintian.debian.org/reports/full/x.guimard@free.fr.html 2008-03-05 11:26:15 +00:00
Xavier Guimard
c616e8759b LEMONLDAP::NG : new release : version 0.9 2008-02-28 07:08:35 +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
Clément Oudot
a3187f6ca4 Remove br markups 2008-01-27 17:55:23 +00:00
Clément Oudot
44c3335de8 Add logout from the error page 2008-01-25 15:21:48 +00:00
Clément Oudot
b5d8e94cd5 Correct menu display context 2008-01-25 09:38:53 +00:00
Clément Oudot
d961e19d70 Add a menu and a 403 error page 2008-01-25 08:54:14 +00:00
Clément Oudot
29cb9c722e remove local logout from code and add a 'and' test in the process 2008-01-24 10:17:30 +00:00
Clément Oudot
45423aca5a Add local logout possibility 2008-01-24 09:34:02 +00:00
Clément Oudot
6e97c24141 Import from FederID project 2008-01-13 14:34:10 +00:00
Clément Oudot
2bf1566c2a use external federid theme 2008-01-13 14:29:24 +00:00
Clément Oudot
ab283fcb0a try to use external repository for one file 2008-01-13 14:18:26 +00:00
Clément Oudot
0a9e4b51e3 Add a variable to store path 2008-01-06 19:58:15 +00:00
Clément Oudot
1699635535 Remove unused files 2008-01-06 19:57:34 +00:00
Xavier Guimard
5cb8dd0047 LEMONLDAP::NG : Debian Portuguese translation 2007-11-21 14:03:22 +00:00
Xavier Guimard
3103f4b3b9 LEMONLDAP::NG : Version 0.8.3.1 : LDAP groups can now be available in $groups 2007-11-07 16:06:26 +00:00
Xavier Guimard
2099b03b09 LEMONLDAP::NG : getProtectedURLS becomes getProtectedSites and moves from AuthLA.pm to Portal/SharedConf.pm 2007-10-27 06:02:02 +00:00
Xavier Guimard
15e7c4815f LEMONLDAP::NG : Documentation update 2007-10-26 04:52:12 +00:00
Xavier Guimard
6b8364bd6f LEMONLDAP::NG : Liberty-Alliance integration in progress... 2007-10-25 06:06:17 +00:00
Xavier Guimard
2690cc4cfb LEMONLDAP::NG : Liberty-Alliance integration in progress... 2007-10-22 19:42:19 +00:00