.coveragerc
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
dev_requirements.txt
docker-compose.yml
requirements.txt
setup.py
test.ini
.github/SUPPORT.md
.github/nhm-logo.svg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
ckanext/__init__.py
ckanext/ldap/__init__.py
ckanext/ldap/cli.py
ckanext/ldap/plugin.py
ckanext/ldap/lib/__init__.py
ckanext/ldap/lib/exceptions.py
ckanext/ldap/lib/helpers.py
ckanext/ldap/lib/search.py
ckanext/ldap/lib/utils.py
ckanext/ldap/logic/__init__.py
ckanext/ldap/logic/auth.py
ckanext/ldap/model/__init__.py
ckanext/ldap/model/ldap_user.py
ckanext/ldap/routes/__init__.py
ckanext/ldap/routes/_helpers.py
ckanext/ldap/routes/login.py
ckanext/ldap/templates/user/login.html
ckanext_ldap.egg-info/PKG-INFO
ckanext_ldap.egg-info/SOURCES.txt
ckanext_ldap.egg-info/dependency_links.txt
ckanext_ldap.egg-info/entry_points.txt
ckanext_ldap.egg-info/namespace_packages.txt
ckanext_ldap.egg-info/not-zip-safe
ckanext_ldap.egg-info/requires.txt
ckanext_ldap.egg-info/top_level.txt
docker/Dockerfile
docker/entrypoint.sh
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_helpers.py