fix typo in LDAP config settings
fixes CNVS-12781 test plan - specs should pass Change-Id: I53aad0d08ae0cf5f81faa612f4351b993ef2c712 Reviewed-on: https://gerrit.instructure.com/34111 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Nick Cloward <ncloward@instructure.com> Product-Review: Rob Orton <rob@instructure.com> QA-Review: Rob Orton <rob@instructure.com>
This commit is contained in:
parent
72cf1beff5
commit
87cd6d57b3
|
@ -16,7 +16,7 @@ ldap_tests << OpenStruct.new(
|
|||
:test_type => :bind,
|
||||
:label => t(:test_ldap_bind_label, "Testing LDAP bind..."),
|
||||
:help_header => t(:test_ldap_bind_help_header, "Canvas can't bind (login) to your LDAP server"),
|
||||
:help_body => t(:test_ldap_bind_help_body, "Your LDAP server server rejected the bind attempt. Things to consider:"),
|
||||
:help_body => t(:test_ldap_bind_help_body, "Your LDAP server rejected the bind attempt. Things to consider:"),
|
||||
:help => [
|
||||
t(:test_ldap_bind_help_fixes_1, "Verify the provided filter string (i.e. '(sAMAccountName={{login}})')."),
|
||||
t(:test_ldap_bind_help_fixes_2, "Does the username require more scoping information? (i.e. 'cn=Canvas,ou=people,dc=example,dc=com').")
|
||||
|
|
Loading…
Reference in New Issue