Re: Making Django ldapauth more sophisticated

2009-07-21 Thread Frédéric Hébert
On 21 juil, 00:35, "Daniele Procida" wrote: > I finally have ldapauth working now, and a user who is in our LDAP > database can connect as a Django User. > > But it's not entirely satisfactory. Before the LDAP user becomes a > Django User they have to try logging (which fails of course). Are y

Re: Making Django ldapauth more sophisticated

2009-07-20 Thread Joshua Russo
On Mon, Jul 20, 2009 at 9:35 PM, Daniele Procida wrote: > > I finally have ldapauth working now, and a user who is in our LDAP > database can connect as a Django User. > > But it's not entirely satisfactory. Before the LDAP user becomes a > Django User they have to try logging (which fails of cour

Making Django ldapauth more sophisticated

2009-07-20 Thread Daniele Procida
I finally have ldapauth working now, and a user who is in our LDAP database can connect as a Django User. But it's not entirely satisfactory. Before the LDAP user becomes a Django User they have to try logging (which fails of course). Then they become a Django User, and then they can have their p