Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_base_profile
Commits
7e2f3e03
Commit
7e2f3e03
authored
Apr 16, 2018
by
Liam Morland
Browse files
RT#792178: Configure cas_cert variable
parent
1c3d18f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
drupal-settings.php
drupal-settings.php
+4
-0
No files found.
drupal-settings.php
View file @
7e2f3e03
...
...
@@ -73,6 +73,10 @@ $conf['scheduler_date_popup_minute_increment'] = 15;
$conf
[
'update_check_disabled'
]
=
TRUE
;
$conf
[
'update_notify_emails'
]
=
NULL
;
$conf
[
'cas_domain'
]
=
'uwaterloo.ca'
;
// If cas_cert is not set, the TLS certificate of the CAS server will not be checked.
if
(
is_file
(
'/etc/pki/tls/certs/ca-bundle.crt'
))
{
$conf
[
'cas_cert'
]
=
'/etc/pki/tls/certs/ca-bundle.crt'
;
}
$conf
[
'site_403'
]
=
'customerror/403'
;
$conf
[
'site_404'
]
=
'customerror/404'
;
$conf
[
'site_default_country'
]
=
'CA'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment