Django access control using LDAP
LDAP(Lightweight Directory Access Protocol) is a popular way to control access in enterprise environments. In this post, I will demonstrate how this can be used with django. Setup LDAP module – django-auth-ldap LDAP Server – Forum Systems LDAP Browser/editor(Optional) – Apache Directory Studio. Demo Project The demo project will...