Commit Graph

55 Commits

Author SHA1 Message Date
Xavier Guimard
b132e83530 Better token for REST session creation (#970) 2017-02-28 05:30:47 +00:00
Xavier Guimard
c0c67fd0bd Minimize persistentSession tie/untie (#713, #LEMONLDAP-1173) 2017-02-27 20:48:00 +00:00
Xavier Guimard
38365b94ee Add DBI in e2e-tests 2017-02-26 08:04:39 +00:00
Xavier Guimard
7a71c9db37 Revert r6047 (#1148) 2017-02-20 21:59:31 +00:00
Xavier Guimard
e3dafad97d Add lwpOpts and lwpSslOpts to Apache/Session/REST (see #1065) 2017-02-15 18:21:00 +00:00
Xavier Guimard
1e7b2c4a39 Add LWP options (closes: #1065) 2017-02-15 15:08:23 +00:00
Xavier Guimard
4ae5c7463c Replace .pl (#595) 2017-01-30 16:22:39 +00:00
Xavier Guimard
42c42562a6 Ask token to use get_key_from_all_sessions (#595) 2017-01-23 22:04:24 +00:00
Xavier Guimard
5369f46024 REST session/conf backends (#970) 2017-01-22 22:51:22 +00:00
Xavier Guimard
1983842f79 SOAP server (#970) 2017-01-07 20:37:07 +00:00
Xavier Guimard
778c0b997f Update POD (#595) 2017-01-04 20:22:04 +00:00
Xavier Guimard
6c7e797a3a Avoid some warnings (#LEMONDAP-595) 2016-12-02 16:29:04 +00:00
Xavier Guimard
d097b4ec0a Enable setAuthSessionInfo (#595) 2016-12-01 22:25:05 +00:00
Clément Oudot
12ea5aabf2 Manage old LDAP sessions (#1049) 2016-06-23 10:13:07 +00:00
Clément Oudot
574057be22 Replace cn by ldapAttributeId (#1041) 2016-06-13 16:13:44 +00:00
Xavier Guimard
bf1fd28aff Backport #1036 2016-06-09 11:45:10 +00:00
Clément Oudot
e54381178e Call disconnect in sub _LDAPGKFAS (#991) 2016-04-19 17:02:18 +00:00
Xavier Guimard
2d2edb61ac Merge experimental branch (#960)
Also update version to 2.0
2016-03-17 22:19:44 +00:00
Xavier Guimard
2194b8beef Little cleanup 2016-03-09 05:31:19 +00:00
Xavier Guimard
7ac07074ae Update versions 2016-03-03 20:25:16 +00:00
Xavier Guimard
ab1e3c6db3 Typo (closes: #942) 2016-02-18 14:56:06 +00:00
Xavier Guimard
f82afc0084 Avoid our serialization for browseable, mongodb,... 2016-02-10 14:49:04 +00:00
Xavier Guimard
d555dc7d84 Sessions may be readable even in old format (#877) 2016-01-22 11:26:43 +00:00
Xavier Guimard
5bef7284b3 Update copyright years 2016-01-21 21:15:19 +00:00
Xavier Guimard
70d845fc72 Replace default encoding by JSON for sessions (#877) 2016-01-21 18:06:55 +00:00
Xavier Guimard
d2fcb5083a Back from JSON::MaybeXS to JSON (#877) 2016-01-13 19:47:56 +00:00
Xavier Guimard
6eaea5081a Avoid double utf8 management (#827) 2016-01-11 20:32:44 +00:00
Xavier Guimard
0b52c97cfe Use JSON::MaybeXS instead of JSON
JSON::Any used before as been deprecated
2015-12-28 16:35:32 +00:00
Xavier Guimard
df20c3a175 Use local storage only if non root 2015-12-25 12:50:32 +00:00
Clément Oudot
4a1f957fdd Set trunk version to 1.9.0 2015-12-18 09:31:36 +00:00
Clément Oudot
461bdefe69 Force unbind in GKFAS method (#740) 2015-06-12 13:29:16 +00:00
Clément Oudot
6ff81f505f Manage configuration of attributes and objectClass from Apache::Session::LDAP in GKFAS method (#759) 2015-06-12 13:14:32 +00:00
Xavier Guimard
d694323b11 Set version to 2.0.0 2015-05-14 06:45:13 +00:00
Xavier Guimard
3e2322fe3a Import and adapt https://github.com/guimard/angular-lemonldap-ng-manager.git 2015-05-14 06:44:38 +00:00
Clément Oudot
7a7bb1fbda make tidy on all files 2015-03-10 15:07:33 +00:00
Xavier Guimard
26ad70cdca Propose to use JSON serialization for sessions
Closes: #795
2015-03-03 19:52:36 +00:00
Clément Oudot
b203d6f343 Do not check cache when calling release_all_locks (#763) 2015-01-22 12:57:30 +00:00
David COUTADEUR
e8fe193f32 Fix bug: Password reset doesn't work with Apache::Session::MySQL::NoLock (references #743)
(MySQL::NoLock should provide session exploration, but is detected as not able to.)
2014-07-31 14:27:43 +00:00
Clément Oudot
f97f5c72e0 make tidy 2014-07-24 15:48:32 +00:00
David COUTADEUR
273f4f824b Fix Session lock management (references #742) 2014-07-24 15:35:12 +00:00
David COUTADEUR
fcb0d28d68 add a correct lock management for sessions: when a session is found in cache, do not make lock calls to final session backend (MySQL for example) fix LEMONLDAP-742 2014-07-23 17:50:13 +00:00
Clément Oudot
f26c4d5bea Manage SOAP session tie, and add cache management in Common SOAP session backend (#732) 2014-07-16 13:42:49 +00:00
François-Xavier Deltombe
b0e41fd796 LL::NG::Common::Session: add option updateCache to update() and remove() (#724) 2014-07-03 09:33:19 +00:00
François-Xavier Deltombe
84775d306b Remove a redundant var declaration 2014-06-25 16:09:05 +00:00
Clément Oudot
3796a9e18a Do not force epxiration time in code, use default_expires_in cache option instead (#712) 2014-06-25 14:15:22 +00:00
Clément Oudot
793e28be10 Store session in cache if session found in backend (#712) 2014-06-25 14:11:04 +00:00
Clément Oudot
dbfbde2e9f make tidy 2014-06-08 10:04:50 +00:00
Clément Oudot
4d4689b806 Possibility to use an alternate Generate module for sessions (#695) 2014-06-08 09:20:58 +00:00
Clément Oudot
f713840aac Manage cache in Common::Apache::Session::Store (#671) 2014-02-21 17:04:56 +00:00
Clément Oudot
c1cb7316d1 Create a Store object for Common::Apache::Session in order to manage cache directly (#671) 2014-02-21 16:38:57 +00:00