Re: LDAP and 1.2

2011-04-05 Thread Mike Dewhirst
On 6/04/2011 12:44am, Sells, Fred wrote: Because our active directory contains many more users than are allowed to use my django app, I have a cron job that runs every 5 minutes and updates a mysql database with the subset I care about. That way if AD is offline at the time, I’m not hosed.

Re: LDAP and 1.2

2011-04-05 Thread Mike Dewhirst
On 5/04/2011 5:46pm, Szabo, Patrick (LNG-VIE) wrote: Hi, has anyone sucessfully conncted their django 1.2 app with Active Directory ?! Which snippet did you use ?! I have had great success with Peter Herndon's ldap-groups in eDirectory ... http://code.google.com/p/django-ldap-groups/ ..

RE: LDAP and 1.2

2011-04-05 Thread Sells, Fred
Because our active directory contains many more users than are allowed to use my django app, I have a cron job that runs every 5 minutes and updates a mysql database with the subset I care about. That way if AD is offline at the time, I'm not hosed. From: django-users@googlegroups.com [mailto: