django-auth-ldap Questions
7
Solved
There are two ways to authenticate a user using Django Auth LDAP
Search/Bind and
Direct Bind.
The first one involves connecting to the LDAP server either anonymously or with a fixed account an...
Glyco asked 23/5, 2013 at 18:45
2
I partially understood the Django Ldap Authentication. Can anyone give the full example developing very basic application that uses Django Authentication Ldap .
I went through this resource and tr...
Breana asked 6/2, 2019 at 9:4
2
Solved
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:
I've tested the connection on the cmd line by installing the ldap...
Picker asked 14/10, 2016 at 17:35
1
My setup: Django-3.0, Python-3.8, django_auth_ldap
I have LDAP Server (Active Directory Server) in my organization.
I am building a Django Application which serves some operations for all the user...
Sirkin asked 7/6, 2020 at 17:23
3
I want to import the users of a ActiveDirectory database into Django. To this end I'm trying to use the django_auth_ldap module.
Here is what I tried already :
in my settings.py :
AUTH_LDAP_SER...
Revolt asked 28/7, 2011 at 14:47
1
Solved
I have an containerized application that is using django-auth-ldap to search an Active Directory for users. I would like to combine the output from two separate OUs. Is there a different method or ...
Gavage asked 21/8, 2018 at 17:31
2
Solved
We have a Django application that is connecting to multiple MS SQL database instances. There is a router.py for each app that handles routing the processes to each database.
This is my first time ...
Janeejaneen asked 29/10, 2015 at 18:19
2
I am new to Django and have been assigned the task of implementing a user authentication system with LDAP as the backend. I guess the documentation assumes that the end developer has enough experie...
Pinzler asked 12/11, 2013 at 21:40
3
I have an app running using django.
Now i want only users that are authenticated via an openldap server to see "their view" (therefore i only need their uid after successfull authentication)
How c...
Walkling asked 27/3, 2013 at 20:49
1
Solved
I'm using django-auth-ldap and was wondering what is the easiest way to create a python mock ldap server. The problem arises when I'm developing away from the network the ldap server is located on....
Ammadis asked 17/4, 2013 at 0:21
1
Solved
I've been trying to get the LDAP -> Django groups mappings working without success. Everything seems to work fine except for the group mapping part. My LDAP backend is Active Directory. I'm using d...
Tortosa asked 27/6, 2011 at 13:56
1
I am having trouble with the LDAP authentification module django-auth-ldap. I am using the example configuration from this site: http://packages.python.org/django-auth-ldap/
I'd like to do two thi...
Ellsworth asked 19/6, 2011 at 10:12
1
© 2022 - 2024 — McMap. All rights reserved.