Re: [squid-users] squid_ldap_auth HELP

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 31 May 2002 10:13:30 +0200

Is the account set up correctly? Try binding to the user using standard
LDAP tools

ldapsearch -x -D "uid=test,ou=organisation,dc=subdomain,dc=domain" -w
test -b "ou=organisation,dc=subdomain,dc=domain" -h LDAPSERVER

If that works, try simplifying your squid_ldap_auth line...

squid_ldap_auth -b "ou=organisation,dc=subdomain,dc=domain" "LDAPSERVER"

Regards
Henrik

Nicolas MATHEY wrote:
>
> Well I abandon the authentification for a moment to Active Directory.
> But I tried to an Openldap server.
>
> The full DN of my user is (password-> test):
> uid=test,ou=organisation,dc=subdomain,dc=domain
>
> then my squid_ldap_auth command line was:
> ./squid_ldap_auth -u uid -b "ou=organisation,dc=subdomain,dc=domain" -h
> "LDAPSERVER" -p 389
> test test
> ERR
>
> and the tcpdump sniffing tell me no error like with Active directory!
> What's wrong?
>
> Regards
> Nicolas
Received on Fri May 31 2002 - 02:13:34 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:17 MST