Changes between Initial Version and Version 1 of TracCoSignPlugin


Ignore:
Timestamp:
Feb 7, 2009, 9:12:26 AM (15 years ago)
Author:
Jiang Xin
Comment:

New hack TracCoSignPlugin, created by jiangxin

Legend:

Unmodified
Added
Removed
Modified
  • TracCoSignPlugin

    v1 v1  
     1= ``CoSign`` single sign-on integration for Trac =
     2
     3== Description ==
     4
     5This plugin is inspired from TracCasPlugin.  Adapt to use `CoSign single sign-on`__ as the authentication back-end.
     6
     7__ http://weblogin.org/
     8
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for TracCoSignPlugin are
     13[report:9?COMPONENT=TracCoSignPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=TracCoSignPlugin&owner=jiangxin new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:traccosignplugin here].
     21
     22== Source ==
     23
     24You can check out TracCoSignPlugin from [http://trac-hacks.org/svn/traccosignplugin here] using Subversion, or [source:traccosignplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28An example configuration::
     29{{{
     30    [cosign]
     31    server = https://weblogin.localdomain/
     32    service = trac
     33    login_path = /cgi-bin/login
     34    logout_path = /cgi-bin/logout
     35}}}
     36
     37== Recent Changes ==
     38
     39[[ChangeLog(traccosignplugin, 3)]]
     40
     41== Author/Contributors ==
     42
     43'''Author:''' [wiki:jiangxin] [[BR]]
     44'''Contributors:'''