Skip to content

Commit

Permalink
Include the pip package django-auth-ldap
Browse files Browse the repository at this point in the history
Needed for Pulp 3 LDAP integration

Fixes: #531
  • Loading branch information
mikedep333 committed Dec 19, 2023
1 parent e7dfdbd commit 189be5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/531.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enabled Pulp 3 LDAP integration by including the PyPI package django-auth-ldap
1 change: 1 addition & 0 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 189be5b

Please sign in to comment.