Changes between Version 4 and Version 5 of TracCasPlugin


Ignore:
Timestamp:
May 6, 2008, 11:32:27 AM (16 years ago)
Author:
Noah Kantrowitz
Comment:

Move to using docs in svn.

Legend:

Unmodified
Added
Removed
Modified
  • TracCasPlugin

    v4 v5  
    11= CAS-based login for Trac =
    22
    3 == Description ==
    4 
    5 This is a modified login plugin to use a Yale CAS server as the backend.
     3[[Include(source:traccasplugin/0.11/README)]]
    64
    75== Bugs/Feature Requests ==
     
    2119You can check out TracCasPlugin from [http://trac-hacks.org/svn/traccasplugin here] using Subversion, or [source:traccasplugin browse the source] with Trac.
    2220
    23 == Example ==
    24 
    25 Just add something like this to your config:
    26 {{{
    27 #!ini
    28 [cas]
    29 server = https://your.cas.server.edu:port
    30 login_path = /cas/login
    31 validate_path = /cas/validate
    32 logout_path = /cas/logout
    33 }}}
    34 
    35 Don't forget to disable the default login module too:
    36 {{{
    37 #!ini
    38 [components]
    39 traccas.* = enabled
    40 trac.web.auth.LoginModule = disabled
    41 }}}
    42 
    4321== Recent Changes ==
    4422