summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Kernel::System::Auth::Sync::LDAP: fix initial RoleSyncHEADmasterAlexander Sulfrian2014-12-071-1/+1
|
* Kernel::System::Auth::Sync::LDAP: add initial role supportAlexander Sulfrian2014-12-061-0/+29
|
* Kernel::System::Auth::Sync::LDAP: add fix for complex mappingsAlexander Sulfrian2014-12-061-37/+42
| | | | | | | We need a complex mapping for LDAP Sync, because the required fields does not appear as single fileds in LDAP. No you could set a sub ref as SyncMap in the configuration, that gets the LDAP Entry and sould return the poppulated user object.
* add default Kernel::System::Auth::Sync::LDAPAlexander Sulfrian2014-12-061-0/+805
|
* app.psgi: add wrapper for bin/cgi-bin/app.psgiAlexander Sulfrian2014-12-061-0/+22
| | | | | | | We want a custom wrapper for $SIG{__DIE__} because the automatic wrapper from uwsgi does not handle the $^S case and some perl libs fails (f.e. Net::SSLeay). This is only a thin wrapper with the signal handler and some magic to fix FindBin for the original script.
* use system lib for Text::CVSAlexander Sulfrian2014-12-061-0/+1
| | | | | The bundled version of Text::CVS is incompatible with the Text::CVS::XS from debian wheezy, so we use the system version ot Text::CVS.
* CGI::Emulate::PSGI: fix uwsgi supportAlexander Sulfrian2014-12-051-1/+22
| | | | https://github.com/tokuhirom/p5-cgi-emulate-psgi/pull/3
* add default CGI::Emulate::PSGIAlexander Sulfrian2014-12-051-0/+173
|
* use system libs for JSON and YAMLAlexander Sulfrian2014-12-055-0/+5