Emmanuel Blot wrote: > Have a look at the page that documents restrict owner, I've recently > added a tip about this issue: > http://projects.edgewall.com/trac/wiki/TracTickets#AssigntoasDropDownList > > Cheers, > Manu > > On 4/4/06, ChongQing Xiao <[EMAIL PROTECTED]> wrote: > >> >>Hi, >> >>I set up several users to be admin and I also set up "restrict owner" as >>true so that the "assign to" field will be a drop down list. >> >>The problem is we have five users login in but only three user show up on >>the drop down list. >> >>Every user has the correct security since they can all see the admin menu. >> >>Have anyone got similar issue or have any suggestion as where might be the >>problem? >> >>(I am using apache and windows integrated security to authenticate the user >>for trac) >> >>Thanks a lot >> >>Chong
I have achieved this by using the DbAuth Plugin and a patch on #2456 that implements the IUserDirectory interface. This allows for users to show up in the drop-down box even if they have not had a session recently. The user list is pulled from the central database. http://www.trac-hacks.org/wiki/DbAuthPlugin The patch for #2456 is for an older version of /trunk 0.10, many revisions ago. If it needs updating, shoot me a mail and I'll see what I can do. I'm not sure how to tie in the patch with the patch, but it's possible. That way you wouldn't need to use the DbAuth plugin, but could use the Windows security. BA _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
