Quoting Simon Magee <[EMAIL PROTECTED]>: > > I have installed Squid 2.5-STABLE3 and am trying to enable the LDAP > > authentication. I have rin the ./configure > > --enable-basic-auth-helpers="LDAP" When I try and run this from the > > command line to test (using ./squid_ldap_auth -b o=searchbase -h > > server.domain.com -p 389) and I get the response back of "ERR" > > --enable-external-acl-helpers="ldap_group" > --enable-basic-auth-helpers="LDAP" > > > I have checked and I do have the LDAP libraries installed > > (openldap-2.0.27-8) > > Should be installed the Openldap libraries : > openldap-devel-2_0_27-8 >
I think that openldap 2.0.x uses LDAPv3 by default to communicate. Squid communicates with LDAPv2. Compile OpenLDAP with this flags "--enable-referrals" and add "allow bind_v2" in your slapd.conf under your rights rules. Regards, Cecile. ------------------------------------------------- Mail sent through GFI Mailserver1.0 info: [EMAIL PROTECTED]
