Trac gets the dropdown list by I believe something like the following query:
select sid from session where authenticated=1 I don't know how AccountManagerPlugin works exactly, but I have my own user management system that adds users to an Apache password file and inserts the proper rows into session and session_attribute table. I think if you don't do this, I think a user has to login to the system at least once to show up, or I think they have to do some action in Trac to get put into the session table. Jason -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Finkelstein Sent: Tuesday, June 26, 2007 3:50 PM To: [email protected] Subject: [Trac] AccountManager Plugin + Ticket Assignment Hi all, I'm currently looking to assign a ticket to a user who is not showing up on the drop down list. I'm curious where this field is being populated from and if my settings for AccountManager Plugin (http://trac-hacks.org/wiki/AccountManagerPlugin) could be breaking something. Users are authenticated via Apache's mod_ldap, and I've successfully logged in as this user. Only users from LDAP should essentially be granted access, and all of them should be allowed to have tickets assigned to them. However, only a subselect of people are currently available on the list. What's my best bet for troubleshooting this? Thanks, - sf --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
