+
- -
# are treated as comments.",
"placeholder": "Line separated IP address or Subnet",
@@ -385,7 +385,9 @@
"url": "Server URL"
},
"cloudflarePortWarning": "Cloudflare proxying must be disabled on the dashboard domain to access the LDAP server",
- "enable": "Enable LDAP Server"
+ "enable": "Enable LDAP Server",
+ "title": "LDAP Server",
+ "enabled": "Enable LDAP Server"
},
"userImportDialog": {
"title": "Import Users",
diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue
index aed84907b..767d5c44a 100644
--- a/dashboard/src/Index.vue
+++ b/dashboard/src/Index.vue
@@ -36,7 +36,7 @@ import SystemUpdateView from './views/SystemUpdateView.vue';
import DockerView from './views/DockerView.vue';
import ServerView from './views/ServerView.vue';
import UserDirectorySettingsView from './views/UserDirectorySettingsView.vue';
-import UserDirectoryLdapServerView from './views/UserDirectoryLdapServerView.vue';
+import LdapView from './views/LdapView.vue';
import OpenIdView from './views/OpenIdView.vue';
import UsersView from './views/UsersView.vue';
import GroupsView from './views/GroupsView.vue';
@@ -370,8 +370,8 @@ onMounted(async () => {