.dockerignore
.gitignore
Dockerfile
LICENSE
Makefile
Makefile.helpers
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
tox.ini
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/renovate.json
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/ISSUE_TEMPLATE/support-request.yml
.github/workflows/python.yml
docs/proposals/admin-from-ldap-group.md
docs/proposals/sasl-kerberos.md
examples/docker/README.md
examples/docker/docker-compose.yml
examples/docker/jupyterhub/Dockerfile
examples/docker/jupyterhub/jupyterhub_config.py
examples/docker/ldap/bootstrap.ldif
jupyterhub_ldap_authenticator.egg-info/PKG-INFO
jupyterhub_ldap_authenticator.egg-info/SOURCES.txt
jupyterhub_ldap_authenticator.egg-info/dependency_links.txt
jupyterhub_ldap_authenticator.egg-info/requires.txt
jupyterhub_ldap_authenticator.egg-info/scm_file_list.json
jupyterhub_ldap_authenticator.egg-info/scm_version.json
jupyterhub_ldap_authenticator.egg-info/top_level.txt
ldapauthenticator/__init__.py
ldapauthenticator/_version.py
ldapauthenticator/ldapauthenticator.py
tests/__init__.py
tests/conftest.py
tests/test_ldapauthenticator.py