Releases: Ericbla/nginx-auth-ldap
Releases · Ericbla/nginx-auth-ldap
v1.8
v1.7
v1.6
v1.5
v1.4
v1.3
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
- 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
- Fixing resolver issues and now use hostname resolution at each connection (re-)establishment (to support DNS load balancing).
search_attributeparameter is now replaced by the use of a singlesearch_attributeswhich support a list of attributes.- Added
encodingparam to thebinddn_passwdparameter. currently support:text(the default) for plain textbase64orhexto avoid problems with special char in password