On Saturday 15 November 2003 07:00 pm, Matthew Richards wrote: > I wish to configure Squid so that it challenges users for authentication, > first with NTLM and if the user agent does not support that then offer > BASIC.
After unpacking the Squid source, run ./configure --help. There is an option listed that will do this - it's --enable-ntlm-fail-open or something similar. Adam
