Releases: dignajar/another-ldap-auth
Releases · dignajar/another-ldap-auth
Another LDAP Authentication v1.8
- Include an option to enable or disable case sensitive in groups names
LDAP_REQUIRED_GROUPS_CASE_SENSITIVE
- Include k8s manifests
Another LDAP Authentication v1.7
- Improve logging via
logging module
- Logs output in plain text or JSON format
Another LDAP Authentication v1.6
- Add MIT license
- Fix conditionals for regular expressions
Another LDAP Authentication v1.5
- The required groups support regex thanks @marianobilli
For example:
LDAP_REQUIRED_GROUPS = "DevOps .* environment, Developers .* environment"
Will match with
DevOps production environment
DevOps testing environment
Developers production environment
Developers testing environment
Another LDAP Authentication v1.4
- Conditional case-insensitive
- Update Python version for fix CVE-2020-8492, CVE-2020-14422 and CVE-2020-8315
Another LDAP Authentication v1.3
Returns username and matched groups in headers after successful authentication
HTTP response headers
x-username
and x-groups
Another LDAP Authentication v1.2.1
Remove spaces from the groups
Another LDAP Authentication v1.2
Include conditional for groups. You can set the conditional to match all the groups on the list or just one of them. To match all of them use and
and for match just one use or
. Ex: and
.
Another LDAP Authentication v1.1
Changelog
- Include a simple cache system.
- Improves on logs.
Another LDAP Authentication v1.0
Changelog
First release.