Merge branch 'master' into dist/eole/2.6.2/master
This commit is contained in:
commit
7ae579b670
|
@ -18,7 +18,7 @@ debug off
|
||||||
# proxy or proxies who deliver Proxy Ticket.
|
# proxy or proxies who deliver Proxy Ticket.
|
||||||
# If no proxy, pam_cas doesn't control it
|
# If no proxy, pam_cas doesn't control it
|
||||||
# It may be several proxy instructions
|
# It may be several proxy instructions
|
||||||
#proxy https://%%eolesso_adresse/proxycas/casimap.php
|
#proxy https://%%authWebName/proxycas/casimap.php
|
||||||
#proxy https://imp.its.yale.edu/cas/casProxy.php
|
#proxy https://imp.its.yale.edu/cas/casProxy.php
|
||||||
#proxy https://uportal1.its.yale.edu/CasProxyServlet
|
#proxy https://uportal1.its.yale.edu/CasProxyServlet
|
||||||
#proxy https://uportal2.its.yale.edu/CasProxyServlet
|
#proxy https://uportal2.its.yale.edu/CasProxyServlet
|
||||||
|
@ -29,7 +29,7 @@ debug off
|
||||||
# If the certificate is trusted by an Certificate Autority, The file must content
|
# If the certificate is trusted by an Certificate Autority, The file must content
|
||||||
# certificate from high level CA
|
# certificate from high level CA
|
||||||
%if not %%is_empty(%%getVar('ssoCALocation', ''))
|
%if not %%is_empty(%%getVar('ssoCALocation', ''))
|
||||||
trusted_ca %%eolessoCALocation
|
trusted_ca %%ssoCALocation
|
||||||
%else
|
%else
|
||||||
trusted_ca /etc/ssl/certs/ca.crt
|
trusted_ca /etc/ssl/certs/ca.crt
|
||||||
%end if
|
%end if
|
||||||
|
|
Loading…
Reference in New Issue