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
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE/python-django-auth-ldap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
django-auth-ldap-1.1.8.tar.bz2 | 0000103288 101 KB | |
python-django-auth-ldap.changes | 0000006199 6.05 KB | |
python-django-auth-ldap.spec | 0000002124 2.07 KB |
Revision 4 (latest revision is 18)
Stephan Kulow (coolo)
accepted
request 222337
from
Sascha Peilicke (saschpe)
(revision 4)
- Update to 1.1.8: * Fix #43: Update django_auth_ldap.config.LDAPSearchUnion to work for group searches in addition to user searches. * Tox no longer supports Python 2.5, so our tests now run on 2.6 and 2.7 only. * Bug fix: AUTH_LDAP_GLOBAL_OPTIONS could be ignored in some cases (such as django_auth_ldap.backend.LDAPBackend.populate_user. * Fix #41: Support POSIX group permissions with no gidNumber attribute. * Support multiple group DNs for *_FLAGS_BY_GROUP. (forwarded request 222277 from Nijel)
Comments 0