Hi I have some problems with my authentification-script for squid. I wrote one which is able to check several LDAP-Server in a round-robin-way. It is written in Perl. With switching to Squid 2.5.5 it did not work anymore. Ok. I found out that now the strings are encoded in rfc1738. Ok....it worked again but only for a while. Then I am getting something which looks like garbage. Here is an example:
Jul 13 07:47:33 sq2 squid_auth_ldap_perl_V2[1251]: Got: <A8>d<A3>^[n pw1244 Jul 13 09:37:15 sq2 squid_auth_ldap_perl_V2[1251]: Got: `<F3><C9>^Zn pw1234 Jul 13 09:37:15 sq2 squid_auth_ldap_perl_V2[1251]: Got: simon pw1234 The last line works but the others look strange. Any Help ?? Regards Christian Bode
