Mercurial > repos > other > Puppet
comparison modules/apache/templates/mod/auth_cas.conf.erb @ 257:675c1cc61eaf
Update Apache module to get CentOS 8 support
Unfortunately it only fixes some bits. mod_wsgi still needs
other approaches
This also overrides the vhost modification to make them come last
in the import order (after module loading)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 22 Dec 2019 14:43:29 -0500 |
parents | 37675581a273 |
children |
comparison
equal
deleted
inserted
replaced
252:47750947f4dc | 257:675c1cc61eaf |
---|---|
8 <% if @cas_certificate_path -%> | 8 <% if @cas_certificate_path -%> |
9 CASCertificatePath <%= @cas_certificate_path %> | 9 CASCertificatePath <%= @cas_certificate_path %> |
10 <% end -%> | 10 <% end -%> |
11 <% if @cas_proxy_validate_url -%> | 11 <% if @cas_proxy_validate_url -%> |
12 CASProxyValidateURL <%= @cas_proxy_validate_url %> | 12 CASProxyValidateURL <%= @cas_proxy_validate_url %> |
13 <% end -%> | |
14 <% if @cas_validate_server -%> | |
15 CASValidateServer <%= @cas_validate_server %> | |
13 <% end -%> | 16 <% end -%> |
14 <% if @cas_validate_depth -%> | 17 <% if @cas_validate_depth -%> |
15 CASValidateDepth <%= @cas_validate_depth %> | 18 CASValidateDepth <%= @cas_validate_depth %> |
16 <% end -%> | 19 <% end -%> |
17 <% if @cas_root_proxied_as -%> | 20 <% if @cas_root_proxied_as -%> |
36 CASCookieHttpOnly <%= @cas_cookie_http_only %> | 39 CASCookieHttpOnly <%= @cas_cookie_http_only %> |
37 <% end -%> | 40 <% end -%> |
38 <% if @cas_authoritative -%> | 41 <% if @cas_authoritative -%> |
39 CASAuthoritative <%= @cas_authoritative %> | 42 CASAuthoritative <%= @cas_authoritative %> |
40 <% end -%> | 43 <% end -%> |
44 <%- if @cas_sso_enabled -%> | |
45 CASSSOEnabled On | |
46 <%- end -%> | |
47 <%- if @cas_validate_saml -%> | |
48 CASValidateSAML On | |
49 <%- end -%> | |
50 <%- if @cas_attribute_prefix -%> | |
51 CASAttributePrefix <%= @cas_attribute_prefix %> | |
52 <%- end -%> | |
53 <%- if @cas_attribute_delimiter -%> | |
54 CASAttributeDelimiter <%= @cas_attribute_delimiter %> | |
55 <%- end -%> | |
56 <%- if @cas_scrub_request_headers -%> | |
57 CASAttributeDelimiter On | |
58 <%- end -%> |