Update BaseDN and email attribute default text

Этот коммит содержится в:
Eric Sethna
2016-03-08 12:33:07 -05:00
родитель cbf84c8bea
Коммит 0d302d3b7e

Просмотреть файл

@@ -20,7 +20,7 @@ var holders = defineMessages({
}, },
baseEx: { baseEx: {
id: 'admin.ldap.baseEx', id: 'admin.ldap.baseEx',
defaultMessage: 'Ex "dc=mydomain,dc=com"' defaultMessage: 'Ex "ou=Unit Name,dc=corp,dc=example,dc=com"'
}, },
firstnameAttrEx: { firstnameAttrEx: {
id: 'admin.ldap.firstnameAttrEx', id: 'admin.ldap.firstnameAttrEx',
@@ -32,7 +32,7 @@ var holders = defineMessages({
}, },
emailAttrEx: { emailAttrEx: {
id: 'admin.ldap.emailAttrEx', id: 'admin.ldap.emailAttrEx',
defaultMessage: 'Ex "mail"' defaultMessage: 'Ex "mail" or "userPrincipalName"'
}, },
usernameAttrEx: { usernameAttrEx: {
id: 'admin.ldap.usernameAttrEx', id: 'admin.ldap.usernameAttrEx',