From f0b3f7e52bafb9a7d210539ff96edb79f7533601 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 11 Dec 2021 10:05:21 +0100 Subject: [PATCH] Add script for fixing ldap / newer openssl versions --- bin/fix-alpine-ldap_r.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/fix-alpine-ldap_r.sh diff --git a/bin/fix-alpine-ldap_r.sh b/bin/fix-alpine-ldap_r.sh new file mode 100644 index 0000000..5563e05 --- /dev/null +++ b/bin/fix-alpine-ldap_r.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# See https://github.com/python-ldap/python-ldap/issues/432 +echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so