Changes between Version 37 and Version 38 of LdapPlugin


Ignore:
Timestamp:
Nov 20, 2009, 3:35:24 PM (14 years ago)
Author:
Nadin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v37 v38  
    1919
    2020This plugin works with
    21   * Trac [t:milestone:0.10 0.10], for the 0.5.x series
    22   * Trac [t:milestone:0.11 0.11], for the 0.6.x series
     21  * Trac 0.10, for the 0.5.x series
     22  * Trac 0.11, for the 0.6.x series
    2323
    2424Although 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.
     
    4343 
    4444 * Source code is available from http://trac-hacks.org/svn/ldapplugin.
    45  * You can also find [wiki:LdapPlugin#Testing unit tests] at the same location - under the `tests` directory -, which may help you deploy the plugin.
     45 * You can also find unit tests at the same location - under the `tests` directory -, which may help you deploy the plugin.
    4646
    4747== Installation ==
     
    348348This means that you need to add both these special users in your LDAP directory
    349349if you wish to assign permission to these joker entries.
    350 The [wiki:LdapPluginTests#Initializingthedirectory directory configuration] proposed in
    351 the [wiki:LdapPluginTests test] page may give you some hints about how to setup
     350The directory configuration proposed in
     351the test page may give you some hints about how to setup
    352352your LDAP directory.
    353353
     
    510510 * '''v0.4.0''': Major rewrite of the LdapPlugin to support Trac trunk [trac:changeset:3419 3419], including better support for groups (user dns may be part of a different subtree than group dns, such as `ou=people` vs. `ou=groups`), improved cache management, as well as many bug fixes and code clean up.
    511511 * '''v0.4.1''': Introduce a new feature: group management is done as addition and removal to the LDAP groups of names: instead of storing groups as trac permissions (as the default permission store does), the plugin is not able to add and remove members to the LDAP group of names.
    512  * '''v0.4.2''': Fix up an important issue with the management of the caches. The plugin has also been tested with the [trac:wiki:WebAdmin WebAdmin] plugin.
     512 * '''v0.4.2''': Fix up an important issue with the management of the caches. The plugin has also been tested with the WebAdmin plugin.
    513513 * '''v0.4.3''': Fix up two issues with authentication (an invalid user identifier was sent to the LDAP server)
    514514 * '''v0.4.4''': Enable support for posix groups (and group members w/o distinguish name)
    515515 * '''v0.5.0''': Add basic support for LDAPS/TLS connections
    516516 * '''v0.5.1''': Update the Egg configuration file and the author contact details
    517  * '''v0.6.0''': Support for Trac [t:milestone:0.11 0.11], thanks to judok
     517 * '''v0.6.0''': Support for Trac 0.11, thanks to judok
    518518
    519519== Author/Contributors ==
    520520
    521 '''Author:''' [wiki:eblot eblot] [[BR]]
     521'''Author:''' eblot [[BR]]
    522522'''Contributors:''' wichert#wiggy.net, nguyen.antoine#wanadoo.fr
    523523