From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Bug 12008 - Typo in 'proxy.cgi' leads to wrong path for 'basic_ldap_auth' Date: Sun, 03 Mar 2019 09:37:01 +0100 Message-ID: <20190303083701.1699-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1007920282680939961==" List-Id: --===============1007920282680939961== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, This should fix https://bugzilla.ipfire.org/show_bug.cgi?id=3D12008 Best, Matthias Signed-off-by: Matthias Fischer --- html/cgi-bin/proxy.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 9082a7994..6daa7fbd2 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -101,7 +101,7 @@ my $cre_svhosts =3D "${General::swroot}/proxy/advanced/cr= e/supervisors"; =20 my $identhosts =3D "$identdir/hosts"; =20 -my $authdir =3D "/usr/lib/squid/"; +my $authdir =3D "/usr/lib/squid"; my $errordir =3D "/usr/lib/squid/errors"; =20 my $acl_src_subnets =3D "$acldir/src_subnets.acl"; --=20 2.18.0 --===============1007920282680939961==--