/etc/fusionforge/config.ini.d/authcas.ini is in fusionforge-plugin-authcas 6.0.5-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [authcas]
; plugin_status is a string.
; valid means : production ready.
; Any other strings means it's under work or broken and plugin
; is available in installation_environment = development only.
plugin_status = valid
; By default, CAS is required and sufficient to log in
required = no
sufficient = yes
; Allowed values: never, user-creation, login, every-page
sync_data_on = never
; CAS parameters
cas_server = cas.example.com
cas_port = 443
cas_version = 2.0
cas_context = /cas
validate_server_certificate = no
|