Changes between Version 5 and Version 6 of LdapPlugin


Ignore:
Timestamp:
Jan 1, 2006, 6:27:41 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Update to document #75

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v5 v6  
    9797# BaseDN
    9898basedn = dc=example,dc=com
     99# BaseDN for users (defaults to basedn)
     100user_basedn = dc=example,dc=com
     101# BaseDN for group of names (defaults to basedn)
     102group_basedn = dc=example,dc=com
    99103# objectclass for groups
    100104groupname = groupofnames
     
    147151store_bind = true
    148152store_user = cn=tracadmin,dc=example,dc=org
    149 
    150153store_passwd = mypasswd
    151154}}}
     
    308311   * better handling of LDAP errors[[BR]]This extension works with Trac 0.9-pre1 and requires the [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version 0.5a13
    309312 * '''v0.2''': This new release fixes up a couple of bugs and works with Trac 0.9-pre2. It requires the [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version 0.6+.[[BR]]It introduces support for LDAP permission store: TracPermissions can now be stored into the LDAP directory, rather than in the SQL backend.[[BR]]Each feature (LDAP as a provider of group permissions, LDAP as a permission store) are independent and can be enabled or disabled on demand.
     313 * '''v0.2.1''': Bug fixing
     314 * '''v0.2.2''': Introduce support for disting DN for users and groups (implemented suggestion described in #75)
     315 * '''v0.2.3''': Update to support the new boolean parsing introduced in the official Trac trunk
    310316
    311317== Author/Contributors ==