kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
731 stars 251 forks source link

Support Nginx >= 1.23, files to build a deb package and README revisions #253

Open jessp01 opened 9 months ago

jessp01 commented 9 months ago

See https://github.com/kvspb/nginx-auth-ldap/issues/249 and https://github.com/kvspb/nginx-auth-ldap/pull/250 (an #if (nginx_version >= 1023000) is needed, otherwise, the module will not compile with earlier Nginx versions - tested against 1.24 and 1.22)