django-auth-ldap 5.0.0
0
Django LDAP authentication backend
Contents
Django LDAP authentication backend
Stars: 336, Watchers: 336, Forks: 96, Open Issues: 103The django-auth-ldap/django-auth-ldap
repo was created 6 years ago and the last code push was 2 days ago.
The project is popular with 336 github stars!
How to Install django-auth-ldap
You can install django-auth-ldap using pip
pip install django-auth-ldap
or add it to a project with poetry
poetry add django-auth-ldap
Package Details
- Author
- None
- License
- BSD
- Homepage
- None
- PyPi:
- https://pypi.org/project/django-auth-ldap/
- Documentation:
- https://django-auth-ldap.readthedocs.io/
- GitHub Repo:
- https://github.com/django-auth-ldap/django-auth-ldap
Classifiers
- Internet/WWW/HTTP
- Software Development/Libraries/Python Modules
- System/Systems Administration/Authentication/Directory/LDAP
Related Packages
Errors
A list of common django-auth-ldap errors.
Code Examples
Here are some django-auth-ldap
code examples and snippets.
GitHub Issues
The django-auth-ldap package has 103 open issues on GitHub
- Add debug logging before bind or search_as
- Prefer relative imports in the django_auth_ldap package
- Move LDAPSetting to the config module
- slash getting encoded in group search
- LDAPS / TLS Connection Timeout
- Move LDAPSettings class to a different module
- Improve ability to debug reason for auth failure (e.g. logging)
- Use authentication for further LDAP access?