On May 5, 2006, at 9:07 AM, Scott Hegel wrote:
Chris,
The "jimbob" bind is to show that this will connect as anything, or at
least not show an error no matter what I put into the Bind. I don't
think I should have to use an SASL bind. From the command line I
can do
an ldapsearch with a user/password combo and everthing works the
way I
expect it to.
Any other thoughts
Turn on debug trace just before the bind with $ldap->debug(15); so
you can see what is being sent to the server. I suspect it is doing
an anonymous bind with a dn of "jimbob" and Net::LDAP is just giving
you the response it got back from the server.
Graham.