]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Bug 12008 - Typo in 'proxy.cgi' leads to wrong path for 'basic_ldap_auth'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 3 Mar 2019 08:37:01 +0000 (09:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2019 14:13:17 +0000 (14:13 +0000)
Hi,

This should fix https://bugzilla.ipfire.org/show_bug.cgi?id=12008

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/proxy.cgi

index 9082a7994c1e30056ba5d2ab9f7e4d2d7bc30c05..6daa7fbd2fe88d7df5fc51210139e942de933d0c 100644 (file)
@@ -101,7 +101,7 @@ my $cre_svhosts = "${General::swroot}/proxy/advanced/cre/supervisors";
 
 my $identhosts = "$identdir/hosts";
 
-my $authdir  = "/usr/lib/squid/";
+my $authdir  = "/usr/lib/squid";
 my $errordir = "/usr/lib/squid/errors";
 
 my $acl_src_subnets = "$acldir/src_subnets.acl";