You are here

cas.settings.yml in CAS 8

Same filename and directory in other branches
  1. 2.x 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. check_frequency: -2
  11. paths:
  12. id: request_path
  13. pages: ''
  14. negate: false
  15. forced_login:
  16. enabled: false
  17. paths:
  18. id: request_path
  19. pages: ''
  20. negate: false
  21. logout:
  22. logout_destination: ''
  23. enable_single_logout: false
  24. cas_logout: false
  25. single_logout_session_lifetime: 25
  26. proxy:
  27. initialize: false
  28. can_be_proxied: false
  29. proxy_chains: ''
  30. user_accounts:
  31. prevent_normal_login: true
  32. auto_register: false
  33. email_assignment_strategy: 0
  34. email_hostname: ''
  35. email_attribute: ''
  36. auto_assigned_roles: {}
  37. restrict_password_management: true
  38. restrict_email_management: true
  39. error_handling:
  40. login_failure_page: '/user/login'
  41. message_validation_failure: 'There was a problem validating your login, please contact a site administrator.'
  42. message_no_local_account: 'You do not have an account on this website. Please contact a site administrator.'
  43. 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.'
  44. message_account_blocked: 'Your account is blocked or has not been activated. Please contact a site administrator.'
  45. 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.'
  46. message_username_already_exists: 'An account on this website with your username already exists. Please contact a site administrator.'
  47. message_prevent_normal_login: 'This account must log in using <a href="[cas:login-url]">CAS</a>.'
  48. message_restrict_password_management: 'The requested account is associated with CAS and its password cannot be managed from this website.'
  49. advanced:
  50. debug_log: false
  51. connection_timeout: 10
  52. login_link_enabled: false
  53. login_link_label: 'CAS Login'
  54. login_success_message: ''