python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I cant import LDAP module in Python
i installed python-ldap and ldap3 :
(einstieg) C:\Users\User\Python\modules>pip freeze
ldap3 @file:///C:/Users/User/Python/modules/ldap3-2.9.1-py2.py3-none-any.whl
pyasn1 @
file:///C:/Users/User...
Chorum
Votes: 0
Answers: 1
Can we check whether a user is part of an Organizational Units instead of Groups in Django LDAP?
In my LDAP directory, Users are added to Organizational Units instead of groups. How can I check whether a user is a part of an Organizational Unit using Django LDAP ?
My settings.py file:
AUTH_LDAP_S...
alucor-it
Votes: 0
Answers: 1