Re: LDAP support in Django?

2009-06-05 Thread Kip Parker
to set up Django > authentication to use an LDAP server (works great). > > > > On Fri, 2009-06-05 at 08:52 -0700, Mike Driscoll wrote: > > Hi, > > > Can someone tell me if Django has LDAP support builtin or as a plugin > > of some sort? Or do I need to write

Re: LDAP support in Django?

2009-06-05 Thread Adam Stein
Just google django and ldap. That's how I found how to set up Django authentication to use an LDAP server (works great). On Fri, 2009-06-05 at 08:52 -0700, Mike Driscoll wrote: > Hi, > > Can someone tell me if Django has LDAP support builtin or as a plugin > of some sort? Or do I n

LDAP support in Django?

2009-06-05 Thread Mike Driscoll
Hi, Can someone tell me if Django has LDAP support builtin or as a plugin of some sort? Or do I need to write all that myself? I saw references to LDAP in the svn docs and I've found some snippets of code with the ldap module and Django 0.96 as well as a blog post or two on rolling your own LDAP