Defect #879
Redmine.pm does not support LDAP auth (patch attached).
| Status: | Closed | Start: | 2008-03-17 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | SCM | |||
| Target version: | - | |||
| Affected version: | 0.6.4 |
Resolution: | ||
Description
Redmine.pm ignores auth_source_id. It checks hashed_password even when auth_source_id is not null.
Attached diff resolves this problem (it also supports LDAP anonymous bind).
Associated revisions
History
Updated by Liwiusz Ociepa about 1 year ago
- File Redmine.pm.diff added
- File Redmine.pm added
- Status changed from New to Resolved
- % Done changed from 0 to 100
Do not reinvent wheel. Use Authen::Simple::LDAP instead of pure NET::Ldap
Updated by Liwiusz Ociepa about 1 year ago
- File Redmine.pm added
- File Redmine.pm.diff added
Simplified SQL.
Updated by Jean-Philippe Lang about 1 year ago
- Status changed from Resolved to Closed
Applied in changeset r1335.