|
87 | 87 | class apache::mod::auth_cas (
|
88 | 88 | String $cas_login_url,
|
89 | 89 | String $cas_validate_url,
|
90 |
| - String $cas_cookie_path = $apache::params::cas_cookie_path, |
91 |
| - Stdlib::Filemode $cas_cookie_path_mode = '0750', |
92 |
| - Integer $cas_version = 2, |
93 |
| - String $cas_debug = 'Off', |
94 |
| - Optional[String] $cas_validate_server = undef, |
95 |
| - Optional[String] $cas_validate_depth = undef, |
96 |
| - Optional[String] $cas_certificate_path = undef, |
97 |
| - Optional[String] $cas_proxy_validate_url = undef, |
98 |
| - Optional[String] $cas_root_proxied_as = undef, |
99 |
| - Optional[String] $cas_cookie_entropy = undef, |
100 |
| - Optional[Variant[Integer[0],String]] $cas_timeout = undef, |
101 |
| - Optional[Variant[Integer[0],String]] $cas_idle_timeout = undef, |
102 |
| - Optional[String] $cas_cache_clean_interval = undef, |
103 |
| - Optional[String] $cas_cookie_domain = undef, |
104 |
| - Optional[String] $cas_cookie_http_only = undef, |
105 |
| - Optional[String] $cas_authoritative = undef, |
106 |
| - Optional[String] $cas_validate_saml = undef, |
107 |
| - Optional[String] $cas_sso_enabled = undef, |
108 |
| - Optional[String] $cas_attribute_prefix = undef, |
109 |
| - Optional[String] $cas_attribute_delimiter = undef, |
110 |
| - Optional[String] $cas_scrub_request_headers = undef, |
111 |
| - Boolean $suppress_warning = false, |
| 90 | + String $cas_cookie_path = $apache::params::cas_cookie_path, |
| 91 | + Stdlib::Filemode $cas_cookie_path_mode = '0750', |
| 92 | + Integer $cas_version = 2, |
| 93 | + String $cas_debug = 'Off', |
| 94 | + Optional[String] $cas_validate_server = undef, |
| 95 | + Optional[String] $cas_validate_depth = undef, |
| 96 | + Optional[String] $cas_certificate_path = undef, |
| 97 | + Optional[String] $cas_proxy_validate_url = undef, |
| 98 | + Optional[String] $cas_root_proxied_as = undef, |
| 99 | + Optional[String] $cas_cookie_entropy = undef, |
| 100 | + Optional[Integer[0]] $cas_timeout = undef, |
| 101 | + Optional[Integer[0]] $cas_idle_timeout = undef, |
| 102 | + Optional[String] $cas_cache_clean_interval = undef, |
| 103 | + Optional[String] $cas_cookie_domain = undef, |
| 104 | + Optional[String] $cas_cookie_http_only = undef, |
| 105 | + Optional[String] $cas_authoritative = undef, |
| 106 | + Optional[String] $cas_validate_saml = undef, |
| 107 | + Optional[String] $cas_sso_enabled = undef, |
| 108 | + Optional[String] $cas_attribute_prefix = undef, |
| 109 | + Optional[String] $cas_attribute_delimiter = undef, |
| 110 | + Optional[String] $cas_scrub_request_headers = undef, |
| 111 | + Boolean $suppress_warning = false, |
112 | 112 | ) inherits apache::params {
|
113 | 113 | if $facts['os']['family'] == 'RedHat' and ! $suppress_warning {
|
114 | 114 | warning('RedHat distributions do not have Apache mod_auth_cas in their default package repositories.')
|
|
0 commit comments