Skip to content

Provide mixed authentication using Basic and LDAP modules - #257

Open
TwlyY29 wants to merge 2 commits into
tchapi:mainfrom
dmwg:mixed_auth
Open

Provide mixed authentication using Basic and LDAP modules#257
TwlyY29 wants to merge 2 commits into
tchapi:mainfrom
dmwg:mixed_auth

Conversation

@TwlyY29

@TwlyY29 TwlyY29 commented May 7, 2026

Copy link
Copy Markdown

Hi,

thanks again for this great software!

In our setting, we have a combination of LDAP-accounts and local accounts. So I came up with this mixed authenticator that uses both LDAP and Basic authenticators.

Internally, the LDAPFallbackAuth-Backend just uses the existing Basic and LDAP authentication backends which keeps modifications minimal. A new whichFirst config option allows to specify which authenticator should be checked first - Basic or LDAP.

Looking forward to your thoughts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants