Changes between Version 8 and Version 9 of TracCoSignPlugin


Ignore:
Timestamp:
Oct 11, 2016, 6:06:21 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracCoSignPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = `CoSign` single sign-on integration for Trac
     3= !CoSign single sign-on integration for Trac
    44
    55== Description
    66
    7 This plugin is inspired by TracCasPlugin and AccountLdapPlugin, adapted to use [http://weblogin.org/ CoSign single sign-on] as the authentication back-end.
     7This plugin is inspired by TracCasPlugin and AccountLdapPlugin, adapted to use [http://weblogin.org/ CoSign single sign-on] as the authentication back-end. !CoSign is an open-source, secure, single sign-on web authentication system.
    88
    99== Bugs/Feature Requests
     
    2929General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3030
    31 To enable the whole plugin add the following to your `trac.ini` file:
     31To enable the whole plugin, add the following to your `trac.ini` file:
    3232{{{#!ini
    3333[components]
     
    4848== Configuration
    4949
    50 Configurations of '''traccosign.login''' are defined in the [cosign] section.
     50Configurations of '''traccosign.login''' are defined in the `[cosign]` section of your `trac.ini` file.
    5151
    5252Options in the `[cosign]` section:
     
    5454    Defaults to `trac`.
    5555 * '''cosign_login_uri''':
    56     **Requried**. Example `https://weblogin.your.domain/cgi-bin/login`.
     56    **Required**. Example `https://weblogin.your.domain/cgi-bin/login`.
    5757 * '''cosign_logout_uri''':
    58     **Requried**. Example `https://weblogin.your.domain/cgi-bin/logout`.
     58    **Required**. Example `https://weblogin.your.domain/cgi-bin/logout`.
    5959
    60 Configurations of '''traccosign.accountldap''' are defined in the [ldap] section.
    61 
    62 Check AccountLdapPlugin for reference.
    63 
    64 === Example
     60Configurations of '''traccosign.accountldap''' are defined in the `[ldap]` section of your `trac.ini` file. Check AccountLdapPlugin for reference.
    6561
    6662An example configuration: