On Friday 20 July 2007, cobwebsmasher wrote: > I'm a bit confused by what is required to get a username to appear in the drop down list when the trac.ini ticket/restrict_owner flag is set to true. > > My intent is to have any user that has logged into the system appear in the drop down list. The actual authentication mechanism is LDAP by way of a Microsoft Active Directory store. > > At one point this seemed to be working (the autopopulation of the drop down list that is), but since I've updated from 0.10.3 to 0.11dev-r5823 and locked down the system so that only members of the built in group "authenticated" have permissions to play around in our setup, the drop-down list only seems to be populated with the names of users that I explicitly placed in the TRAC_ADMIN permission. > > Based on the documentation, there are a couple of requirements to appear in the drop down. > > 1. Have session data available as a user that has logged into the project. > 2. The user should have TICKET_MODIFY permissions. > > I looked at the code here and it's unclear to me whether or not this function takes into account checking whether or not these users are members of the authenticated group and the appropriate permissions.
You hit Trac bug #4630. I fixed this in r5849. Eli --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
