From a91abb36f3f473f4bf1726577342ffb8ab7f702c Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 21 Mar 2018 14:21:46 +0100 Subject: [PATCH] Remove all references to eole-sso variable --- tmpl/pam_cas_auth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpl/pam_cas_auth.conf b/tmpl/pam_cas_auth.conf index 7383d21..9e69d5d 100644 --- a/tmpl/pam_cas_auth.conf +++ b/tmpl/pam_cas_auth.conf @@ -18,7 +18,7 @@ debug off # proxy or proxies who deliver Proxy Ticket. # If no proxy, pam_cas doesn't control it # 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://uportal1.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 # certificate from high level CA %if not %%is_empty(%%getVar('ssoCALocation', '')) -trusted_ca %%eolessoCALocation +trusted_ca %%ssoCALocation %else trusted_ca /etc/ssl/certs/ca.crt %end if