Actions
Defect #879
closedRedmine.pm does not support LDAP auth (patch attached).
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-03-17
Due date:
% Done:
100%
Estimated time:
Resolution:
Affected version:
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).
Files
Updated by Liwiusz Ociepa over 16 years ago
- File Redmine.pm.diff Redmine.pm.diff added
- File Redmine.pm 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 over 16 years ago
- File Redmine.pm Redmine.pm added
- File Redmine.pm.diff Redmine.pm.diff added
Simplified SQL.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from Resolved to Closed
Applied in changeset r1335.
Actions