Go to file
Daniel Berteaud fa6de8e904 Support Traefik forwardAuth 2022-11-06 17:45:21 +01:00
.gitlab/issue_templates Merge branch 'v2.0' into master 2020-11-13 06:17:45 +01:00
.vscode Update (c) + ToDo 2018-06-13 12:25:37 +02:00
_example Append autocomplete attribute & fix unit tests (#2585) 2021-08-05 22:45:31 +02:00
debian Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
doc Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
e2e-tests Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
fastcgi-server Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
lemonldap-ng-common Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
lemonldap-ng-handler Support Traefik forwardAuth 2022-11-06 17:45:21 +01:00
lemonldap-ng-manager Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
lemonldap-ng-portal Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
rpm Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
scripts Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
.ctags ctags config to exclude blib 2021-01-13 17:21:11 +01:00
.gitignore Add ctags file to gitignore 2021-01-05 15:10:38 +01:00
.gitlab-ci.yml Merge branch 'v2.0' 2022-01-05 20:20:39 +01:00
.perltidyrc Improve perltidy options 2019-03-18 17:13:39 +01:00
.salsa.conf Update gitlab conf 2018-11-21 20:05:37 +01:00
AUTHORS Perl critic 2021-02-01 22:30:37 +01:00
CONTRIBUTING.md Update team files 2018-06-13 11:57:36 +02:00
COPYING Merge remote-tracking branch 'origin/v2.0' into master 2020-09-22 13:05:37 +02:00
INSTALL Remove dependency to XML::Simple (#1491) 2020-07-13 15:54:47 +02:00
LICENSE Move GPL to LICENSE 2018-12-11 06:21:34 +01:00
Makefile Drop rpm-dist Makefile target in favor of a full-featured dist target 2021-06-08 12:12:05 +02:00
README.md Update README.md 2019-05-17 11:11:46 +02:00
RELEASE Update RELEASE 2021-07-26 13:26:25 +02:00
changelog Spelling errors reported by lintian 2021-10-09 09:13:35 +02:00
sonar-project.properties Add sonar CI job (#2437) 2021-01-16 14:33:47 +01:00

README.md

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

Contribute

LemonLDAP::NG is hosted on OW2. Please use this platform to post issues, merge requests,...

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