mirror of https://github.com/jumpserver/jumpserver
fix: LDAP HA the login log did not record the authentication backend
parent
513508654b
commit
0dc9214f98
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue