[squid-users] opera ie 6.0

From: Bjarni Þór Haraldsson <Bjarni@dont-contact.us>
Date: Tue, 12 Nov 2002 09:54:53 -0000

Hallo I´m trying to configure a proxy acl in a windows environment but I´m having problems with ie6.0

ie comes with a three thingamagic login window username pass and domain but opera with two (basic)
loging in with opera as a user on the windows domain works like a charm but ie dosen´t work have you come across this??
and what to do.
if you are interested here are my config files:
smb.conf
# Global parameters
[global]
        workgroup = TS
        netbios name = GANDALF
        server string = Samba Server GF.IS
        interfaces = 192.168.1.202/24
        encrypt passwords = Yes
        obey pam restrictions = Yes
        pam password change = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
        unix password sync = Yes
        log file = /var/log/samba/%m.log
        max log size = 0
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        preferred master = False
        domain master = False
        dns proxy = No
        wins server = 192.168.1.10
        printing = lprng
        winbind separator = \\
        winbind cache time = 10
        template shell = /bin/bash
        template homedir = /home/%D/%U
        winbind uid = 10000-20000
        winbind gid = 10000-20000
        winbind enum users = yes
        winbind enum groups = yes
        security = domain
        winbind use default domain = yes password server = BIFROST
        
        

[tmp]
        path = /tmp
        read only = yes

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        create mask = 0664
        directory mask = 0775
        browseable = No

squid.conf

http_port 192.168.1.202:8080
#http_port 192.168.1.202:8080
icp_port 0
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_dir ufs /cache 15000 32 1024
emulate_httpd_log on
redirect_rewrites_host_header off
cache_replacement_policy GDSF

auth_param ntlm program /usr/local/libexec/wb_ntlmauth
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes

auth_param basic program /usr/local/libexec/wb_auth
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours

acl Safe_ports port 80 443 119 21 1025-65535
acl CONNECT method CONNECT
acl all src 0.0.0.0/0.0.0.0
acl AuthorizedUsers proxy_auth REQUIRED
http_access allow all AuthorizedUserscache_mgr proxy@tolvusmidjan.is
cache_effective_user squid
cache_effective_group squid
log_icp_queries off
buffered_logs on

Takk Bjarni
Received on Tue Nov 12 2002 - 02:49:30 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:17 MST