Skip to content

hangs in bind #65

@linojon

Description

@linojon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions