-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Description
Hi. Working on an existing app (been deployed for over a year), its started hanging on bind in development and test. I've traced it in the debugger to this line,
ruby-1.9.3-p125/gems/net-ldap-0.3.1/lib/net/ldap.rb:1236
(be = @conn.read_ber(Net::LDAP::AsnSyntax) and pdu = Net::LDAP::PDU.new(be)) or raise Net::LDAP::LdapError, "no bind result"
and specifically this call:
@conn.read_ber(Net::LDAP::AsnSyntax)
It just hangs, no return value or exceptions. Can you give me some hints how to further diagnose, determine what may be causing it, and how to fix it?
Metadata
Metadata
Assignees
Labels
No labels