Distribution (please complete the following information):
OS: [Debian and Ubuntu]
Architecture: [amd64]
Repository: [Ubuntu PPA and packages.sury.org]
Additional context
The NTLM module allows proxying requests with NTLM Authentication. The upstream connection is bound to the client connection once the client sends a request with the "Authorization" header field value starting with "Negotiate" or "NTLM". Further client requests will be proxied through the same upstream connection, keeping the authentication context.
Frequently asked questions
Is your feature request related to a problem? Please describe. There is no libnginx-mod-ntlm in the repository.
Describe the solution you'd like Is it possible to add the nginx mod_ntlm module to the repository? https://github.com/gabihodoroaga/nginx-ntlm-module
Examples of Dockerfiles to build
https://github.com/YogSottot/nginx_mod_docker_builder
Distribution (please complete the following information):
Additional context
The NTLM module allows proxying requests with NTLM Authentication. The upstream connection is bound to the client connection once the client sends a request with the "Authorization" header field value starting with "Negotiate" or "NTLM". Further client requests will be proxied through the same upstream connection, keeping the authentication context.