Maxime Besson
Maxime Besson
As discussed in #227, logout scenarios (and their various failure cases) are currently not unit tested
Currently, the Shibboleth handler (/login) does not set a Content-Type:  This can cause issues with certain reverse proxies, certain default Content-Type configurations, or when using `X-Content-Type-Options: nosniff` . In...
I encountered a memory leak in an application (LemonLDAP::NG) that I was able to hunt back to HTML::Template. The following script: ``` use HTML::Template; my $tpltext= \$tpltext ); my $output...
Documentation for sentinels_username/sentinels_password is missing from POD/readme
Currently, when SSL is enabled but the handshake fails, the SSL error is not reported: ``` Could not connect to Redis server at server_with_bad_cert: at test.pl line 5 ``` With...
Currently, it's not possible to use environment variables in sql-map-config.xml or in files mentionned in sql-map-config.xml (such as the file containing actual SQL queries) I would like to be able...
A somewhat common use case is to force synchronization for a single user. For example, a LSC might run every night to synchronize the entire tree, but we urgently need...