Changes between Version 6 and Version 7 of SslAuthenticationPlugin


Ignore:
Timestamp:
May 9, 2015, 4:43:40 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • SslAuthenticationPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = SSL Authentication =
    32
    4 == Description ==
     3= SSL Authentication
     4
     5== Description
    56
    67This plugin allows authentication of users by making use of SSL client certificates.
    78
    8 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    910
    1011Existing bugs and feature requests for SslAuthenticationPlugin are [query:?status=new&status=assigned&status=reopened&group=&component=SslAuthenticationPlugin&order=priority  here].
     
    1314[/newticket?component=SslAuthenticationPlugin&owner=giel new ticket].
    1415
    15 == Download and Source ==
     16[[TicketQuery(component=SslAuthenticationPlugin&group=type,format=progress)]]
     17
     18== Download and Source
    1619
    1720Download the [download:sslauthenticationplugin zipped source], check out [/svn/sslauthenticationplugin using Subversion], or [source:sslauthenticationplugin browse the source] with Trac.
    1821
    19 == Example ==
     22== Example
    2023
    21 For Trac 0.10 only(!), a small patch is currently required to be applied against Trac in order to get this working (this patch is against 0.10.4-2, the -2 represents a Debian package revision):
    22 {{{
    23 #!diff
     24For Trac 0.10 only, a patch is required to be applied against Trac in order to get this working. This patch is against 0.10.4-2, the -2 represents a Debian package revision:
     25{{{#!diff
    2426diff -Nur /usr/share/python-support/trac/trac/web/main.py /var/lib/python-support/python2.4/trac/web/main.py
    2527--- /usr/share/python-support/trac/trac/web/main.py     2007-05-30 03:23:40.000000000 +0200
     
    3941}}}
    4042
    41 When this patch is applied you can use a virtual host config section similar to this (assuming you're using Apache):
    42 {{{
    43 #!apache
     43When this patch is applied, you can use a virtual host config section similar to this (assuming you're using Apache):
     44{{{#!apache
    4445<VirtualHost *:443>
    4546    ServerName trac.example.org
     
    105106You can create yourself a client certificate at [http://cacert.org/ CACert].
    106107
    107 == Recent Changes ==
     108== Recent Changes
    108109
    109110[[ChangeLog(sslauthenticationplugin, 3)]]
    110111
    111 == Author/Contributors ==
     112== Author/Contributors
    112113
    113114'''Author:''' [wiki:giel] [[BR]]
    114 '''Maintainer:''' [wiki:giel] [[BR]]
     115'''Maintainer:''' [[Maintainer]] [[BR]]
    115116'''Contributors:'''