From 0c2ba041733c951b4a0892674ad708b988f0ef1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Thu, 18 Feb 2021 18:38:37 +0000 Subject: [PATCH] ITS#9438 Allow TLS implementation differences in config --- tests/scripts/conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 7b1ddac68c..d6eae4366c 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -29,6 +29,7 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/@RELAY@/${RELAY}/" \ -e "s/^#relay-${RELAY}#//" \ -e "s/^#${BACKENDTYPE}#//" \ + -e "s/^#${AC_TLS_TYPE}#//" \ -e "s/^#${AC_ldap}#//" \ -e "s/^#${AC_meta}#//" \ -e "s/^#${AC_asyncmeta}#//" \ -- 2.47.3