Changes between Version 4 and Version 5 of TracCoSignPlugin


Ignore:
Timestamp:
Jun 14, 2009, 9:04:10 AM (15 years ago)
Author:
Jiang Xin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCoSignPlugin

    v4 v5  
    5050
    5151Options in the ``[cosign]`` section:
    52  * '''server''': **required**
    53     The base URL of the `CoSign` server.
    54  * '''service''':
    55     **Requried** if do not use `CoSign` filter doing redirect.
    56  * '''login_path''':
    57     Relative path to the login service. Defaults to ``/cgi-bin/login``.
    58  * '''logout_path''':
    59     Relative path to the logout service. Defaults to ``/cgi-bin/logout``.
     52 * '''cosign_service''':
     53    Defaults to ``trac``.
     54 * '''cosign_login_uri''':
     55    **Requried**. Example ``https://weblogin.your.domain/cgi-bin/login``.
     56 * '''cosign_logout_uri''':
     57    **Requried**. Example ``https://weblogin.your.domain/cgi-bin/logout``.
    6058
    6159=== traccosign.accountldap configuration ===
     
    7270
    7371[cosign]
    74 server = https://weblogin.localdomain/
    75 service = trac
    76 login_path = /cgi-bin/login
    77 logout_path = /cgi-bin/logout
     72cosign_service = trac
     73cosign_login_uri = https://weblogin.localdomain//cgi-bin/login
     74cosign_logout_uri = https://weblogin.localdomain//cgi-bin/logout
    7875
    7976[ldap]
    80 host = localhost
     77ldap_uri = ldap://localhost:389
    8178bind_user = cn=ldapadmin,dc=foo,dc=bar
    8279bind_passwd = secret