Nevermind - I didnt get a first that the credentials where coming from STDIN.. I was just waiting for the program to exit which it of course never did. Now it's TLS I have to debug.. On Tue, 15 Mar 2005 13:37:02 -0500, Martin Richard <martin.richard@xxxxxxxxx> wrote: > Hello all, > > I'm trying to setup squid to auth against a NDS8 (NW5) and while > trying to test squid_ldap_auth I've discovered it doesn't even > initiate network connections!? > > I'm using squid-2.5.STABLE9 on a FC2 box, with the helpers that came > with the squid package.. > > If I start a tcpdump on the ldap server ip and use "ldapsearch" I > see traffic.. if I use squid_ldap_auth, there's simply no traffic to > be seen. I quite frankly don't get it ;-) Where should I look for > further debugging ? > > This is the command I used: > > ./squid_ldap_auth \ > -b "O=LABNW5-01" \ > -u cn \ > -s sub \ > -D "cn=admin,O=LABNW5-01" \ > -w "removed" \ > -f "(&(&(objectClass=person)(cn=%s)) > (groupMembership=cn=SquidUsers,o=LABNW5-01))" \ > -h otkldap > > "otkldap" resolves to the correct IP via /etc/hosts. > > Any suggestions welcome ! >