mirror of
https://github.com/3-w-c/docker-simplesamlphp.git
synced 2026-08-18 23:05:50 +00:00
Merge pull request #26 from Venator-Fox/development
Reapply changes lost in merge error
This commit is contained in:
@@ -207,7 +207,7 @@ if ! [ $? -ne 0 ]; then
|
||||
fi
|
||||
|
||||
#Apply server certificate check in a TLS session
|
||||
echo "TLS_REQCERT=$OPENLDAP_TLS_REQCERT" >> /etc/openldap/ldap.conf
|
||||
echo -e "TLS_REQCERT\t$OPENLDAP_TLS_REQCERT" >> /etc/openldap/ldap.conf
|
||||
|
||||
#Configure SimpleSAMLphp from runtime variables.
|
||||
|
||||
@@ -273,7 +273,7 @@ if [ "$CONFIG_STORETYPE" == "memcache" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
chown php-fpm:php-fpm /var/simplesamlphp/log
|
||||
chown php-fpm:php-fpm /var/simplesamlphp/log/
|
||||
|
||||
touch /var/simplesamlphp/config/.dockersetupdone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user