update doc

This commit is contained in:
Xavier Guimard 2018-05-16 12:27:00 +02:00
parent be4b0701d2
commit 2efeacb7a4
2 changed files with 12 additions and 5 deletions

View File

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

@ -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.
.