Anyone here using LDAP auth?
the docs say:
You will need to install pip install -r requirements/prod_ldap.txt. Then add LDAP as an authentication backend in your local settings:
Which local settings. which file?
AUTH_LDAP_USER_FILTER = '(|(memberOf=CN=_gr_ralph_group1,OU=something,'\
'DC=mygroup,DC=domain)(memberOf=CN=_gr_ralph_group2,OU=something else,'\
'DC=mygroups,DC=domain))'