Changes between Version 1 and Version 2 of TracSentinelPlugin


Ignore:
Timestamp:
Apr 21, 2009, 8:27:46 PM (15 years ago)
Author:
Thomas Gish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracSentinelPlugin

    v1 v2  
    44
    55This is a modified login plugin to use the [http://ais.msu.edu/sentinel.htm MSU Sentinel system].
     6
     7== Configuration ==
     8
     9Options in the `[sentinel]` section:
     10
     11 `app_id`: '''required'''::
     12   Name of the app requiring sentinel login.
     13 `login_url`: '''required'''::
     14   URL that user is redirected to to enter credentials.
     15 `service_password`: '''required'''::
     16   Password to connect to sentinel web service.
     17 `service_url`: '''required'''::
     18   URL of sentinel web service.
     19 `service_username`: '''required'''::
     20   Username to connect to sentinel web service.
     21
     22To enable the plugin:
     23
     24{{{
     25[components]
     26tracsentinel.* = enabled
     27trac.web.auth.LoginModule = disabled
     28}}}
     29
     30== Example ==
     31
     32An example configuration:
     33
     34{{{
     35[sentinel]
     36app_id = MyApp
     37login_url = https://login.example.com/
     38service_password = sentinel_password
     39service_url = https://sentinel.example.com/sentinel/service
     40service_username = sentinel_username
     41}}}
    642
    743== Bugs/Feature Requests ==
     
    2157You can check out TracSentinelPlugin from [http://trac-hacks.org/svn/tracsentinelplugin here] using Subversion, or [source:tracsentinelplugin browse the source] with Trac.
    2258
    23 == Example ==
    24 
    25 blah
    26 
    2759== Recent Changes ==
    2860