getsentry-ldap-auth
getsentry-ldap-auth copied to clipboard
A Sentry extension to add an LDAP server as an authention source.
From the logs, I can see that authentication is successful; but the user is not added to any organization. This is the log: ``` sentry 18:12:24 [DEBUG] django_auth_ldap: search_s('ou=users,dc=company,dc=net', 2,...
Hello! Thanks for getsentry-ldap-auth! I try build sentry-ldap-auth to rpm ``` error: line 56: Illegal char '*' in: Requires: python-django-auth-ldap = 1.2.* {:level=>:info} ``` May be change 1.2.* to 1.2.17?...
How to get this plugin working with sentry helm chart? Thanks.
Hi, with the latest version I am facing the problem that sentry does not recognized this plugin as Auth Backend. The Module does not show up in the auth backends,...
This backend checks for user's group only if the user is not yet a member of an organization. So if the membership was changed in LDAP, Sentry won't know about...
Env : CentOS Linux release 7.4.1708 (Core) With these installed : - python-devel - openldap-devell - python-ldap.x86_64 How to reproduce: `git clone https://github.com/getsentry/onpremise.git` change requirements.txt like this : ``` #...
Hello! I need to set up AD-authorization on Sentry. In the Internet on this theme I found this topic only: https://forum.sentry.io/t/how-to-set-up-to-auth-via-ms-active-directory-or-ldap/1880/5 But settings of this topic leads or not work...
At present `AUTH_LDAP_DEFAULT_SENTRY_ORGANIZATION=='foo'` can be used to have a user added to a single org when they login. Systems with multiple organisations would benefit from the following extension of this...