Skip to content

Feature: move ldap to separate app

klafyvel requested to merge feature-move-ldap-to-separate-app into dev

The Entire LDAP infrastructure now relies on signals rather than direct function calls and is in its own app. This means it can be deactivated, but also that we can easily plug new services in addition to LDAP, such as OAuth. BREAKING CHANGE: You need to add ldap_sync to optional apps to keep using LDAP.

Closes issue #270 (closed)

Edited by klafyvel

Merge request reports