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 !