Linux counter

Cisco User Group

Accessi

TodayToday432
YeserdayYeserday565
This WeekThis Week4082
This MonthThis Month13730
All DaysAll Days520400
38.107.179.216
Guests 8
Registered Users 1
Registered Today 0

Mappa visitatori

Uso di LDAP per autenticare gli utenti Squid PDF Stampa E-mail
(0 - user rating)
Scritto da Alessandro Pensato   
Sabato 13 Agosto 2011 07:57
apt-get install squid sarg

nano /etc/squid/squid.conf auth_param basic program /usr/lib/squid/ldap_auth -v 3 -b "ou=Users,dc=home,dc=local" -h ldap.home.local auth_param basic children 5 auth_param basic realm Squid proxy server - Authentication required for Internet surfing auth_param basic credentialsttl 1 hours acl password proxy_auth REQUIRED http_access allow password cache_mgr cert@home.local visible_hostname squid.home.local /etc/init.d/squid restart