My active directory password changed, now I can't log into Redmine (0.9.4) via LDAP. I haven't installed plugins, so what gives?
Asked
Active
Viewed 1,342 times
1
-
Did you try the new password? Does the old password work? – xeon Aug 11 '10 at 17:03
1 Answers
2
What account were you using to authenticate to LDAP? If the password expires or is changed for the account being used by the LDAP component to verify your account, then you will get rejected every time. The only remedy i had was either to log on as a local administrator, if one exists, and update the LDAP config, or go into the database manually and update the record in the auth_sources
table.

peelman
- 801
- 1
- 5
- 11
-
The account for authenticating the LDAP users was mine. Didn't think of that. Thanks. – Jamie Aug 11 '10 at 17:57
-