Skip to content

Releases: dignajar/another-ldap-auth

Another LDAP Authentication v1.8

23 Sep 14:02
Compare
Choose a tag to compare
  • 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

11 Sep 13:56
f247f64
Compare
Choose a tag to compare
  • Improve logging via logging module
  • Logs output in plain text or JSON format

Another LDAP Authentication v1.6

11 Sep 09:43
1611df0
Compare
Choose a tag to compare
  • Add MIT license
  • Fix conditionals for regular expressions

Another LDAP Authentication v1.5

10 Sep 14:57
3ec09cc
Compare
Choose a tag to compare

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

18 Aug 13:21
Compare
Choose a tag to compare

Another LDAP Authentication v1.3

19 May 13:23
Compare
Choose a tag to compare

Returns username and matched groups in headers after successful authentication

HTTP response headers
x-username and x-groups

Another LDAP Authentication v1.2.1

19 May 10:35
Compare
Choose a tag to compare

Remove spaces from the groups

Another LDAP Authentication v1.2

19 May 08:57
Compare
Choose a tag to compare

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

17 Jul 17:47
ad398e3
Compare
Choose a tag to compare

Changelog

  • Include a simple cache system.
  • Improves on logs.

Another LDAP Authentication v1.0

17 Jul 07:19
f110c59
Compare
Choose a tag to compare

Changelog

First release.