Ticket #3036 (reopened enhancement)

Opened 7 months ago

Last modified 6 months ago

LdapPlugin should follow LDAP aliases

Reported by: r_j_h_box-buy@yahoo.com Assigned to: eblot
Priority: normal Component: LdapPlugin
Severity: minor Keywords:
Cc: Trac Release: 0.10

Description

I'm using an LDAP configuration where I need to place my Trac groups in one part of the tree, as aliases to groups that are defined in other parts of the tree.

In case anybody's wondering, this is to allow me to administer my Trac instances through my Apple OSX Leopard Server's Workgroup Administrator application.

There's a feature built into the LDAP libraries which specifies that lookups should follow aliases, and it appears that this isn't currently enabled. If you can recommend a workaround and/or a code fix on the plugin, that would very much appreciated.

Attachments

Change History

05/15/08 21:12:58 changed by anonymous

From http://python-ldap.sourceforge.net/doc/html/ldap.html#ldap.LDAPObject.search

LDAPObject.deref

    Controls whether aliases are automatically dereferenced. This must be one of DEREF_NEVER, DEREF_SEARCHING, DEREF_FINDING, or DEREF_ALWAYS. This option is mapped to option constant OPT_DEREF and used in the underlying OpenLDAP lib.

05/28/08 07:42:32 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

05/28/08 07:42:42 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

Add/Change #3036 (LdapPlugin should follow LDAP aliases)




Change Properties
Action