Project

General

Profile

Problem new user using LDAP authentication

Added by Fernando Possebon about 12 years ago

Hi all,

I'm facing a problem with Redmine. I set correctly the LDAP authentication, when I do the Test, it says it connects successfully.

When I try to create a new user and set that Authentication mode will be using LDAP (Active Directory in my case) it will give me a error page (500).

Looking for logs the only information I have is:

@
NoMethodError (undefined method `[]' for false:FalseClass):
app/controllers/users_controller.rb:107:in `create'
thin (1.3.1) lib/thin/connection.rb:80:in `pre_process'
thin (1.3.1) lib/thin/connection.rb:78:in `catch'
thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
thin (1.3.1) lib/thin/connection.rb:53:in `process'
thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
thin (1.3.1) lib/thin/server.rb:159:in `start'
thin (1.3.1) lib/thin/controllers/controller.rb:86:in `start'
thin (1.3.1) lib/thin/runner.rb:185:in `send'
thin (1.3.1) lib/thin/runner.rb:185:in `run_command'
thin (1.3.1) lib/thin/runner.rb:151:in `run!'
thin (1.3.1) bin/thin:6
/usr/bin/thin:19:in `load'
/usr/bin/thin:19

Rendering /opt/redmine_manut/public/500.html (500 Internal Server Error)

@

Any help with this will be great.