#900097 ITP: node-lemonldap-ng-handler -- Node.js handler for LemonLDAP::NG WebSSO system

Package:
wnpp
Source:
wnpp
Submitter:
Xavier
Date:
2025-11-29 16:41:02 UTC
Severity:
wishlist
Blocked By:
Bug Title
896938

  2

ITP: node-inireader -- small ini files reader for Node.js

wishlist stable testing unstable 9 months ago

896936

  2

ITP: node-file-cache-simple -- simple file key/value cache for Node.js

wishlist stable testing unstable 9 months ago

#900097#5
Date:
2018-05-26 06:44:22 UTC
From:
To:
* 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.

#900097#18
Date:
2018-08-29 10:56:11 UTC
From:
To:
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