Django LDAP authentication backend
http://packages.python.org/django-auth-ldap
This is a Django authentication backend that authenticates against an LDAP service.
Configuration can be as simple as a single distinguished name template, butt
here are many rich configuration options for working with users, groups, and permissions.
This package requires at least Python 2.3, Django 1.0, and python-ldap.
Author:
--------
Peter Sagerson
- Developed at devel:languages:python:django
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-django-auth-ldap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
django-auth-ldap-2.0.0.tar.gz | 0000051195 50 KB | |
python-django-auth-ldap.changes | 0000008929 8.72 KB | |
python-django-auth-ldap.spec | 0000002230 2.18 KB |
Revision 12 (latest revision is 18)
Yuchen Lin (maxlin_factory)
accepted
request 731233
from
Tomáš Chvátal (scarabeus_iv)
(revision 12)
- Update to 2.0.0: - Removed support for Python 2 and 3.4. - Removed support for end of life Django 2.0. - Added support for Django 2.2. - Add testing and support for Python 3.7 with Django 1.11 and 2.1. - When :setting:`AUTH_LDAP_SERVER_URI` is set to a callable, it is now passed a positional ``request`` argument. Support for no arguments will continue for backwards compatibility but will be removed in a future version. - Added new :setting:`AUTH_LDAP_NO_NEW_USERS` to prevent the creation of new users during authentication. Any users not already in the Django user database will not be able to login.
Comments 0