Banno / getsentry-ldap-auth

A Sentry extension to add an LDAP server as an authention source.
Apache License 2.0
163 stars 53 forks source link

Ldap / Active Diectory Intgegration with sentry 10 #48

Open junioradmin-ng opened 4 years ago

junioradmin-ng commented 4 years ago

Is there a working documentation on how to get Sentry 10 running with LDAP/AD? This one doesn’t seem to work anymore: https://github.com/banno/getsentry-ldap-auth

The installation of sentry-ldap-auth in the docker container alone means that the Sentry WebUI can no longer be called.

I would be grateful for any advice.

Galdanwing commented 4 years ago

Hey, I added gcc (and a bunch of other stuff, but not sure that matters) to my Dockerfile and then the requirement at least installed again via a RUN apt-get update && apt-get install -y gcc . I can't connect to my ldap server though, but maybe that's just on my other config :) Hope this helped

Galdanwing commented 4 years ago

Okay, I got it working now. I'll clone and make a pr.

https://github.com/Banno/getsentry-ldap-auth/pull/49