Actions
Defect #6267
closedchanging the authentication mode from ldap to internal with setting the password
Start date:
2010-09-01
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Database: PostgreSQL 8.4
Ruby: 1.8.7
Rails: 2.3.5
error description:
On changing the authentication mode from ldap to internal and set the new password in one step, this will result in an changed authentication mode with an unchanged password. The notification via mail shows the changed password, but it wouldn't be changed. The redmine-log shows no error. Also all other logs, e.g. postgres, shows quiet good.
Updated by Eric Davis about 14 years ago
- Category set to LDAP
- Assignee set to Eric Davis
- Target version set to 1.0.2
I'm guessing that the password is getting set before the authentication mode is changed. Since LDAP doesn't allow password changes, the change is "lost". I'll try to reproduce it and see about fixing it in 1.0.2.
Updated by Eric Davis about 14 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Resolution set to Fixed
Fixed in r4066.
Updated by Eric Davis about 14 years ago
- Status changed from Resolved to Closed
Merged into 1.0-stable for release in 1.0.2
Actions