443 port is mandatory for lemonLDAP
This commit is contained in:
parent
d3897f1e4a
commit
710ea85f96
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue