Re: ManyToManyField linking to Users in another database

2011-06-10 Thread Benedict Verheyen
On 10/06/2011 13:37, Benedict Verheyen wrote: > Hi, > > > (2nd attempt, as after a few hours the message still doesn't show up) > First, to sketch the situation. > To authenticate users, I use my own login backend. Nothing special, checks > the users in AD. > I have 1 project with all users in i

ManyToManyField linking to Users in another database

2011-06-10 Thread Benedict Verheyen
Hi, (2nd attempt, as after a few hours the message still doesn't show up) First, to sketch the situation. To authenticate users, I use my own login backend. Nothing special, checks the users in AD. I have 1 project with all users in it, and other projects have their own limited set of users. Th