Changes between Version 27 and Version 28 of AccountManagerPlugin/AuthStores


Ignore:
Timestamp:
Jan 4, 2013, 6:56:39 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/AuthStores

    v27 v28  
    1414
    1515{{{
     16#!ini
    1617[components]
    1718; be sure to enable the component
     
    4950
    5051{{{
     52#!ini
    5153[components]
    5254; be sure to enable the component
     
    8789
    8890{{{
     91#!ini
    8992[components]
    9093; be sure to enable the component
     
    100103This will generally be matched with an Apache config like:
    101104{{{
     105#!apache
    102106<Location /authFile>
    103107   …HTTP authentication configuration…
     
    105109</Location>
    106110}}}
     111
    107112The above example assumes that you are hosting a single Trac project. If hosting multiple Trac projects, you might use something like this in project1's trac.ini:
    108113{{{
     114#!ini
    109115[account-manager]
    110116; configure the plugin to use a page that is secured with http authentication
     
    116122This could then be matched with an Apache config like:
    117123{{{
     124#!apache
    118125<LocationMatch ^/[^/]+/authFile$>
    119126   …HTTP authentication configuration…
     
    133140
    134141{{{
     142#!ini
    135143[components]
    136144; be sure to enable the component
     
    167175
    168176{{{
     177#!ini
    169178[components]
    170179; be sure to enable the component