Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-ldap needs openldap APK #230

Open
aderixon opened this issue May 31, 2024 · 0 comments
Open

python-ldap needs openldap APK #230

aderixon opened this issue May 31, 2024 · 0 comments

Comments

@aderixon
Copy link

python-ldap needs the LDAP library installed as a dependency, otherwise an error results when logging into Django with LDAP authentication enabled:

Error loading shared library libldap.so.2: No such file or directory (needed by /opt/graphite/lib/python3.9/site-packages/_ldap.cpython-39-x86_64-linux-musl.so)

Fix (in image build):
apk add --update --no-cache openldap

&& apk add --update --no-cache \

deniszh added a commit that referenced this issue Aug 25, 2024
Adding openldap to base image, fixing #230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant