oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
825 stars 26 forks source link

[Feature request] Add libnginx-mod-ntlm in the repository #2209

Open YogSottot opened 1 month ago

YogSottot commented 1 month ago

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.