Project

General

Profile

Redmine LDAP Authentication Issue (Errno::ECONNRESET in AccountController)

Added by N M almost 14 years ago

When users try to authenticate in Redmine using LDAP Authentication w/ a Windows Domain Controller, they receive the following error and cannot get in. Keep in mind this was working fine for quite some time previously. Nothing has changed on the Redmine server, but I can't say the same about the Active Directory server (I don't have access to anything on that side, but I do know my Base DN is still accurate and my user/pass is correct. Any suggestions are welcome!

Redmine 0.8.7
Ruby 1.8.6
Rails 2.3.5

Thank you!

Errno::ECONNRESET in AccountController#login

Connection reset by peer
RAILS_ROOT: /usr/local/redmine-0.8.7

Application Trace | Framework Trace | Full Trace
vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb:73:in `getc'
vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb:73:in `read_ber'
vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap.rb:1172:in `search'
vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap.rb:1144:in `loop'
vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap.rb:1144:in `search'
vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap.rb:640:in `search'
app/models/auth_source_ldap.rb:42:in `authenticate'
app/models/user.rb:93:in `try_to_login'
app/controllers/account_controller.rb:53:in `login'