summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-03-08 12:33:07 -0500
committerEric Sethna <eric@spinpunch.com>2016-03-08 12:33:07 -0500
commit0d302d3b7e9777c7a738eca5a8c447f86c9339ad (patch)
tree588653a810a4514d932b3479b4101ad5b49e09ee /web
parentcbf84c8beaa0896daaf82ecdb63f236da4d64c0e (diff)
downloadchat-0d302d3b7e9777c7a738eca5a8c447f86c9339ad.tar.gz
chat-0d302d3b7e9777c7a738eca5a8c447f86c9339ad.tar.bz2
chat-0d302d3b7e9777c7a738eca5a8c447f86c9339ad.zip
Update BaseDN and email attribute default text
Diffstat (limited to 'web')
-rw-r--r--web/react/components/admin_console/ldap_settings.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/admin_console/ldap_settings.jsx b/web/react/components/admin_console/ldap_settings.jsx
index 535c264dd..4cd19c886 100644
--- a/web/react/components/admin_console/ldap_settings.jsx
+++ b/web/react/components/admin_console/ldap_settings.jsx
@@ -20,7 +20,7 @@ var holders = defineMessages({
},
baseEx: {
id: 'admin.ldap.baseEx',
- defaultMessage: 'Ex "dc=mydomain,dc=com"'
+ defaultMessage: 'Ex "ou=Unit Name,dc=corp,dc=example,dc=com"'
},
firstnameAttrEx: {
id: 'admin.ldap.firstnameAttrEx',
@@ -32,7 +32,7 @@ var holders = defineMessages({
},
emailAttrEx: {
id: 'admin.ldap.emailAttrEx',
- defaultMessage: 'Ex "mail"'
+ defaultMessage: 'Ex "mail" or "userPrincipalName"'
},
usernameAttrEx: {
id: 'admin.ldap.usernameAttrEx',
@@ -581,4 +581,4 @@ LdapSettings.propTypes = {
config: React.PropTypes.object
};
-export default injectIntl(LdapSettings); \ No newline at end of file
+export default injectIntl(LdapSettings);