PKG-INFO 1.2 KB

123456789101112131415161718192021222324
  1. Metadata-Version: 1.0
  2. Name: django-auth-ldap
  3. Version: 1.0.7
  4. Summary: Django LDAP authentication backend
  5. Home-page: http://bitbucket.org/psagers/django-auth-ldap/
  6. Author: Peter Sagerson
  7. Author-email: psagers_pypi@ignorare.net
  8. License: BSD
  9. 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.
  10. 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/.
  11. Keywords: django,ldap,authentication,auth
  12. Platform: UNKNOWN
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Environment :: Web Environment
  15. Classifier: Programming Language :: Python
  16. Classifier: Framework :: Django
  17. Classifier: Intended Audience :: Developers
  18. Classifier: Intended Audience :: System Administrators
  19. Classifier: License :: OSI Approved :: BSD License
  20. Classifier: Topic :: Internet :: WWW/HTTP
  21. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
  22. Classifier: Topic :: Software Development :: Libraries :: Python Modules