Configure squid for LDAP authentication using squid_ldap_auth helper
February 11, 2016
Uncategorized
admin
Step # 1: Make sure squid can talk to LDAP server Before configuring makes sure that the squid is working with LDAP auth. Type the following command: # /usr/lib/squid/squid_ldap_auth -b “dc=nixcraft,dc=com” -f “uid=%s” ldap.nixcraft.com Once you hit enter key you need to provide UID and password using following format: USERID blankspace PASSWORD If it was […]