Go to file
Clément OUDOT 6f2f263c9f Merge branch 'el7' into 'v2.0'
Improve RPM Requires: filtering

See merge request lemonldap-ng/lemonldap-ng!54

(cherry picked from commit bc100d059e)

c305da5c Split Fedora requires filtering from EL filtering
35919e8d Sentry::Raven is available for Fedora
36985b50 Net::OpenID::Server is available in Fedora
bf8de0a7 Don't filter Requires on XML::LibXSLT
c88b9cf3 Don't filter Requires on XML::LibXML
8a6e4d61 Web::ID is available in Fedora
aee9ee3f Lasso is available in Fedora 29+
eb4c7357 Fix Lasso Requires filtering
afc7c8e2 Use macro to define httpd log dir
d5827c6f Net::OpenID::Server is available in EPEL7
bb9e0ef8 Drop EL6 support, perl in EL6 is too old for the code base anyway
bda04bf5 XML::LibXSLT is already BR:'ed, no need to filter the corresponding Requires:
056ff5ba XML::LibXML is available for EL7
7fadd39c Fix Lasso Requires filtering (EL7)
5abb193c Fix Version:, 2.0.2 has not been tagged yet
023cfb1d Fix %preun to not erroneously wipe httpd conf files
2019-02-03 14:14:48 +01:00
_example Typo 2019-01-30 19:31:25 +01:00
.gitlab/issue_templates Add platform field 2018-05-19 21:43:57 +02:00
.vscode Update (c) + ToDo 2018-06-13 12:25:37 +02:00
debian Add libipc-run-perl in portal recomended deps. Fixes autopkgtest 2019-02-01 07:19:00 +01:00
doc Fix CAS documentation links 2019-01-24 17:43:06 +01:00
e2e-tests WIP - Improve e2e tests (#1600) 2019-01-26 18:41:19 +01:00
fastcgi-server Add sfRequired option (#1487) 2018-08-09 08:21:09 +02:00
lemonldap-ng-common Use make json to rebuild Manager files (#1601) 2019-02-02 15:55:55 +01:00
lemonldap-ng-handler Remove STDERR message in Handler.pm (#1618) 2019-02-01 11:24:17 +01:00
lemonldap-ng-manager Use make json to rebuild Manager files (#1601) 2019-02-02 15:55:55 +01:00
lemonldap-ng-portal Use an option to decode group searched value (#1601) 2019-02-02 15:54:30 +01:00
rpm Merge branch 'el7' into 'v2.0' 2019-02-03 14:14:48 +01:00
scripts Update versions 2019-01-09 13:42:30 +01:00
.gitignore Update vscode files 2018-06-13 11:52:02 +02:00
.gitlab-ci.yml Build package for debian buster 2018-12-07 00:28:00 +01:00
.salsa.conf Update gitlab conf 2018-11-21 20:05:37 +01:00
AUTHORS Update copyright 2018-06-23 08:58:15 +02:00
changelog Remove bad version in changelog 2019-01-10 16:48:19 +01:00
CONTRIBUTING.md Update team files 2018-06-13 11:57:36 +02:00
COPYING Update manager javascripts (#1568 #1495) 2019-01-04 15:49:35 +01:00
INSTALL Rename liblemonldap-ng-conf-perl to liblemonldap-ng-common-perl 2013-10-28 20:35:33 +00:00
LICENSE Move GPL to LICENSE 2018-12-11 06:21:34 +01:00
Makefile Adapt screen size to selenium display (#1600) 2019-01-24 21:53:12 +01:00
README.md update doc 2018-05-16 12:27:00 +02:00
RELEASE No more Doxyfile 2018-11-30 11:02:38 +01:00

LemonLDAP::NG

LemonLDAP::NG is a complete and modular Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems.

It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized.

You can find documentation on our website

Upgrade

See https://lemonldap-ng.org/documentation/latest/upgrade

License and copyright

LemonLDAP::NG is a free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright: see COPYING