-
Notifications
You must be signed in to change notification settings - Fork 56
Sentry LDAP Plugin ignored with latest Version #32
Comments
Same problem. For even more interesting, plugin is listed in Packages section. |
I can't login with LDAP, any updates on this ? |
I just tested Sentry 9.0 installation in a development environment with getsentry-ldap-auth 2.7 and similar looking settings (specifically My LDAP plugin settings are as follows for Microsoft AD:
|
Same problem here. @aleksihakli do you see ldap plugin in auth backends when it is working? |
Yeah, with the configuration I posted above I can see the LDAP backend ( A funny note in Sentry 9+ is that you need to add a local password for your user for accessing that configuration URL; LDAP bind password doesn't actually work for the |
I tested Sentry 9.0 + sentry_ldap_auth 2.7 with the Sentry config below, and the LDAP plugin in auth backends is working.
Here are some suggestions for you to debug:
Sentry will check if user in any organization, If you received |
@AmyLewis how do you do
I'm not familiar with sentry I tried to add that but I don't have any log in file or console :( |
The following code is work for me !!!😁😁
2.set the sentry.conf.py
reference:https://yyhh.org/blog/2017/12/ldap-authentication-premise-sentry-server-using-freeipa |
The upstairs is great. |
Hi. I'm trying to add LDAP auth to sentry with this #32 (comment) config and have some trouble. |
@aleksihakli I want to ask an unrelated question, how to view the log of ldap? Thank you! |
Configure the LDAP plugin logging correctly using the Django and Django LDAP plugin documentation. |
@janceChun can you post your struture configuration? In your configuration, the django LDAP returns INVALID_CREDENTIALS when I try to connect with my user. I changed all configures that I found on the internet and your configuration, at least, it's almost there. Can you post your struture configuration (CN=XX,OU=XX, or ldap.example.com, etc), please? |
I build a Sentry docker image that receives the configuration to LDAP using env_var feel free to test and ask help: https://github.com/locaweb/docker-sentry-ldap/ or https://hub.docker.com/r/locaweb/docker-sentry-ldap |
Anybody got this working with sentry 10 ? especially Active Directory? |
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, neither does the login over it work. With the same config it worked for older sentry versions.
Here is my config:
The text was updated successfully, but these errors were encountered: