micahmanquen / django-ldap-groups

Automatically exported from code.google.com/p/django-ldap-groups
0 stars 0 forks source link

LDAP backend is currently single, static, and based on settings #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Integrators should be able to store multiple LDAP backends in the Django db, 
and be able to create LDAPGroup mappings for them as required.

We currently authenticate internal users against Active Directory, and external 
users against eDirectory.  Use cases also include wanting to authenticate 
against both production and test LDAP instances.

Original issue reported on code.google.com by tphern...@gmail.com on 19 Jan 2010 at 10:51

GoogleCodeExporter commented 8 years ago
You could use the same settings format as the new muti-db support.

Original comment by daniel.hilton@gmail.com on 12 May 2010 at 10:43