* Package name : node-lemonldap-ng-handler Version : 0.2.7 Upstream Author : Xavier Guimard <x.guimard@free.fr> * URL : https://github.com/LemonLDAPNG/node-lemonldap-ng-handler * License : GPL-2+ Programming Lang: JavaScript Description : Node.js handler for LemonLDAP::NG WebSSO system 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 is already packaged in Debian (lemonldap-ng). node-lemonldap-ng-handler provides the Node.js handler. It can be used to replace lemonldap-ng-fastcgi-server or to protect an Express app. This package will be maintained under JS-Team umbrella.
Dear ftp masters,
here is a resume of dependencies of node-* packages needed for
node-lemonldap-ng-handler.
node-lemonldap-ng-handler is an alternative engine for lemonldap-ng
Web-SSO (when used with Nginx). It will be usable also to provide
SSO-as-a-Service which comes with lemonldap-ng 2.0 (will be released
around 2018-10).
Here is the tree of its dependencies (new only):
* Required:
- node-file-cache-simple:
- node-fs-jetpack
- node-inireader
- js-md5
- aes-js
* Recommended
- node-modern-syslog
Session backends are inspired from Apache::Session (Perl) to be
compliant with lemonldap-ng. Usr has to choose between: File (native),
LDAP, SQL or MongoDB. Theses new packages are proposed in this goal:
- node-ldap-client
- node-nodedbi
- node-mongodb:
- node-mongodb-core:
- node-bson
- node-require-optional
- node-bson (build)
I hope this resume will clarify this proposed packages. Some of them
will be also useful for many other packages (node-nodedbi,
node-ldap-client, node-mongodb,...)
Best regards,
Xavier