This commit is contained in:
2019-09-02 09:46:57 +00:00
commit abc6d3949a
6 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
echo "new docker-entrypoint.sh head"
pushd /etc
cat ldap.conf-tmpl | sed -e "s/%LDAPBASE%/$LDAPBASE/" -e "s,%LDAPURI%,$LDAPURI," -e "s/%LDAPBINDDN%/$LDAPBINDDN/" -e "s/%LDAPBINDPW%/$LDAPBINDPW/" > ldap.conf
popd