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 !
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…