Wrong project :)
You should check out django-ldapdb. Then you could create a LdapGroup
and LdapUser model. I use ldapdb and could do a query like this:
user = LdapUser.objects.get(username="jschroeder") # Get my user
groups = LdapGroup.objects.get(members__in=[user]) # Get a queryset
with a list of all groups I'm a member of
http://opensource.bolloretelecom.eu/projects/django-ldapdb/
django-auth-ldap if for logging in via ldap, not managing or dealing with ldap.
--
Jeff Schroeder
Don't drink and derive, alcohol and analysis don't mix.
http://www.digitalprognosis.com
I dont think you read or understood my reply. Take the time to read
the documentation for django-ldapdb and set it up. Then if you have
questions, ask on the django-ldapdb mailinglist. It is all on the
webpage I've already linked you :)
http://groups.google.com/group/comp.lang.python/browse_thread/thread/7eff57435ac83b7d?hl=en