Greg Dickie wrote: > Hi, > > I thought I had read on the list that the LDAP plugin would actually > be able to populate the assigned to list in tickets but that does not > seem to be happening. Is this functionality possible or am I missing an > option?
I have some code in #2456, that sets up the IUserDirectory interface - it allows me to do what you're asking using not the LDAP plugin, but a DbAuth plugin that I wrote. I am currently updating the IUserDirectory patch to the trunk (r3265) and will post to ticket #2456 shortly. It may require you to hack around the LDAP plugin a bit to implement this, so I'm not certain you want to go down this road. In trac.ini, you need restrict_owner=true - this may accomplish what you want for LDAP, but I am not for sure. BA _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
