Merge pull request #25 from Venator-Fox/development

Development
This commit is contained in:
Adam Zheng 2017-09-08 11:10:30 -05:00 committed by GitHub
commit 8761656f85
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -207,7 +207,7 @@ if ! [ $? -ne 0 ]; then
fi
#Apply server certificate check in a TLS session
echo -e "TLS_REQCERT\t$OPENLDAP_TLS_REQCERT" >> /etc/openldap/ldap.conf
echo "TLS_REQCERT=$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