mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 00:52:49 +00:00
697d1ef7aa
The Entire LDAP infrastructures 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. Closes issue #270
5 lines
92 B
Python
5 lines
92 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LdapSyncConfig(AppConfig):
|
|
name = 'ldap_sync'
|