summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-03-08 12:41:36 -0500
committerEric Sethna <eric@spinpunch.com>2016-03-08 12:41:36 -0500
commit3478368065dee24a343dc1ce3d5c6e9c90325064 (patch)
tree9e875808271623ba3c986c0d8cc3e85ecaf56be7 /web
parentb4ba344b491dc30497106edd90cfd6ac8a39e4ed (diff)
downloadchat-3478368065dee24a343dc1ce3d5c6e9c90325064.tar.gz
chat-3478368065dee24a343dc1ce3d5c6e9c90325064.tar.bz2
chat-3478368065dee24a343dc1ce3d5c6e9c90325064.zip
Update BaseDN and Email LDAP settings help text in en.json
Diffstat (limited to 'web')
-rw-r--r--web/static/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 4c6fa0eae..58a19ea1b 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -152,14 +152,14 @@
"admin.ldap.bannerDesc": "If a user attribute changes on the LDAP server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from an LDAP server. Synchronization with LDAP servers is planned in a future release.",
"admin.ldap.bannerHeading": "Note:",
"admin.ldap.baseDesc": "The Base DN is the Distinguished Name of the location where Mattermost should start its search for users in the LDAP tree.",
- "admin.ldap.baseEx": "Ex \"dc=mydomain,dc=com\"",
+ "admin.ldap.baseEx": "Ex \"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "BaseDN:",
"admin.ldap.bindPwdDesc": "Password of the user given in \"Bind Username\".",
"admin.ldap.bindPwdTitle": "Bind Password:",
"admin.ldap.bindUserDesc": "The username used to perform the LDAP search. This should typically be an account created specifically for use with Mattermost. It should have access limited to read the portion of the LDAP tree specified in the BaseDN field.",
"admin.ldap.bindUserTitle": "Bind Username:",
"admin.ldap.emailAttrDesc": "The attribute in the LDAP server that will be used to populate the email addresses of users in Mattermost.",
- "admin.ldap.emailAttrEx": "Ex \"mail\"",
+ "admin.ldap.emailAttrEx": "Ex \"mail\" or \"userPrincipalName\"",
"admin.ldap.emailAttrTitle": "Email Attribute:",
"admin.ldap.enableDesc": "When true, Mattermost allows login using LDAP",
"admin.ldap.enableTitle": "Enable Login With LDAP:",