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

Target organization should be configurable by slug #37

Open meteozond opened 5 years ago

meteozond commented 5 years ago

Changing organization name from UI will brake auth functionality configured through the AUTH_LDAP_DEFAULT_SENTRY_ORGANIZATION, it is more suitable to use organization slug for this.

jinceon commented 2 years ago

I meet this problem. it always display no_organization_access when ldap user logged in.

thank you very much. after I change AUTH_LDAP_DEFAULT_SENTRY_ORGANIZATION to my org_name instead of org_slug, problem solved.