p.ohanlon wrote: > just viewing privileges. I wondered if there were any plugins that > would allow Trac to be set up so the existing LDAP users can > authentication but external users can create accounts and use them as > well to access/edit Trac content? I've come across the > AccountManagerPlugin but it's not clear to me how one can set it up so > that external users can create accounts and also have the LDAP users > access the same content? When users are created how does one decide > where their passwords are stored?
You need to grab the appropriate patch form ticket #1484 on trac-hacks.org[1]. This will allow you to basically use multiple PasswordStore objects. For any function it queries each object. The first object that can satisfy the request handles it. So, if you have LDAP auth, it can't handle writing, and will be passed to the next PasswordStore specified in the trac.ini Also, if you want a PasswordStore that auths via LDAP against AD, let me know. I've been meaning to put it up on trac-hacks, but haven't found the time yet. -John [1] http://trac-hacks.org/ticket/1484 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
