-
Notifications
You must be signed in to change notification settings - Fork 56
Users not getting added to organization after log in #43
Comments
You should take a look at LDAP_DEFAULT_SENTRY_ORGANIZATION = u'Sentry' It might be that the name is incorrect. It's matched case-sensitive, so it might be that. If you're using
If it shows an empty list, try different values for |
I have the same problem. I checked @MrGreenTea 's suggestion but no luck. In logs it gives me the corresponding organization_id, but still user is not added.
Organization configurations are :
I have tried with both 'sentry' and 'Sentry', but none works.
|
We've had the same problem. In our case the issue was that we also had "django-auth-ldap" und "python-ldap" in our requirements.txt. After removing those requirements and doing a clean setup of the Python environment it worked. Maybe it's because of the new major version (2.x) of django-auth-ldap that gets installed when you have it in your requirements.txt? |
From the logs, I can see that authentication is successful; but the user is not added to any organization.
This is the log:
Env variables set
Authentication backend is also correct:
I'm not sure if there's some issue with my configurations or it doesn't work in general.
The text was updated successfully, but these errors were encountered: