> I use Ldap with Trac (Apache on front), it works perfectly. But for > each project I create, I need to manage my account to update my > username & my email for all users. How fill up these fields with ldap > information ?
This is not possible at the moment. There is a ticket to support this feature (search ML archive or trac web site for "IUserDirectory". Meanwhile, you can write a script that extracts information from LDAP using "ldapsearch" and injects this information in the SQL database or even better with the help of XmlRpcPlugin. You can find reference about SQL requests in the ML archive (search for "sqlite" and "session") HTH, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
