mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Support for OpenLDAP access. What's the current progress on this? #766
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dylan-tao on GitHub (Jul 27, 2025).
Is this a feature for the backend or frontend?
Backend
What would you like?
Support for OpenLDAP access is a basic requirement for me to decide whether to use this product. What's the current progress on this?
Why is this needed?
No response
Other information
No response
@meltyshev commented on GitHub (Jul 28, 2025):
Hi! Thanks for the question. We don't have concrete plans to add native LDAP support to PLANKA at the moment. However, it's already possible to set it up using Keycloak, which can handle all LDAP communication properly.
This comment might help you get started: https://github.com/plankanban/planka/issues/72#issuecomment-2872482590
@dancrn commented on GitHub (Nov 11, 2025):
setting up keycloack is a pain, requires additional TLS keys, is another point of failure, another dependency, and is - broadly speaking - absolutely overkill for this purpose (imo). looking at the patchset supplied to implement LDAP, it doesn't look like it was a huge change. i'll try rebasing it some time soon (although a lot of structure has changed in 3 years 😞). it would be great to have native LDAP support! 🙂