diff --git a/CHANGES/531.feature b/CHANGES/531.feature new file mode 100644 index 00000000..00b8b068 --- /dev/null +++ b/CHANGES/531.feature @@ -0,0 +1 @@ +Enabled Pulp 3 LDAP integration by including the PyPI package django-auth-ldap diff --git a/images/Containerfile.core.base b/images/Containerfile.core.base index 5f665aaa..85265243 100644 --- a/images/Containerfile.core.base +++ b/images/Containerfile.core.base @@ -76,6 +76,7 @@ RUN pip3 install --upgrade pip setuptools wheel && \ setproctitle \ gunicorn \ python-nginx \ + django-auth-ldap \ django-storages\[boto3,azure]\>=1.12.2 \ requests\[use_chardet_on_py3] && \ rm -rf /root/.cache/pip