# are treated as comments.",
- "placeholder": "Line separated IP addresses or subnets",
- "label": "Restrict Access"
+ "description": "Limit Directory Server access to specific IPs or ranges",
+ "placeholder": "Line-separated IP addresses or subnets. Lines starting with # are treated as comments.",
+ "label": "Allowed IPs & ranges"
},
"secret": {
- "label": "Bind Password",
+ "label": "Bind password",
"description": "Authenticate queries with the user DN {{ userDN }} and this secret",
"url": "Server URL"
},
diff --git a/dashboard/src/components/LdapServer.vue b/dashboard/src/components/LdapServer.vue
index b0c85807a..84c7571e4 100644
--- a/dashboard/src/components/LdapServer.vue
+++ b/dashboard/src/components/LdapServer.vue
@@ -72,7 +72,6 @@ onMounted(async () => {