Changes between Initial Version and Version 1 of TracCasPlugin


Ignore:
Timestamp:
Mar 10, 2006, 3:28:53 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

New hack TracCasPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • TracCasPlugin

    v1 v1  
     1= CAS-based login for Trac =
     2
     3== Description ==
     4
     5This is a modified login plugin to use a Yale CAS server as the backend.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TracCasPlugin are
     10[report:9?COMPONENT=TracCasPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=TracCasPlugin&owner=coderanger new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:traccasplugin here].
     18
     19== Source ==
     20
     21You can check out TracCasPlugin from [http://trac-hacks.org/svn/traccasplugin here] using Subversion, or [source:traccasplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25Just add something like this to your config.
     26{{{
     27[cas]
     28server = https://your.cas.server.edu:port
     29}}}
     30
     31Don't forget to disable the default login module too.
     32{{{
     33[components]
     34trac.web.auth.LoginModule = disabled
     35}}}
     36
     37== Recent Changes ==
     38
     39[[ChangeLog(traccasplugin, 3)]]
     40
     41== Author/Contributors ==
     42
     43'''Author:''' [wiki:coderanger] [[BR]]
     44'''Contributors:'''
     45
     46[[TagIt(plugin,coderanger,beta,0.9)]]