From 9f3df434154e82a0884619a75d6e9eaa227b601c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Tue, 6 Jun 2023 16:04:14 -0400 Subject: [PATCH] add kanidm, thanks @just1602 --- howto/ldap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/howto/ldap.md b/howto/ldap.md index b3c070bc..f1b6f3a3 100644 --- a/howto/ldap.md +++ b/howto/ldap.md @@ -2265,6 +2265,8 @@ using the [django-auth-ldap][] authentication plugin. * [Authentik][]: single sign-on, 2fa, OIDC, SAML, LDAP, proxy, metrics * [LemonLDAP-ng](https://lemonldap-ng.org/), [packaged in Debian](https://tracker.debian.org/pkg/lemonldap-ng) + * [kanidm][]: SSO, 2FA, OIDC, LDAP, Radius, SSH, PAM + offline + support, web UI, CLI tools See also [mod_auth_openidc](https://github.com/OpenIDC/mod_auth_openidc) for an Apache module supporting OIDC. @@ -2275,6 +2277,7 @@ swap ud-ldap out if we need to, replacing bits of it as we go. [Authelia]: https://www.authelia.com/ [Authentik]: https://goauthentik.io/ +[kanidm]: https://github.com/kanidm/kanidm #### Keycloak -- GitLab