Project

General

Profile

LDAP authentication is not working

Added by sukanta ghosh about 11 years ago

Hi,
I am using Redmine 2.1.5. Installion and and other configuration is ok. I am trying to configure LDAP authentication mode for login. All of my attribute is alright. as our other system is using LDAP smoothly. But with redmine i cant login with LDAP mode though my test is successful. My login attribute is alright, i dont understant what extra things i need to do. i searched redmine forum and google to find out a solution but got no help.So finally i am here.

when i am trying to login through LDAP authentication mode its showing Invalid user/password though my user id and password is ok. What might be the problem ? Please help me out.


Replies (1)

RE: LDAP authentication is not working - Added by sukanta ghosh about 11 years ago

here is my log when i try to login

Started POST "/login" for 107.109.10.26 at 2013-01-22 17:02:47 +0600
Processing by AccountController#login as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QTHbqzDd+GdPKyfmJyVttHgtXkZsOdft/1sKRKRgnXs=", "back_url"=>"http://107.109.9.56/", "username"=>"s.ghosh", "password"=>"[FILTERED]", "login"=>"Login »"}
[1m[36m (0.1ms)[0m [1mSELECT MAX AS max_id FROM `settings` [0m
[1m[35mAnonymousUser Load (0.1ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`type` IN ('AnonymousUser') LIMIT 1
Current user: anonymous
[1m[36mUser Load (0.1ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`type` IN ('User', 'AnonymousUser') AND `users`.`login` = 's.ghosh'[0m
[1m[35mAuthSource Load (0.1ms)[0m SELECT `auth_sources`.* FROM `auth_sources` WHERE `auth_sources`.`id` = 1 LIMIT 1
Failed login for 's.ghosh' from 107.109.10.26 at 2013-01-22 11:02:48 UTC
Rendered account/login.html.erb within layouts/base (2.8ms)
Completed 200 OK in 915ms (Views: 10.2ms | ActiveRecord: 0.4ms)

Please help me out .how can i get rid of these.

    (1-1/1)