Hi,
I have the squid 2.3 STABLE 2 wtih the SMB_AUTH, but I don't know what is occuring.
I don't have sucessful to write the username in access.log.
I don't know what can do.
Please, any help are welcome.
This is my squid.conf:
#################################################
http_port 3128
dns_nameservers 200.246.224.10 200.255.170.10
icp_port 0
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_dir ufs /cache 200 16 256
emulate_httpd_log on
redirect_rewrites_host_header off
replacement_policy GDSF
# REDIRECIONAMENTO PARA O PROXY PRIMARIO
cache_peer 172.16.10.1 parent 3128 0 no-query default
acl all src 0.0.0.0/0.0.0.0
never_direct allow all
# CONFIGURACAO PARA AUTENTICACAO DE USUARIO
authenticate_program /usr/bin/smb_auth -W hexa -U 172.16.10.11 -S NETLOGON
acl HEXA proxy_auth REQUIRED
http_access allow HEXA
# CONFIGURACAO DE ADMINISTRADORES DO SQUID
cache_mgr my@company.com.br
cache_effective_user squid
cache_effective_group squid
# CONFIGURACAO DO PROXY PRIMARIO
httpd_accel_host 172.16.10.1
httpd_accel_port 3128
#
log_icp_queries on
cachemgr_passwd hexa all
buffered_logs on
##########################################
THANKS!!!!!!!!!
Received on Wed May 31 2000 - 06:59:17 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:38 MST