Project

General

Profile

Using Apache LDAP for Redmine Login

Added by Michael Morgan about 14 years ago

Is there a way to use the standard Apache Mods for LDAP, in order to login to Redmine. I have already configured Apache to authenticate to LDAP for my repository server. I would like to use the same methodology for logging into Redmine.

I am currently deployed with the following configuration.

Redmine: Windows 2008; Apache 2.2; Mongrel Cluster (Ruby 1.8.6)
Database: Windows 2008; Oracle 11g
Repository: Windows 2008; Apache 2.2; Subversion
Active Directory: Windows 2008

Eventually I will do a Common Access Card (CAC) solution for login, and this fits in at the Apache level with SSL. I figured the first step would be to get LDAP working at the Apache Level, and then pass user credentials through the proxy to Redmine.

Any suggestions???