You are here

cas.settings.yml in CAS 2.x

Same filename and directory in other branches
  1. 8 config/install/cas.settings.yml
config/install/cas.settings.yml

File

config/install/cas.settings.yml
View source
  1. server:
  2. version: '2.0'
  3. protocol: 'https'
  4. hostname: ''
  5. port: 443
  6. path: '/'
  7. verify: 0
  8. cert: ''
  9. gateway:
  10. enabled: false
  11. recheck_time: 720
  12. method: 'client_side'
  13. paths:
  14. id: request_path
  15. pages: '<front>'
  16. negate: false
  17. forced_login:
  18. enabled: false
  19. paths:
  20. id: request_path
  21. pages: ''
  22. negate: false
  23. logout:
  24. logout_destination: ''
  25. enable_single_logout: false
  26. cas_logout: false
  27. single_logout_session_lifetime: 25
  28. proxy:
  29. initialize: false
  30. can_be_proxied: false
  31. proxy_chains: ''
  32. user_accounts:
  33. prevent_normal_login: true
  34. auto_register: false
  35. email_assignment_strategy: 0
  36. email_hostname: ''
  37. email_attribute: ''
  38. auto_assigned_roles: {}
  39. restrict_password_management: true
  40. restrict_email_management: true
  41. error_handling:
  42. login_failure_page: '/user/login'
  43. message_validation_failure: 'There was a problem validating your login, please contact a site administrator.'
  44. message_no_local_account: 'You do not have an account on this website. Please contact a site administrator.'
  45. message_subscriber_denied_reg: 'You do not have access to log in to this website. Please contact a site administrator if you believe you should have access.'
  46. message_account_blocked: 'Your account is blocked or has not been activated. Please contact a site administrator.'
  47. message_subscriber_denied_login: 'You do not have access to log in to this website. Please contact a site administrator if you believe you should have access.'
  48. message_username_already_exists: 'An account on this website with your username already exists. Please contact a site administrator.'
  49. message_prevent_normal_login: 'This account must log in using <a href="[cas:login-url]">CAS</a>.'
  50. message_restrict_password_management: 'The requested account is associated with CAS and its password cannot be managed from this website.'
  51. advanced:
  52. debug_log: false
  53. connection_timeout: 10
  54. login_link_enabled: false
  55. login_link_label: 'CAS Login'
  56. login_success_message: ''