Feature #10375
closedLDAP: Account Name binding should be dynamic
0%
Description
I am trying to achieve an LDAP auth with our Active Directory server but there is an issue with the binding.
As stated here: http://www.redmine.org/projects/redmine/wiki/RedmineLDAP
Account and Password must be either blank for anonymous access or provide a read-only user.
Thats the issue. Our servers require to provide my own binding as account name to be able to use authentication.
Since there is no generic read only user I must either enter my personal user to be used for everyone or otherwise provide some variable to it.
Basically the Account-Name should be the CN or user name of the user, and the entered password used for LDAP auth should be also the Account-Password to create a valid binding
Related issues
Updated by Daniel Ritz over 12 years ago
See #1913 for patches that provide what you need. I successfully use the simplest patch provided there in my Redmine install at work with a Windows AD. Still, it would be great having that functionality in base Redmine w/o any patches...
Updated by Sam Warns over 12 years ago
I see, thanks for the hint. Too bad that the other ticket require such a long time to be merged into base
Updated by Sam Warns over 12 years ago
- Status changed from New to Resolved
Since it is a duplicate of #1913
Updated by Etienne Massip over 12 years ago
- Category set to LDAP
- Status changed from Resolved to Closed
- Resolution set to Duplicate