Seems your Squid build is confused somewhere on what authentication
shemes should be built.
Try
make distclean
./configure ...
make install
to make sure there is no leftovers from earlier configure/build
attempts.
Regards
Henrik
Simon Bryan wrote:
>
> HI all,
> As in my previous post I am trying to get ntlm authentication going with
> winbind (for group support).
> wbinfo -u at the command line gives me the complete list of domain users so
> assume it is working fine.
> However when I try to run squid with ntlm support I get the following:
>
> [root@kirk squid-2.5.STABLE1-20030123]# /usr/local/squid/sbin/squid -v
> Squid Cache: Version 2.5.STABLE1-20030123
> configure options: --enable-auth=basic
> ntlm --enable-basic-auth-helpers=SMB --enable-ntlm-auth-helpers=winbind --en
> able-external-acl-helpers=wbinfo_group
> [root@kirk squid-2.5.STABLE1-20030123]# /usr/local/squid/sbin/squid -k
> reconfigure
> 2003/01/23 14:40:27| Parsing Config File: Unknown authentication scheme
> 'ntlm'.
> 2003/01/23 14:40:27| Parsing Config File: Unknown authentication scheme
> 'ntlm'.
> 2003/01/23 14:40:27| Parsing Config File: Unknown authentication scheme
> 'ntlm'.
> 2003/01/23 14:40:27| Parsing Config File: Unknown authentication scheme
> 'ntlm'.
> 2003/01/23 14:40:27| strtokFile: wwwusers not found
>
> These are the lines from my squid.conf:
>
> auth_param ntlm program /usr/local/bin/wb_ntlmauth
> auth_param ntlm children 20
> auth_param ntlm max_challenge_reuses 0
> auth_param ntlm max_challenge_lifetime 2 minutes
>
> external_acl_type wb_group %LOGIN /usr/local/squid/libexec/wb_group
> acl winauth external wb_group "wwwusers"
>
> What have I done wrong?
> _________________________________________
> Simon Bryan
> IT Manager
> OLMC Parramata
> ICQ#: 137562751
> _________________________________________
Received on Fri Jan 24 2003 - 02:40:14 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:49 MST