Django ldap search restriction by group does not work, search by CN does not work
Issue If I search with this query: AUTH_LDAP_USER_SEARCH = LDAPSearch("OU=E,DC=i,DC=e,DC=int", ldap.SCOPE_SUBTREE, "(sAMAccountName=%(user)s)") The person is located and logged in. If…