| 123456789101112131415161718192021222324 |
- Metadata-Version: 1.0
- Name: django-auth-ldap
- Version: 1.0.7
- Summary: Django LDAP authentication backend
- Home-page: http://bitbucket.org/psagers/django-auth-ldap/
- Author: Peter Sagerson
- Author-email: psagers_pypi@ignorare.net
- License: BSD
- Description: This is a Django authentication backend that authenticates against an LDAP service. Configuration can be as simple as a single distinguished name template, but there 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 2.0. Documentation can be found at http://packages.python.org/django-auth-ldap/.
-
- Keywords: django,ldap,authentication,auth
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Environment :: Web Environment
- Classifier: Programming Language :: Python
- Classifier: Framework :: Django
- Classifier: Intended Audience :: Developers
- Classifier: Intended Audience :: System Administrators
- Classifier: License :: OSI Approved :: BSD License
- Classifier: Topic :: Internet :: WWW/HTTP
- Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
|