Lemonldap::NG is the leader SSO in France and one of the best Open-Source SSO in the world.
Linagora is member of Lemonldap::NG Team since 2007 and actively continue to contributes.
This repository contains:
These plugins are packaged for lemonldap-ng-store (available since LLNG 2.23.0) and published as a store. They are also available as Debian packages.
# Register this store
sudo lemonldap-ng-store add-store https://linagora.github.io/lemonldap-ng-plugins/
# List available plugins
lemonldap-ng-store list
# Install a plugin
sudo lemonldap-ng-store install <plugin-name> --activateSee doc of wanted plugin.
All plugins are also available as Debian packages. A Debian repository is published alongside the store.
# Import the GPG key
curl -fsSL https://linagora.github.io/lemonldap-ng-plugins/store-key.asc \
| sudo gpg --dearmor -o /usr/share/keyrings/linagora-llng-plugins.gpg
# Add the repository
echo "deb [signed-by=/usr/share/keyrings/linagora-llng-plugins.gpg] https://linagora.github.io/lemonldap-ng-plugins/debian stable main" \
| sudo tee /etc/apt/sources.list.d/linagora-llng-plugins.list
# Install plugins
sudo apt update
sudo apt install linagora-lemonldap-ng-plugin-json-fileThe Manager rebuild is triggered only once via dpkg triggers, even when installing multiple plugins simultaneously.
LLNG < 2.23.0: the
linagora-lemonldap-ng-storepackage is available in this repository and provideslemonldap-ng-storefor older LemonLDAP::NG versions. It is pulled automatically when needed.
| Plugin | Description |
|---|---|
| matrix-token-exchange | Matrix federation token exchange for OIDC relying parties |
| oidc-jarm | JARM — JWT Secured Authorization Response Mode (RFC 9207) |
| reports | Session and browser usage reports (CSV) |
| mail-autodiscover | SMTP/IMAP autodiscover for Outlook and Thunderbird |
| json-file | JSON file-based Auth/UserDB backend for dev/test |
Here are the Lemonldap::NG "LTS" versions:
| Version | Community LTS | Debian LTS1 | Limit2 |
|---|---|---|---|
| 2.0.11 | ❌3 | ✅ | 2026 |
| 2.16.x | ✅ | ✅ | 2028 |
| 2.21.x | ✅ | ✅ | 2030 |
- LTS community files for 2.16.x and 2.21.x
- Linagora files for 2.0.11
Copyright: 2024-2025 Linagora
Following Lemonldap::NG License, all files here are released under GPL-2+ license, unless specified:
These files are free softwares; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Footnotes
-
Possible extension via Linagora's OSSA ↩
-
Supported here ↩