Triggered by: https://forum.ipfire.org/viewtopic.php?f=17&t=22370 (german) Typo in 'proxy.cgi' in line 104: ... my $authdir = "/usr/lib/squid/"; ... Last slash leads to wrong path with double slash: auth_param basic program /usr/lib/squid//basic_ldap_auth (...) Line in 'proxy.cgi' should read: ... my $authdir = "/usr/lib/squid"; ... Work in progress... Best, Matthias
Will you submit a patch? The author didn't write what does not work, but I suppose squid is no longer able to start the authentication sub-process?
Exactly. As I read it, the last slash leads to a wrong path and authentication fails/cannot start. I can't test this here - I'm trusting the positive feedback from the OP. I will submit a patch on weekend, no problem. Best, Matthias P.S.: Forgot to "take" this Bug, sorry - was a bit early in the morning... ;-)
Fiexed in Core 129.