This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
Releases: Banno/getsentry-ldap-auth
Releases · Banno/getsentry-ldap-auth
2.9
2.8.1
- Add default value for AUTH_LDAP_SENTRY_GROUP_ROLE_MAPPING (None)
2.8
- Adds ability to map LDAP groups to organization roles
- Minor documentation corrections
2.7
- Fixes IntegrityError when user has multiple email addresses
- Removes previously-created empty UserEmail records
2.6
- Adds setting
AUTH_LDAP_SENTRY_USERNAME_FIELD
to allow user to override what field is used as the username when creating a user
2.4
- Use default domain when no mail attribute exists (AUTH_LDAP_DEFAULT_EMAIL_DOMAIN)
2.3
- Fix sentry_useremail "duplicate key" error
2.2
- Support e-mail verification, introduced in Sentry Server 8.6