Changes between Version 6 and Version 7 of TracCoSignPlugin


Ignore:
Timestamp:
Jun 1, 2015, 9:24:32 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracCoSignPlugin

    v6 v7  
    1 = `CoSign` single sign-on integration for Trac =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= `CoSign` single sign-on integration for Trac
    44
    5 This plugin is inspired by TracCasPlugin and AccountLdapPlugin, adapted to use [http://weblogin.org/ CoSign single sign-on] __as the authentication back-end__.
     5== Description
    66
    7 == Bugs/Feature Requests ==
     7This plugin is inspired by TracCasPlugin and AccountLdapPlugin, adapted to use [http://weblogin.org/ CoSign single sign-on] as the authentication back-end.
     8
     9== Bugs/Feature Requests
    810
    911Existing bugs and feature requests for TracCoSignPlugin are
     
    1113
    1214If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=TracCoSignPlugin&owner=jiangxin new ticket].
     15[http://trac-hacks.org/newticket?component=TracCoSignPlugin new ticket].
    1416
    15 == Download ==
     17[[TicketQuery(component=TracCoSignPlugin,group=type,format=progress)]]
     18
     19== Download
    1620
    1721Download the zipped source from [download:traccosignplugin here].
    1822
    19 == Source ==
     23== Source
    2024
    2125You can check out TracCoSignPlugin from [http://trac-hacks.org/svn/traccosignplugin here] using Subversion, or [source:traccosignplugin browse the source] with Trac.
    2226
     27== Usage
    2328
    24 == Usage ==
    25 === Enable the plugin ===
    26 To enable the whole plugin:
    27 {{{
     29=== Enable the plugin
     30
     31To enable the whole plugin add the following to your `trac.ini` file:
     32{{{#!ini
    2833[components]
    2934traccosign.* = enabled
     
    3136}}}
    3237
    33 or enable parts of `TracCoSign` plugin:
    34 {{{
     38or enable parts of the plugin:
     39{{{#!ini
    3540[components]
    3641traccosign.login.* = enabled
     
    3944}}}
    4045
     46'''Note''': Even if installing locally, you must disable the default `LoginModule`.
    4147
    42 '''note''': Even if installing locally, you must disable the default `LoginModule`.
     48=== traccosign.login configuration
    4349
    44 === traccosign.login configuration ===
    4550Configurations of traccosign.login are defined in the [cosign] section.
    4651
    47 Options in the ``[cosign]`` section:
     52Options in the `[cosign]` section:
    4853 * '''cosign_service''':
    49     Defaults to ``trac``.
     54    Defaults to `trac`.
    5055 * '''cosign_login_uri''':
    51     **Requried**. Example ``https://weblogin.your.domain/cgi-bin/login``.
     56    **Requried**. Example `https://weblogin.your.domain/cgi-bin/login`.
    5257 * '''cosign_logout_uri''':
    53     **Requried**. Example ``https://weblogin.your.domain/cgi-bin/logout``.
     58    **Requried**. Example `https://weblogin.your.domain/cgi-bin/logout`.
    5459
    55 === traccosign.accountldap configuration ===
     60=== traccosign.accountldap configuration
     61
    5662Configurations of traccosign.accountldap are defined in the [ldap] section.
    5763
    5864Check AccountLdapPlugin for reference.
    5965
    60 === Example ===
     66=== Example
     67
    6168An example configuration:
    62 {{{
     69{{{#!ini
    6370[components]
    6471traccosign.* = enabled
     
    8087}}}
    8188
    82 == Recent Changes ==
     89== Recent Changes
    8390
    8491[[ChangeLog(traccosignplugin, 3)]]
    8592
    86 == Author/Contributors ==
     93== Author/Contributors
    8794
    8895'''Author:''' [wiki:jiangxin] [[BR]]
     96'''Maintainer:''' [[Maintainer]] [[BR]]
    8997'''Contributors:'''