forked from uncloud/uncloud
Add script for fixing ldap / newer openssl versions
This commit is contained in:
parent
00d50a368a
commit
f0b3f7e52b
1 changed files with 4 additions and 0 deletions
4
bin/fix-alpine-ldap_r.sh
Normal file
4
bin/fix-alpine-ldap_r.sh
Normal file
|
@ -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
|
Loading…
Reference in a new issue