Hello and thanks for your time!
Scenario: - one apache 2.2,
one mediawiki 1.7.1 with his mysql database,
many different trac installation(70+), every with version 0.11.4,
user autenticate on my company website using apache but later need to autenticate on mediawiki and trac with different login
Constraints:
I can't change apache, mediawiki or trac version
I cant' change trac or move or merge projects: 70+ I have
Problem:
- What is best strategy to put mediawiki and trac user autentication using apache only user/psw?
Idea 1
I've found on net CoSign (http://cosign.sourceforge.net/) with plugin for trac and mediawiki:
trac plugin for CoSign: http://trac-hacks.org/wiki/TracCoSignPlugin
mediawiki guide for CoSign: http://prowiki.isc.upenn.edu/wiki/CoSigningWebApplications#MediaWiki
Thanks for your time!