Skip to content

Releases: elonen/ldap_authz_proxy

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 16:51

Build system overhaul: distro-independent .deb files

Statically linked (musl) packages, one per architecture, no more separate Bookworm/Trixie/* distro builds.
They have no shared-library dependencies and install on any Debian/Ubuntu release:

  • ldap-authz-proxy_0.4.0-1_amd64.deb
  • ldap-authz-proxy_0.4.0-1_arm64.deb

Installation

sudo dpkg -i ldap-authz-proxy_*.deb

Full Changelog: 0.3.3...v0.4.0

v0.3.3

Choose a tag to compare

@elonen elonen released this 04 Jun 16:59
  • Dependency version upgrades (security patches)
  • Drop support for Bullseye

0.3.2

Choose a tag to compare

@elonen elonen released this 20 Nov 22:12
  • Add support for Trixie (Debian 13) builds
  • Upgrade dependencies to latest versions
  • Strip away duplicate username headers by default, to work around any broken upstream clients

0.3.1+arm+deb12

Choose a tag to compare

@elonen elonen released this 22 Nov 09:27

Add support for Debian 12 "bookworm" and ARM64 to the build script.

v0.3.1

Choose a tag to compare

@elonen elonen released this 23 Feb 23:14
  • Bugfix: attribute joining in sub-query results
  • New features:
    • Add --test option to try out a query without starting the server
    • Allow lists in config file to be split into multiple lines
    • Retry LDAP queries a few times on some temporary errors

v0.3.0

Choose a tag to compare

@elonen elonen released this 22 Feb 00:17
  • Rename some config options for clarity, add a few new ones
  • Security: redact bind passwords from logs
  • New features:
    • Support for LDAP sub-queries
    • Support for custom variables in LDAP queries (for shorter config)
    • Support for adding static attributes per section
    • Built-in help for config options
    • Config file dump option for debugging
    • Support quoting in config file
    • Configurable attribute delimiter in response headers

0.2.1

Choose a tag to compare

@elonen elonen released this 02 Feb 19:08

Minor performance improvements, build against Debian Bullseye

0.2.0

Choose a tag to compare

@elonen elonen released this 29 Jan 20:49

New feature: return LDAP attributes in HTTP headers (lookup name, email etc. while authorizing)

0.1.0

Choose a tag to compare

@elonen elonen released this 29 Jan 01:23

First usable binary release, for Debian amd64