initial
This commit is contained in:
9
docker-entrypoint.sh-head
Normal file
9
docker-entrypoint.sh-head
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user