Alena86

Results 17 comments of Alena86

I got it to work half way. I am using the latest self-hosted version of sentry (which I believe is 24.1.0) and 23.6.0 version of sentry-auth-ldap. In order to get...

Here is my LDAP part of sentry.conf.py configuration. Not sure if it matters, but I also use external Postgres/Kafka/Redis since I already have those services up and running ``` ############...

oooh boy.. stupid typo.... It took a bit to reinstall everything... Quick side question.. In order to test out changes to this file, do I have to rerun the install.sh...

> So are you sure your username field is `uid`? For Microsoft AD it should be `sAMAccountName`. You are right.. it is sAMAccountName... Updated the config, it was still unable...

@PMExtra You are THE MAN!!! Moving forward :) We don't have any errors in the logs and the users are able to login. The users are getting the error: No...

I tried chaning the AUTH_LDAP_DEFAULT_SENTRY_ORGANIZATION to be 'sentry' as well as some other organization that doesn't exist and neither one worked. After some testing, we figured that it does create...

Based on your previous answers, I have set: AUTH_LDAP_USER_QUERY_FIELD = "sAMAccountName" - which is the field we use for the username AUTH_LDAP_USER_ATTR_MAP = { 'username': 'sAMAccountName', 'name': 'displayName', 'email': 'mail'...

All the changes you see are cause I was trying to debug why it is not working... So to be clear, I copied your example from the README and just...

So I was playing with these settings a bit today.. The **organization** is by default named **Sentry**, and the **Organization Slug** is set to be **sentry** in the UI Admin...

Yes, I thought you were saying AUTH_LDAP_SENTRY_DEFAULT_ORGANIZATION should stay 'organization-slug' as you are using hat as a replacement for any organization name :) my bad. Just a note It might...