Skip to content

Releases: Ericbla/nginx-auth-ldap

v1.8

23 Jun 07:44

Choose a tag to compare

Fixes error recovery on re-bind.

v1.7

11 Jul 13:27

Choose a tag to compare

Fixes ngx_http_auth_ldap_close_connection recursive loop

v1.6

14 Jun 12:40

Choose a tag to compare

Enhance logs (level and messages)

v1.5

09 Mar 10:31

Choose a tag to compare

Fixes clean_on_timeout implementation

v1.4

02 Dec 14:52

Choose a tag to compare

  • Fix an issue when max_down_retries (default 0) = 1
  • Add the clean_on_timeout option
  • Enhance debug traces when multiple connections are used

v1.3

12 Sep 13:42

Choose a tag to compare

The LDAP attributes retrieval during search was introduced in v1.0, but up to now, the attributes were not delivered as response header when a cached authentication response was done.
This new version extends the cache with these LDAP attributes, so that responses issued from the cache are identical to responses issued after an effective LDAP query.

v1.2

09 Sep 13:41

Choose a tag to compare

  • Manage the connections that are disconnected and waithing for reconnection (reconnect_timeout) is a specific pending queue to be able to cancel the timeout timer when new authentication request are arriving and no free connection is available.
  • Compatibility with Nginx 1.23.0 (Apply the same kind of fix as https://github.com/freultwah/nginx-auth-ldap)

v1.1

10 Aug 07:55

Choose a tag to compare

  • Fixing resolver issues and now use hostname resolution at each connection (re-)establishment (to support DNS load balancing).
  • search_attribute parameter is now replaced by the use of a single search_attributes which support a list of attributes.
  • Added encoding param to the binddn_passwd parameter. currently support:
    • text (the default) for plain text
    • base64 or hex to avoid problems with special char in password

v1.0

05 Aug 14:34

Choose a tag to compare

First release from my fork.

  • Added support of resolver
  • Added LDAP attributes retrieval