Changes between Version 38 and Version 39 of LdapPlugin


Ignore:
Timestamp:
Nov 27, 2009, 10:25:06 PM (14 years ago)
Author:
Zachary Bedell
Comment:

Add links to #6268 w/ AD fixes and email/fullname retrieval

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v38 v39  
    484484 * Only LDAP v3 protocol is supported. This extension may work with v2 protocol
    485485   as well, if the v3 specifier is removed from the code.
     486 * Several assumptions made by the plugin proved to be unreliable in at leave one Active Directory based implementation.  #6268 contains fixes to work better with AD in cases where the Common Name is not the same as the sAMAccountName.
    486487
    487488== !ToDo list ==
     
    489490 * Add user detail support so that the full name and email address are
    490491   retrieved from the LDAP server. It would require a new extension point in
    491    Trac engine, which might be called `IUserDirectory` (not before Trac 0.11 at best)
     492   Trac engine, which might be called `IUserDirectory` (not before Trac 0.11 at best) - Note: A patch on #6268 implements this.  It's a bit of a kludge, but it's been working without issue thus far.
    492493 * There's probably a lot of room for improvement (and debugging) ;-)
    493494