Merge pull request #23 from Venator-Fox/hotfix/ldap-conf-tls-reqcert-syntax

Fix syntax with ldap.conf from OPENLDAP_TLS_REQCERT value
This commit is contained in:
Adam Zheng 2017-09-08 11:09:23 -05:00 committed by GitHub
commit b741b6ab29
1 changed files with 1 additions and 1 deletions

View File

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