mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[PR #5345] Feature/ldap auth #4187
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#4187
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/nginx-proxy-manager/pull/5345
Author: @Wadera
Created: 2/23/2026
Status: 🔄 Open
Base:
develop← Head:feature/ldap-auth📝 Commits (10+)
1f4de6dfeat(ldap): LDAP authentication with group-based access control and security hardening82f669atest(ldap): comprehensive test suite — 196 tests across 4 suites8b6e65afix(lint): resolve all Biome lint errors in test mocks and LDAP modules7f3fa89ci: retrigger build (transient cypress image failure)43ff83afix(ldap): semaphore leak in withServiceClient — use try/finally to guarantee returnToPoolf5a8ceefix(ldap): rate-limit user bind connections via login semaphore6d3cbd7fix(ldap): add UNIQUE constraint on user email + skip redundant login patches005cde6Merge remote-tracking branch 'github/develop' into feature/ldap-auth3920d35fix(ldap): replace plain UNIQUE email index with partial index for soft-delete compatibilityba3e005fix(ldap): make email_active migration idempotent for MySQL CI📊 Changes
63 files changed (+8840 additions, -167 deletions)
View changed files
📝
README.md(+41 -0)➕
backend/__mocks__/bcrypt.js(+17 -0)➕
backend/__mocks__/config.js(+42 -0)➕
backend/__mocks__/db.js(+7 -0)➕
backend/__mocks__/lodash.js(+74 -0)➕
backend/__mocks__/moment.js(+32 -0)➕
backend/__mocks__/node-rsa.js(+15 -0)➕
backend/__mocks__/objection.js(+56 -0)➕
backend/__mocks__/signale.js(+40 -0)➕
backend/__mocks__/tarn.js(+14 -0)➕
backend/__tests__/README.md(+53 -0)➕
backend/__tests__/ldap/ldap-client.test.js(+1212 -0)➕
backend/__tests__/ldap/ldap-env.test.js(+376 -0)➕
backend/__tests__/ldap/ldap-internal.test.js(+645 -0)➕
backend/__tests__/ldap/ldap-sync.test.js(+955 -0)➖
backend/biome.json(+0 -91)📝
backend/internal/2fa.js(+9 -1)➕
backend/internal/ldap-settings.js(+284 -0)➕
backend/internal/ldap-sync.js(+744 -0)➕
backend/internal/ldap.js(+550 -0)...and 43 more files
📄 Description
Add support for AD / LDAP authentication.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.