Skip to content
Snippets Groups Projects
Verified Commit 8556b6e7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Require minimum of django-auth-ldap 2.2.0

parent 45bc16be
No related branches found
No related tags found
1 merge request!262Resolve "[LDAP] Allow multiple search bases for users and groups"
Pipeline #2523 passed
......@@ -2113,7 +2113,7 @@ celery = ["Celery", "django-celery-results", "django-celery-beat", "django-celer
ldap = ["django-auth-ldap"]
[metadata]
content-hash = "3e85d3bfff56719272c13ad591ca4ccd7a2b72324a33c2192be383536b66b5f8"
content-hash = "ff1ab179a3c2839b872d89640aff40836475facee5dc94e4ea96f90cde91d51d"
python-versions = "^3.7"
[metadata.files]
......
......@@ -43,7 +43,7 @@ libsass = "^0.20.0"
colour = "^0.1.5"
dynaconf = {version = "^2.0", extras = ["yaml", "toml", "ini"]}
django-settings-context-processor = "^0.2"
django-auth-ldap = { version = "^2.0", optional = true }
django-auth-ldap = { version = "^2.2", optional = true }
django-maintenance-mode = "^0.14.0"
django-ipware = "^2.1"
easy-thumbnails = "^2.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment