It's because the users don't get populated until some action happens. I don't remember what that action was, but this is part of the reason why I control the process with external tools, to add and remove users definitively (and also to populate name and e-mail from an external source).
Jason -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Finkelstein Sent: Tuesday, June 26, 2007 4:38 PM To: [email protected] Subject: [Trac] Re: AccountManager Plugin + Ticket Assignment Jason - That's perfect, exactly what I was looking for. Now my issue is, why are certain users that are being properly authenticated and are able to login, not being populated in this database? I'm curious if ldapplugin,mod_ldap,or account manager plugin are the culprit for that. - sf Jason Winnebeck wrote: > 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 > > > > > > > !DSPAM:1020,468174a1251021388512629! > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
