]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/templates/mod/auth_cas.conf.erb
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / auth_cas.conf.erb
1 CASCookiePath <%= @cas_cookie_path %>
2 CASLoginURL <%= @cas_login_url %>
3 CASValidateURL <%= @cas_validate_url %>
4
5 CASVersion <%= @cas_version %>
6 CASDebug <%= @cas_debug %>
7
8 <% if @cas_certificate_path -%>
9 CASCertificatePath <%= @cas_certificate_path %>
10 <% end -%>
11 <% if @cas_proxy_validate_url -%>
12 CASProxyValidateURL <%= @cas_proxy_validate_url %>
13 <% end -%>
14 <% if @cas_validate_depth -%>
15 CASValidateDepth <%= @cas_validate_depth %>
16 <% end -%>
17 <% if @cas_root_proxied_as -%>
18 CASRootProxiedAs <%= @cas_root_proxied_as %>
19 <% end -%>
20 <% if @cas_cookie_entropy -%>
21 CASCookieEntropy <%= @cas_cookie_entropy %>
22 <% end -%>
23 <% if @cas_timeout -%>
24 CASTimeout <%= @cas_timeout %>
25 <% end -%>
26 <% if @cas_idle_timeout -%>
27 CASIdleTimeout <%= @cas_idle_timeout %>
28 <% end -%>
29 <% if @cas_cache_clean_interval -%>
30 CASCacheCleanInterval <%= @cas_cache_clean_interval %>
31 <% end -%>
32 <% if @cas_cookie_domain -%>
33 CASCookieDomain <%= @cas_cookie_domain %>
34 <% end -%>
35 <% if @cas_cookie_http_only -%>
36 CASCookieHttpOnly <%= @cas_cookie_http_only %>
37 <% end -%>
38 <% if @cas_authoritative -%>
39 CASAuthoritative <%= @cas_authoritative %>
40 <% end -%>