Re: Authenticate against Active Directory

2008-07-10 Thread mccomas . chris
Thanks, got it. Thought it was already on the box so that was confusing me :) Now got other errors to worry about, ugh. On Jul 10, 10:23 am, Tim Chase <[EMAIL PROTECTED]> wrote: > > Got it setup, but when I try to login to the admin with our dummy acct > > on AD, I get the error

Re: Authenticate against Active Directory

2008-07-10 Thread Tim Chase
> Got it setup, but when I try to login to the admin with our dummy acct > on AD, I get the error ImproperlyConfigured at /admin/ > Error importing authentication backend project.app.auth: "No module > named ldap" > > Running the latest development version of Django with Python2.5 Hmm...forgot

Re: Authenticate against Active Directory

2008-07-10 Thread mccomas . chris
Thanks tim. Got it setup, but when I try to login to the admin with our dummy acct on AD, I get the error ImproperlyConfigured at /admin/ Error importing authentication backend project.app.auth: "No module named ldap" Running the latest development version of Django with Python2.5 On Jul 10,

Re: Authenticate against Active Directory

2008-07-10 Thread Tim Chase
> Any issues with running auth against AD? For the most part, AD is just LDAP in disguise (with MS extensions). I've been able to use LDAP to authenticate a number of Python apps against our AD at work. Thus, any "Django LDAP authentication" module/code (which I've stumbled across several

Authenticate against Active Directory

2008-07-10 Thread mccomas . chris
Has anyone dealt with authentication against Active Directory? I found the Django snippet online (http://www.djangosnippets.org/snippets/ 501/). Right now we have the University network, a web manager, online forums, and online testing software, which the latter three aren't running against AD,