Changes between Version 53 and Version 54 of LdapPlugin


Ignore:
Timestamp:
Nov 24, 2011, 8:52:32 PM (12 years ago)
Author:
lazaridis_com
Comment:

mentioned new version 0.7.0 for trac 0.12

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v53 v54  
    2121  * Trac 0.10, for the 0.5.x series
    2222  * Trac 0.11, for the 0.6.x series
    23   * To make it work with Trac 0.12 you need two simple patches, look at [http://vanalboom.org/node/15]
     23  * Trac 0.12, for the 0.7.x series
    2424
    2525Although initial releases of the plugin (up to '''0.2.2''') have been written against Trac 0.9, they lack many of the latest plugin features and should be considered as ''experimental'' at best.
    2626
    27 You need the Python LDAP module. It can be retrieved from
    28 python-ldap.[[BR]] LdapPlugin has been
    29 tested on a Debian Linux Sarge/Sid (2.4.x and 2.6.x) server, a Windows XP SP2 workstation, 
    30 as well as on !MacBookPro OS 10.4.8, all of them running Python 2.4 with Trac 'development' releases.
    31 
    32 To use the egg file you need to have
    33 setuptools, version 0.6+
    34 installed.[[BR]]Please refer to the
    35 TracPlugins page for
    36 information about plugin installation.
     27You need the Python LDAP module. It can be retrieved from python-ldap.[[BR]]
     28LdapPlugin has been tested on a Debian Linux Sarge/Sid (2.4.x and 2.6.x) server, a Windows XP SP2 workstation, as well as on !MacBookPro OS 10.4.8, all of them running Python 2.4 with Trac 'development' releases.
     29
     30To use the egg file you need to have setuptools, version 0.6+ installed.[[BR]]
     31Please refer to the TracPlugins page for information about plugin installation.
    3732
    3833==== Important note ====
    3934
    40 You need to grab a recent version of Trac from the trunk to make the Ldap permission store extension work as expected.[[BR]]
     35You need to grab a recent version of Trac from the trunk to make the (optional) Ldap permission store extension work as expected.[[BR]]
    4136As the trunk API may vary without notice, the plugin may be broken if you run it with a different release.
    4237
     
    4843== Installation ==
    4944 
    50  * You may have to patch the LdapPlugin source, if you use Trac 0.11.6 or newer, see:
    51    https://trac-hacks.org/ticket/6183 OR download this [http://www.khngai.com/download/trac/ldapplugin_0.11_patched.tar.gz patched LdapPlugin source].
    5245 * Build the ''egg'' file following the plugin packaging instructions. Essentially doing the followings
    5346  * tar xvfz ldapplugin_0.11_patched.tar.gz
     
    534527 * '''v0.5.1''': Update the Egg configuration file and the author contact details
    535528 * '''v0.6.0''': Support for Trac 0.11, thanks to judok
     529 * '''v0.7.0''': Support for Trac 0.12
    536530
    537531== Author/Contributors ==