Actions
Defect #11154
closedLDAP Authentication Only Works with Domain Admin
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I can only get LDAP authentication to work if I use our main domain admin account. Even my account with virtually full read/write access doesn't work. The problem seems be that the LDAP#search method returns nil (no results), but seems to work with our main domain admin account.
Is this a known issue? Can anyone else get away with using a less privileged account as the LDAP authentication account in Redmine?
Updated by Tom Wardrop about 13 years ago
- Status changed from New to Resolved
Hmm, I fixed it by prefixing the username with the first part of the domain name, e.g. domain\username. This must be optional for the main domain admin account. Weird. Can't believe I didn't try this earlier though.
Updated by Jean-Philippe Lang about 13 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Fine, thanks for the feedback.
Actions