Pages : 1
#1 Le 31/05/2009, à 08:58
- zartan
squid et AD
bonjour
je n'arrive pas a faire tourner squid sur AD
le pb est que l'authentification par une fenetre est demandée
si je rentre un login/passw correct çà passe et même squidGuard fonctionne
donc je souhaite que cette fenète ne s'affiche pas ...
j'ai du loupé un truc tout con mais là je suis aveugle
ci joint mon code squid.conf ()
auth_param basic program /usr/lib/squid3/squid_ldap_auth -h 192.168.55.210 -b "dc=toto,dc=local" -D "cn=squid3,cn=Users,dc=sjt,dc=idf" -w monpassword -f "(samaccountname=%s)"
append_domain .toto.local
auth_param basic children 5
auth_param basic realm .toto.local
auth_param basic credentialsttl 1 minute
acl ldap-auth proxy_auth REQUIRED
acl localnet src 192.168.55.0/24 # RFC1918 possible internal network
#
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
#http_access allow localnet
http_access allow ldap-auth
http_access allow localhost
http_access deny all
un ch'ti coup de main
merci a+
Hors ligne
#2 Le 03/06/2009, à 09:11
- zartan
Re : squid et AD
^:d
Hors ligne
Pages : 1