Changes between Version 19 and Version 20 of LdapPlugin


Ignore:
Timestamp:
Sep 20, 2006, 9:41:57 AM (18 years ago)
Author:
Emmanuel Blot
Comment:

Update dependencies

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v19 v20  
    1818== Requirements ==
    1919
     20This plugin works with Trac 0.10.[[BR]]
     21Although 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.
     22
    2023You need the Python LDAP module. It can be retrieved from
    2124[http://python-ldap.sourceforge.net/ python-ldap].[[BR]] LdapPlugin has been
    2225tested on a Debian Linux Sarge/Sid (2.4.x and 2.6.x) server, a Windows XP SP2 workstation, 
    23 as well as on MacBook Pro OS 10.4.6, all of them running Python 2.3 with Trac 'development' releases.
     26as well as on MacBook Pro OS 10.4.7, all of them running Python 2.4 with Trac 'development' releases.
    2427
    2528To use the egg file you need to have
     
    431434 * '''v0.2.1''': Bug fixing
    432435 * '''v0.2.2''': Introduce support for disting DN for users and groups (implemented suggestion described in #75)
    433  * '''v0.2.3''': Update to support the new boolean parsing introduced in the official Trac trunk
     436 * '''v0.2.3''': Update to support the new boolean parsing introduced in the official Trac trunk (requires Trac 0.10)
    434437 * '''v0.3.0''': Introduce per-environment permissions: permissions are defined to the current environment and do not overlap with other Trac environments using the same LDAP directory, unless the `global_perms` configuration parameters is set.
    435438 * '''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.