Last two weeks I tried to manage NTLM authentication with squid-head
from 3rd of september. (before I tried earlier versions)
I can without problems compile and install squid with auth modules and
proper helpers (for NTLM ntlm_auth), but I still can't autenticate
clients.
Domain controler is W2k in native mode.
Steps I did:
./configure --enable-async-io --enable-icmp --enable-delay-pools
--enable-auth=ntlm,basic
make all
make install
cd src/auth/ntlm/helpers/NTLMSSP/
make; make install
acl mynet src xxx.xxx.xxx.xxx/255.255.255.0
acl password proxy_auth REQUIRED
auth_param ntlm program /usr/local/squid/libexec/ntlm_auth
domain/domain.server
auth_param ntlm children 9
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
http_access allow mynet password
http_access deny all
Where is the problem?
--------------------------------------------------------------
Ing. Jozef Novikmec
Linux system administrator
LYNX, spol. s r. o.
Masarykova 10
040 01, Košice
Tel.: +421 55 633 55 11
Fax: +421 55 633 55 20
E-mail: jozef.novikmec@lynx.sk
http: http://www.lynx.sk
---------------------------------------------------------------
Received on Wed Sep 05 2001 - 04:31:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:03 MST