From 65fa7bf8c8bb0f3f856c69f7d8aa61808ad6994a Mon Sep 17 00:00:00 2001 From: Nikhil Ashoka Date: Thu, 15 Jun 2023 14:11:12 +0530 Subject: OpenLDAP and Active Directory is taken from translation file - OpenLDAP and Active Directory were hardcoded in the file, Hence, now, it is taken from the translation file in this commit. Signed-off-by: Nikhil Ashoka Change-Id: Iebf557fbb20842878cce34c7f2969031af1765dd --- src/locales/en-US.json | 2 ++ src/views/SecurityAndAccess/Ldap/Ldap.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index ff988225..7c86d498 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -499,6 +499,7 @@ "ldapSettings": "LDAP settings" }, "form": { + "activeDirectory": "Active Directory", "baseDn": "Base DN", "bindDn": "Bind DN", "bindPassword": "Bind password", @@ -507,6 +508,7 @@ "ldapAuthentication": "LDAP authentication", "ldapCertificateValidUntil": "LDAP Certificate valid until", "manageSslCertificates": "Manage SSL certificates", + "openLDAP": "OpenLDAP", "secureLdapHelper": "A CA certificate and an LDAP certificate are required to enable secure LDAP", "secureLdapUsingSsl": "Secure LDAP using SSL", "serverUri": "Server URI", diff --git a/src/views/SecurityAndAccess/Ldap/Ldap.vue b/src/views/SecurityAndAccess/Ldap/Ldap.vue index 1f2108de..9d62da34 100644 --- a/src/views/SecurityAndAccess/Ldap/Ldap.vue +++ b/src/views/SecurityAndAccess/Ldap/Ldap.vue @@ -78,7 +78,7 @@ :value="false" @change="onChangeServiceType" > - OpenLDAP + {{ $t('pageLdap.form.openLDAP') }} - Active Directory + {{ $t('pageLdap.form.activeDirectory') }} -- cgit v1.2.3