mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
Bug 12008 - Typo in 'proxy.cgi' leads to wrong path for 'basic_ldap_auth'
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>
This commit is contained in:
committed by
Michael Tremer
parent
3d01a8f1a6
commit
d50a78220d
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user