environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent be4b0701d2
commit 2efeacb7a4
  1. 17
      README.md
  2. 2
      debian/control

@ -1,10 +1,17 @@
# LemonLDAP::NG
LemonLDAP::NG is a modular Web-SSO based on Apache::Session modules.
You can find documentation here:
* for administrators: https://lemonldap-ng.org/
* for developers: see also embedded perldoc
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](https://lemonldap-ng.org/)
# Upgrade

2
debian/control vendored

@ -68,7 +68,7 @@ Description: OpenID-Connect, CAS and SAML compatible Web-SSO system
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. Authorization are built by
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.
.

Loading…
Cancel
Save