Top "Django-auth-ldap" questions

django-auth-ldap is a pluggable Django app that provides an authentication backend that authenticates against an LDAP service

Understanding Django-LDAP authentication

I am new to Django and have been assigned the task of implementing a user authentication system with LDAP as …

python django authentication ldap django-auth-ldap
Django Auth LDAP - Direct Bind using sAMAccountName

There are two ways to authenticate a user using Django Auth LDAP Search/Bind and Direct Bind. The first one …

python django active-directory django-authentication django-auth-ldap
How to achieve authentication with django-auth-ldap?

I have an app running using django. Now i want only users that are authenticated via an openldap server to …

django ldap django-authentication openldap django-auth-ldap
django auth ldap

I've been trying to get the LDAP -> Django groups mappings working without success. Everything seems to work fine …

django authentication active-directory ldap django-auth-ldap
Getting groups from LDAP to django

I am using django-ldap-auth to authenticate users against an LDAP-Server (ActiveDirectory). The users are able to login and the flags …

python django active-directory ldap django-auth-ldap
django-auth-ldap failed authentication

I'm trying to use Django-Auth-Ldap in my project (Django 1.6, Python 2.7) but it is not working. My active Directory shema is: …

django authentication active-directory ldap django-auth-ldap
LDAP in Django default admin

UPDATED How it is possible to Django default admin authenticate on a LDAP server instead of the default database? I …

python django ldap django-auth-ldap