etianen / etianen/django-python3-ldap
Addressing Multiple AD Servers and/or User Groups on AD Server
- Dominant language
- Python
- Stars
- 428
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
This is a great library. Really well done. It's working for a project great, but I wondered if anyone had used it yet in a situation where you may have two different LDAP servers that need to be searched for users in AD.
Example: One may be corp.forestlake.com and another may be corp.rivervalley.com. In each of those servers, then two search bases might be possible....
In example, "ou=Staff,ou=City1,ou=Site,ou=Company Name,dc=corp,dc=forestlake,dc=com".
My plan is to pass in dictionaries. Will this work ideally with the code and/or do all the settings have to be passed through in that way or just the ones that are going to be different?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.