On 31.07.2012 11:09, Markus Moeller wrote:
How are special characters converted in squid ? For example my
squid_kerb_auth would return müller  for müller, but when using
%LOGIN for the authorisation helper I get  m%C3%BCller which I don't
expect in squid_kerb_ldap.

Are there fucntions in squid which convert strings into different
chracter sets?

Markus

Strings passed to external_acl_type are URL-encoded to protect against parsing errors (whitespace in usernames, header content, etc). The character set is not altered.

Amos

Reply via email to