From 710ea85f96423a7c2ec70611fa531e302030a561 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 21 Mar 2018 14:18:12 +0100 Subject: [PATCH] 443 port is mandatory for lemonLDAP --- tmpl/cas.inc.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);