Find users of security group with django-python3-ldap
问题 Very new to LDAP and AD. I'm using django-python3-ldap to authenticate users of my django app. We want to make it so that only a subset of our users can access our django app, so yesterday they added the security group 'MyAppGroup.' Only problem is, I don't seem able to add this to the search base. User lookup always fails. Working search base (returns ALL users): "ou=Basic Users, ou=BIGAPP Users,dc=subd,dc=domain,dc=com" When I asked, they said that MyAppGroup was a security group, and that