Sorry guys, I still need help to get this going. :(
I've made a nis_auth module wich seems to work as I want. Next problem is
how to configure squid to use it. I have this config, and I wonder what's
wrong with it. Any help would be VERY nice!
http_port 2046
cache_dir ufs /usr/local/squid/cache 100 16 256
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs/cache.log
cache_store_log /usr/local/squid/logs/store.log
dns_nameservers none
unlinkd_program /usr/pkg/libexec/unlinkd
pinger_program /usr/pkg/libexec/pinger
acl all src 0.0.0.0/0.0.0.0
no_cache deny all
#I guess something in the next four lines is broken.
authenticate_program /usr/local/bin/nis_auth
proxy_auth_realm www.hig.se proxy
acl nis proxy_auth REQUIRED
http_access allow nis
cache_effective_user nobody
cache_effective_group nogroup
cache_mgr petter@hig.se
Received on Wed Apr 11 2001 - 01:01:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:16 MST