I check my LANG, and it is: # echo $LANG C # So i don't know from where is this problem. And as I wrote ntlm nt group authentication is working but still receiving this mistake with wbinfo_group.pl: > mylan\test > Use of uninitialized value in concatenation (.) or string at > /usr/local/squid/libexec/wbinfo_group.pl line 35, <STDIN> line 1. hno@xxxxxxxxxxxxxxx@inet 07.02.2005 22:37 To nikolay.nenchev@xxxxxxxxxxxxxxxxxxxxxxx cc squid-users@xxxxxxxxxxxxxxx Subject Re: [squid-users] nt domain ntlm group authentication problem? On Mon, 7 Feb 2005 nikolay.nenchev@xxxxxxxxxxxxxxxxxxxxxxx wrote: > Thanks for the answer. It works. > i put them into PATH, so now i don't get an error : sh: wbinfo: command > not found > but i still have: > /etc# wbinfo_group.pl > mylan\test > Use of uninitialized value in concatenation (.) or string at > /usr/local/squid/libexec/wbinfo_group.pl line 35, <STDIN> line 1. >From what I recall this is a bug in most older perl versions when your system is set to use a UTF-8 locale. Try setting the environment variable LANG=C when starting Squid. Regards Henrik