zulip/zulip

Zulip does not support multiple LDAP backends

Open

#852 geöffnet am 1. Juni 2016

Auf GitHub ansehen
 (8 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (7.339 Forks)batch import
area: authentication (LDAP)help wantednew feature

Repository-Metriken

Stars
 (19.672 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 36T 6h) (110 gemergte PRs in 30 T)

Beschreibung

Current implementation for ZulipLDAPAuthBackendBase and ZulipLDAPAuthBackend preclude the use of multiple LDAP backends with Zulip (e.g. https://pythonhosted.org/django-auth-ldap/multiconfig.html).

Is there any way to support multiple LDAP backends with Zulip, or can backends.py easily be modified to allow multiple LDAP backends?

Contributor Guide