Vote #66675
完了Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
100%
説明
Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
When attempting to enter a valid username and password for a user existing in AD, but not in Redmine I'm getting the following error (production.log):
Processing AccountController#login (for 192.168.0.100 at 2010-02-23 13:00:27) [POST] Parameters: {"back_url"=>"http%3A%2F%2Flocalhost", "action"=>"login", "authenticity_token"=>"cBCdZZoPF6hXV2QeqgVcd/BKAkYH9laBDjRKdSSSA10=", "username"=>"user1", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login »"} ActiveRecord::UnknownAttributeError (unknown attribute: dn): app/models/user.rb:114:in `new' app/models/user.rb:114:in `try_to_login' app/controllers/account_controller.rb:140:in `password_authentication' app/controllers/account_controller.rb:35:in `login' Rendering C:/webserver/railsapps/redmine/public/500.html (500 Internal Server Error)
Reverting only app\models\auth_source_ldap.rb to r3452 fixes the issue and user gets created in Redmine.
journals
I'm running into this exact same issue too.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I'll fix this. It's odd that the tests didn't catch it.
--------------------------------------------------------------------------------
I've fixed this in r3485 and also included the unit test that I thought existed already (it was on a client's branch only). Sorry about introducing the bug.
--------------------------------------------------------------------------------
I'm working with redmine 2.5.1 and I'm getting this erros with valid accounts. Some accounts are created, but others aren't.
--------------------------------------------------------------------------------
Adriano Machado wrote:
> I'm working with redmine 2.5.1 and I'm getting this erros with valid accounts. Some accounts are created, but others aren't.
Do not post closed issue with target version.
Please post to forum or create issue with more details.
--------------------------------------------------------------------------------