Remove all references to eole-sso variable

This commit is contained in:
Philippe Caseiro 2018-03-21 14:21:46 +01:00
parent 710ea85f96
commit a91abb36f3
1 changed files with 2 additions and 2 deletions

View File

@ -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