Modify

Opened 18 years ago

Last modified 18 years ago

#222 new enhancement

Additional Feature to LDAP Plugin

Reported by: wallis@… Owned by: Emmanuel Blot
Priority: normal Component: LdapPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

I have been tasked with investigating using LDAP groups to manage permissions in a trac instance. I've come across your LdapPlugin and believe it is exactly what we require. There is one feature that I need that I think is missing.

Is it possible to enable a mechanism to allow users to change thier LDAP password from within trac, either via this plugin or some other way?

With thanks.

-Corey

Attachments (0)

Change History (1)

comment:1 Changed 18 years ago by Emmanuel Blot

Type: defectenhancement

Up to now, the LDAP plugin only provide permissions to the Trac engine, not authentication information.

Authentication is performed by the Apache2 server, not by Trac (it only handles permissions)

This feature would require an additional plugin (as we need a web interface to change such a setting), such as AccountManagerPlugin.

Anyway, there are few chances that LdapPlugin support such a feature as long as the IUserDirectory interface is fully defined then implemented in the Trac engine. Therefore, this can only be considered as a mid- or long-term feature.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Emmanuel Blot.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.