[KLUG Members] Squid

Todd Pillars todd at terralabs.com
Tue Nov 23 15:35:59 EST 2004


Quoting komal <agencies_ad1 at sancharnet.in>:

> i tried to implement ncsa authentication in squid....funny part is squid is
> built for win nt......(it contains the ncsa_auth.dll file)
>     i confiured to point to ncsa auth moduel...and the passwd file which i
> created using htpasswd....
>     the proxy runs without ny errors but clients can access net without any
> authentication.....
>         plz help me correct the errors in the squid.conf

Try this

> #authentication using ncsa
> authenticate_program c:/squid/ncsa_auth.dll
authenticate_options /usr/local/squid/etc/passwd
    authenticate_children 5 c:/squid/etc/passwd
> authenticate_ttl 900
> authenticate_ip_ttl 60
> acl lan1 proxy_auth REQUIRED
> http_access allow lan lan1
> http_access deny all
> 
> Thanks
> 
> Komal
> 
> _______________________________________________
> Members mailing list
> Members at kalamazoolinux.org
> 
> 


Todd Pillars
Director
Terralabs.com


More information about the Members mailing list