feat(auth): add LDAP authentication support and related configurations (#13385)

* feat(auth): add LDAP authentication support and related configurations

* feat(ldap): implement LDAP synchronization features and enhance user import logic

* feat(auth): add authSource and authSourceStatus to user information

* feat(i18n): update LDAP synchronization error messages in multiple languages

* feat(i18n): update LDAP synchronization error messages in multiple languages

* feat(i18n): update LDAP synchronization error messages in multiple languages
This commit is contained in:
2026-07-28 14:20:42 +08:00
committed by GitHub
parent e2754b447d
commit cf37de66fc
34 changed files with 3949 additions and 11 deletions
+2
View File
@@ -55,6 +55,8 @@ export namespace Login {
permissions: string[];
masterOnlyPermissions?: string[];
nodeRoles: Array<{ nodeId: number; nodeName: string; roleId: number; roleName: string }>;
authSource: string;
authSourceStatus: string;
apiInterfaceStatus: string;
apiKey: string;