mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-04-24 22:55:58 +03:00
[PR #32] nginx-ntlm-module module support #34
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-nginx-full#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/docker-nginx-full/pull/32
Author: @jens-maus
Created: 8/9/2024
Status: 🔄 Open
Base:
master← Head:ntlm-module-support📝 Commits (2)
beb473fadd nginx-ntlm module to openresty build72dc0a1Merge remote-tracking branch 'upstream/master' into ntlm-module-support📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
scripts/build-openresty(+5 -2)📄 Description
This PR adds https://github.com/gabihodoroaga/nginx-ntlm-module to the openresty build to address the following long-standing issues by implementing basic support for NTLM based single-sign-on proxying using nginx proxy manager:
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1117
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1138
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2037
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3181
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3797
In practice, the following steps are then required to get NTLM authentication successful running with NPM:
/data/nginx/custom/root_top.conffile to load the module:/data/nginx/custom/http.conffile to define the NTLM aware upstream target:Advancedtab:Then, the NTLM authentication should proceed and work nicely.
P.S.:
As a side note for users which cannot wait until a new nginx proxy manager version with this integrated NTLM module is out, one can also simply compile it using the
docker-nginx-fullrepository and thelocal-build.shscript, then extract thengx_http_upstream_ntlm_module.sofile and put it into e.g. the/data/nginx/modulespath and simply use the followingload_modulecall in step 1 instead:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.