Hi
We use squid with Active Directory authentification. for a medium site
~1000 users connected in same time,
what is the best value :
auth_param ntlm program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 50
auth_param ntlm keep_alive on
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 50
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
external_acl_type AD_Group children=50 concurrency=50 ttl=3600
negative_ttl=900 %LOGIN /usr/lib64/squid/wbinfo_group.pl
cache_peer 127.0.0.1 parent 8081 0 proxy-only no-query
weight=100 connect-timeout=15 login=*:password
cache_mem 16 MB
Children 50, it's correct or to hight ?
concurrency and ttl ?
cache_mem ?
thanks for your help
Jerome