443 port is mandatory for lemonLDAP

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

View File

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