From 2efeacb7a4237cdf1f9dbe319d279c398d138188 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Wed, 16 May 2018 12:27:00 +0200 Subject: [PATCH] update doc --- README.md | 15 +++++++++++---- debian/control | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08fdb4300..2a7dde547 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/debian/control b/debian/control index 377580279..7be316b74 100644 --- a/debian/control +++ b/debian/control @@ -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. .