Django : looking for a good LDAP manipulation library
Posted
by
sebpiq
on Stack Overflow
See other posts from Stack Overflow
or by sebpiq
Published on 2010-10-11T13:02:38Z
Indexed on
2010/12/25
8:53 UTC
Read the original article
Hit count: 181
Hi ! I am looking for a good ldap library on Django, that would allow me to manage my ldap server :
- adding, modifying, deleting entries
- for groups, users, and all kind of objects
The library django-ldapdb looked promising, it offers a Model
base class that can be used to declare ldap objects in a Django fashion (which is what we ideally want), however we've had some bugs with it, and furthermore it seems like it is not maintained any more.
Does somebody know a good library that could do the trick ? Otherwise I guess I'll just try to improve and debug django-ldapdb ...
Thanks !
© Stack Overflow or respective owner