I have several squids authenticating users using ldap_auth and it works fine. Users are located on the 'Users' OU and my config lines are:


(single line)
auth_param basic program /usr/lib/squid/squid_ldap_auth -P -R -b "dc=myad,dc=domain" -D "cn=ProxyUser,cn=Users,dc=myad,dc=domain"
-w "xxxxxxxxx" -f sAMAccountName=%s -h ad.ip.addr.ess

(single line)
external_acl_type ldap_group children=3 ttl=300 %LOGIN /usr/lib/squid/squid_ldap_group -P -R -b "dc=myad,dc=domain" -D "cn=ProxyUser, cn=Users,dc=myad,dc=domain" -w "xxxxxxxxxxx" -f "(&(objectclass=person)(sAMAccountName=%v)(memberof=cn=%a,cn=Users,
dc=myad,dc=domain))" -h ad.ip.addr.ess


On 15/12/14 21:03, Ahmed Allzaeem wrote:

Hi guys

Im trying to use squid with active directory 2008 R2 as an external authentication

On DC called smart.ps

Create user squid and gave it delegation to the dc and put it also in the group admins in the OU=proxy



--


        Atenciosamente / Sincerily,
        Leonardo Rodrigues
        Solutti Tecnologia
        http://www.solutti.com.br

        Minha armadilha de SPAM, NÃO mandem email
        gertru...@solutti.com.br
        My SPAMTRAP, do not email it


_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to