Add support for LDAP authentication module for NGINX

Other “nginx_modules_http” USE_EXPAND flag values

Use FlagDescription
nginx_modules_http_accessAdd support for a simple host-based access control
nginx_modules_http_additionAdd support for adding contents of other locations before and after the current location's content
nginx_modules_http_auth_basicAdd support for limiting access to a location by validating the username and password using the HTTP Basic Authentication
nginx_modules_http_auth_ldapAdd support for LDAP authentication module for NGINX
nginx_modules_http_auth_pamAdd support for authentication via PAM
nginx_modules_http_auth_requestAdd support for client authorization based on the result of a subrequest
nginx_modules_http_autoindexAdd support for processing requests ending with the slash character ('/') and produciing a directory listing
nginx_modules_http_brotliAdd support for on-the-fly Brotli compression
nginx_modules_http_browserAdd support for creating variables whose values depend on the value of the "User-Agent" request header field
nginx_modules_http_cache_purgeAdd support for purging content from NGINX's FastCGI and proxy caches
nginx_modules_http_charsetAdd support for adding the specified charset to the "Content-Type" response header field and reencoding singe-byte charsets
nginx_modules_http_davAdd support for the WebDAV functionality and methods: PUT, DELETE, MKCOL, COPY and MOVE
nginx_modules_http_dav_extAdd support for the additional WebDAV methods into the existing WebDAV module: PROPFIND & OPTIONS
nginx_modules_http_degradationAdd support for returning 204 or 444 code for some locations on low memory condition (reliable on FreeBSD only)
nginx_modules_http_echoAdd support for shell-style goodies in the NGINX configuration file
nginx_modules_http_empty_gifAdd support for emiting a single-pixel transparent GIF
nginx_modules_http_fancyindexAdd support for the fancy generation of file listings
nginx_modules_http_fastcgiAdd support for passing requests to a FastCGI server
nginx_modules_http_flvAdd support for the server-side pseudo-streaming of Flash Video (FLV) files
nginx_modules_http_geoAdd support for creating variables whose values depend on the client IP-address
nginx_modules_http_geoipAdd support for creating variables whose values depend on the client IP-address, using the precompiled MaxMind databases
nginx_modules_http_geoip2Add support for creating variables whose values depend on the client IP-address, using the precompiled MaxMind GeoIP2 databases
nginx_modules_http_grpcAdd support for passing requests to a gRPC server
nginx_modules_http_gunzipAdd support for decompressing responses with "Content-Encoding: gzip" for clients that do not support "gzip" encoding method
nginx_modules_http_gzipAdd support for compressing responses using the "gzip" method
nginx_modules_http_gzip_staticAdd support for sending precompressed files with the ".gz" filename extension instead of regular files
nginx_modules_http_headers_moreAdd support for setting arbitrary input and output headers
nginx_modules_http_image_filterAdd support for transforming images in JPEG, GIF, PNG, and WebP formats
nginx_modules_http_javascriptAdd support for implementing location and variable handlers in njs - a subset of the JavaScript language
nginx_modules_http_limit_connAdd support for limiting the number of connections per a defined key, e.g. the number of connections from a single IP address
nginx_modules_http_limit_reqAdd support for limiting the request processing rate per a defined key, e.g. the processing rate of requests coming from a single IP address
nginx_modules_http_luaAdd support for Lua scripting in NGINX
nginx_modules_http_mapAdd support for creating variables whose values depend on values of other variables
nginx_modules_http_memcAdd support for an extended version of the standard memcached module that supports set, add, delete, and many more memcached commands
nginx_modules_http_memcachedAdd support for obtaining responses from a memcached server
nginx_modules_http_metricsAdd support for exporting various metrics in an easy-parseable JSON format
nginx_modules_http_mirrorAdd support for mirroring of the original request by creating background mirror subrequests
nginx_modules_http_mogilefsAdd support for MogileFS
nginx_modules_http_mp4Add support for server-side pseudo-streaming for MP4 files
nginx_modules_http_naxsiAdd support for NAXSI WAF (Web Application Firewall)
nginx_modules_http_perlAdd support for implementing location and variable handlers in Perl and inserting Perl calls into SSI
nginx_modules_http_proxyAdd support for passing subrequests to another server
nginx_modules_http_push_streamAdd support for the stream HTTP push module, which supports EventSource, WebSocket, Long Polling, and Forever Iframe
nginx_modules_http_random_indexAdd support for processing requests ending with the slash character ('/') by picking a random file in a directory to serve as an index file
nginx_modules_http_realipAdd support for setting the client address and optional port to those sent in the specified header field (e.g. "X-Real-IP" or "X-Forwarded-For")
nginx_modules_http_refererAdd support for blocking access to a site for requests with invalid values in the "Referer" header field
nginx_modules_http_rewriteAdd support for changing the request URI using PCRE regular expressions, returning redirects, and conditionally selecting configurations
nginx_modules_http_scgiAdd support for passing requests to an SCGI server
nginx_modules_http_secure_linkAdd support for checking authenticity of requested links, protecting resources from unauthorized access, and limiting link lifetime
nginx_modules_http_securityAdd support for modsecurity: web application firewall and intrusion detection system
nginx_modules_http_sliceAdd support for spliting a request into subrequests, each returning a certain range of response
nginx_modules_http_slowfs_cacheAdd support for caching static files
nginx_modules_http_spdyAdd support for an SPDY implementation. (Deprecated, use USE="nginx_modules_http_v2" instead)
nginx_modules_http_split_clientsAdd support for creating variables suitable for A/B testing, also known as split testing
nginx_modules_http_ssiAdd support for processing SSI (Server Side Includes) commands in responses passing through NGINX
nginx_modules_http_sslAdd support for HTTPS - SSL/TLS-encrypted HTTP
nginx_modules_http_stickyAdd support for sending a sticky cookie in order to always forward client to the same upstream server
nginx_modules_http_stub_statusAdd support for providing access to basic status information
nginx_modules_http_subAdd support for modifying a response by replacing one specified string by another
nginx_modules_http_upload_progressAdd support for an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers
nginx_modules_http_upstream_checkAdd support for performing health check of upstream servers
nginx_modules_http_upstream_hashAdd support for distributing upstream requests based on hashed key value
nginx_modules_http_upstream_ip_hashAdd support for distributing upstream requests based on the IP-address of the client
nginx_modules_http_upstream_keepaliveAdd support for caching connections to upstream servers
nginx_modules_http_upstream_least_connAdd support for passing upstream requests to the server with the least number of active connections
nginx_modules_http_upstream_randomAdd support for passing upstream requests to a randomly selected server
nginx_modules_http_upstream_zoneAdd support for defining a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes
nginx_modules_http_useridAdd support for setting cookies suitable for client identification
nginx_modules_http_uwsgiAdd support for passing requests to a uwsgi server
nginx_modules_http_v2Add support for HTTP/2
nginx_modules_http_v3Add experimental support for HTTP/3
nginx_modules_http_vhost_traffic_statusAdd support for providing access to virtual host status information
nginx_modules_http_vodAdd support for streaming video using DASH, HDS, HLS, MSS
nginx_modules_http_xsltAdd support for transforming XML responses using one or more XSLT stylesheets

All packages providing a “nginx_modules_http_auth_ldap” USE flag (1)