diff --git a/tmpl/cas.inc.php.tmpl b/tmpl/cas.inc.php.tmpl index eb81961..ee81820 100644 --- a/tmpl/cas.inc.php.tmpl +++ b/tmpl/cas.inc.php.tmpl @@ -2,7 +2,7 @@ define("__CAS_SERVER", "%%authWebName"); define("__CAS_VERSION", "2.0"); define("__CAS_FOLDER", "%%casFolder"); -define("__CAS_PORT", %%eolesso_port); +define("__CAS_PORT", 443); define("__CAS_PROTO", "https"); %if %%cas_send_logout == 'oui' define("__CAS_LOGOUT", true);