diff --git a/src/translation/en.json b/src/translation/en.json index 0ce9024b5..581e247b4 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -193,7 +193,7 @@ "saveAction": "Save" }, "externalLdap": { - "title": "LDAP", + "title": "Connect an External Directory", "description": "Cloudron will synchronize users and groups from an external LDAP or ActiveDirectory server. Password verification for authenticating those users is done against the external server. The synchronization is not run automatically but needs to be triggered manually.", "subscriptionRequired": "This feature is only available in the paid plans.", "subscriptionRequiredAction": "Set up Subscription Now", @@ -329,6 +329,16 @@ "invitationNotification": { "title": "Invitation link sent", "body": "Email sent to {{ email }}" + }, + "exposedLdap": { + "title": "Directory Server", + "description": "Cloudron can act as a central user directory server for external applications.", + "enabled": "Enabled", + "ipRestriction": { + "description": "The directory server can be limited to specific IPs or ranges.", + "placeholder": "Line separated IP address or Subnet", + "label": "Restrict Access" + } } }, "profile": { diff --git a/src/views/users.html b/src/views/users.html index 65c75927a..61ede7177 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -715,8 +715,7 @@