mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 15:11:27 +00:00
fix: LDAP HA the login log did not record the authentication backend
This commit is contained in:
@@ -35,6 +35,7 @@ class SourceMixin:
|
||||
settings.AUTH_BACKEND_PUBKEY,
|
||||
],
|
||||
Source.ldap: [settings.AUTH_BACKEND_LDAP],
|
||||
Source.ldap_ha: [settings.AUTH_BACKEND_LDAP_HA],
|
||||
Source.openid: [
|
||||
settings.AUTH_BACKEND_OIDC_PASSWORD,
|
||||
settings.AUTH_BACKEND_OIDC_CODE,
|
||||
|
Reference in New Issue
Block a user