diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-23 13:28:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-23 13:28:36 +0000 |
commit | a9eaf563a5d24a2295f234453cec82811e908dd9 (patch) | |
tree | 30a50e943ea15d367d66db403adb0c0b6e10ad71 /config/locales | |
parent | 2ef5ce247a895f28fb731da2ece940164f8ca19d (diff) | |
download | redmine-a9eaf563a5d24a2295f234453cec82811e908dd9.tar.gz redmine-a9eaf563a5d24a2295f234453cec82811e908dd9.zip |
Support self-signed LDAPS connections (#29606).
Patch by Gregor Schmidt.
git-svn-id: http://svn.redmine.org/redmine/trunk@17505 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/de.yml | 4 | ||||
-rw-r--r-- | config/locales/en.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 13be99421..57b11e22e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -608,7 +608,11 @@ de: label_latest_compatible_version: Letzte kompatible Version label_latest_revision: Aktuellste Revision label_latest_revision_plural: Aktuellste Revisionen + label_ldap: LDAP label_ldap_authentication: LDAP-Authentifizierung + label_ldaps_verify_none: LDAPS (ohne Zertifikatsprüfung) + label_ldaps_verify_peer: LDAPS + label_ldaps_warning: Es wird empfohlen, eine verschlüsselte LDAPS-Verbindung mit Zertifikatsprüfung zu verwenden, um Manipulationen während der Authentifizierung zu verhindern. label_less_or_equal: "<=" label_less_than_ago: vor weniger als label_link: Link diff --git a/config/locales/en.yml b/config/locales/en.yml index 99ebbf72f..6bf07ff34 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -892,7 +892,11 @@ en: label_general: General label_scm: SCM label_plugins: Plugins + label_ldap: LDAP label_ldap_authentication: LDAP authentication + label_ldaps_verify_none: LDAPS (without certificate check) + label_ldaps_verify_peer: LDAPS + label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate check to prevent any manipulation during the authentication process. label_downloads_abbr: D/L label_optional_description: Optional description label_add_another_file: Add another file |