Metadata-Version: 2.1
Name: cool-django-auth-ldap
Version: 1.0.2
Summary: Django LDAP authentication backend.
Home-page: https://github.com/NoNameItem/cool-django-auth-ldap
Author: Artem Vasin
Author-email: nonameitem@me.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=3.5

Badges
======
Master
~~~~~~

.. image:: https://img.shields.io/travis/nonameitem/cool-django-auth-ldap/master?style=flat-square
   :target: https://travis-ci.org/NoNameItem/cool-django-auth-ldap
.. image:: https://img.shields.io/coveralls/github/NoNameItem/cool-django-auth-ldap/master?style=flat-square
   :target: https://coveralls.io/github/NoNameItem/cool-django-auth-ldap
.. image:: https://img.shields.io/codeclimate/maintainability/NoNameItem/cool-django-auth-ldap?style=flat-square
   :target: https://codeclimate.com/github/NoNameItem/cool-django-auth-ldap
.. image:: https://img.shields.io/pypi/v/cool-django-auth-ldap?style=flat-square
   :target: https://pypi.org/project/cool-django-auth-ldap/
.. image:: https://img.shields.io/pypi/pyversions/cool-django-auth-ldap?style=flat-square
   :target: https://pypi.org/project/cool-django-auth-ldap/
.. image:: https://img.shields.io/pypi/djversions/cool-django-auth-ldap?style=flat-square
   :target: https://pypi.org/project/cool-django-auth-ldap/

Develop
~~~~~~~

.. image:: https://img.shields.io/travis/nonameitem/cool-django-auth-ldap/develop?style=flat-square
   :target: https://travis-ci.org/NoNameItem/cool-django-auth-ldap
.. image:: https://img.shields.io/coveralls/github/NoNameItem/cool-django-auth-ldap/develop?style=flat-square
   :target: https://coveralls.io/github/NoNameItem/cool-django-auth-ldap
.. image:: https://img.shields.io/readthedocs/cool-django-auth-ldap/develop?style=flat-square
   :target: https://cool-django-auth-ldap.readthedocs.io/en/develop/

Install
=======
::

  pip install cool-django-auth-ldap

Readme
======

This is fork of django-auth-ldap 2.0.0. I tried to save all original features while adding few new ones. In 95% original documentation is still applies,
just replace package name `django_auth_ldap` to `cool_django_auth_ldap`. All changes described in this readme.

Original documentation: https://django-auth-ldap.readthedocs.io/en/2.0.0/



