lemonldap-ng-cli

Lemonldap::NG manager part

Install

All systems
curl cmd.cat/lemonldap-ng-cli.sh
Debian Debian
apt-get install liblemonldap-ng-manager-perl
Ubuntu
apt-get install liblemonldap-ng-manager-perl
image/svg+xml Kali Linux
apt-get install liblemonldap-ng-manager-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install liblemonldap-ng-manager-perl
Raspbian
apt-get install liblemonldap-ng-manager-perl

liblemonldap-ng-manager-perl

Lemonldap::NG manager part

Lemonldap::NG is a complete 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. Lemonldap::NG::Manager provides the administration interface.

liblemonldap-ng-cli-perl

Command Line Interface to edit LemonLDAP::NG configuration

Lemonldap::NG::Cli allow user to edit the configuration of Lemonldap::NG via the command line. It can be used to create scripts to deploy new applications without using Lemonldap::NG manager.