= CAS-based login for Trac = == Description == This is a modified login plugin to use a Yale CAS server as the backend. == Bugs/Feature Requests == Existing bugs and feature requests for TracCasPlugin are [report:9?COMPONENT=TracCasPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracCasPlugin&owner=coderanger new ticket]. == Download == Download the zipped source from [download:traccasplugin here]. == Source == You can check out TracCasPlugin from [http://trac-hacks.org/svn/traccasplugin here] using Subversion, or [source:traccasplugin browse the source] with Trac. == Example == Just add something like this to your config. {{{ [cas] server = https://your.cas.server.edu:port }}} Don't forget to disable the default login module too. {{{ [components] trac.web.auth.LoginModule = disabled }}} == Recent Changes == [[ChangeLog(traccasplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Contributors:''' [[TagIt(plugin,coderanger,beta,0.9)]]