Skip to content

Commit

Permalink
Adding django_auth_ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Jul 22, 2011
1 parent 2759de8 commit ce3e6ae
Show file tree
Hide file tree
Showing 11 changed files with 2,387 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lib/python/django_auth_ldap-1.0.10.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Metadata-Version: 1.0
Name: django-auth-ldap
Version: 1.0.10
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
10 changes: 10 additions & 0 deletions lib/python/django_auth_ldap-1.0.10.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
django_auth_ldap/__init__.py
django_auth_ldap/backend.py
django_auth_ldap/config.py
django_auth_ldap/dn.py
django_auth_ldap/models.py
django_auth_ldap/tests.py
django_auth_ldap.egg-info/PKG-INFO
django_auth_ldap.egg-info/SOURCES.txt
django_auth_ldap.egg-info/dependency_links.txt
django_auth_ldap.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

17 changes: 17 additions & 0 deletions lib/python/django_auth_ldap-1.0.10.egg-info/installed-files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
../django_auth_ldap/config.py
../django_auth_ldap/__init__.py
../django_auth_ldap/backend.py
../django_auth_ldap/models.py
../django_auth_ldap/dn.py
../django_auth_ldap/tests.py
../django_auth_ldap/config.pyc
../django_auth_ldap/__init__.pyc
../django_auth_ldap/backend.pyc
../django_auth_ldap/models.pyc
../django_auth_ldap/dn.pyc
../django_auth_ldap/tests.pyc
./
dependency_links.txt
PKG-INFO
top_level.txt
SOURCES.txt
1 change: 1 addition & 0 deletions lib/python/django_auth_ldap-1.0.10.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
django_auth_ldap
Empty file.
Loading

0 comments on commit ce3e6ae

Please sign in to comment.