mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user