From 83fdca47128e60ca7636cb2bd4968f2a2d7db0b1 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 7 May 2025 12:46:06 -0700 Subject: [PATCH] chore(CAS): Use '.' instead of '_' for 'cas.logout.servers' Fixes: #64 --- plugins/Authentication/CAS/CAS.config.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Authentication/CAS/CAS.config.dist.php b/plugins/Authentication/CAS/CAS.config.dist.php index 9b93a3dc4..8e5d26e03 100644 --- a/plugins/Authentication/CAS/CAS.config.dist.php +++ b/plugins/Authentication/CAS/CAS.config.dist.php @@ -7,7 +7,7 @@ $conf['settings']['cas.change.session.id'] = 'false'; // Allow phpCAS to change the session_id $conf['settings']['email.suffix'] = '@yourdomain.com'; // Email suffix to use when storing CAS user account. IE, email addresses will be saved to LibreBooking as username@yourdomain.com -$conf['settings']['cas_logout_servers'] = ''; // Comma separated list of servers to use for logout. Leave blank to not use cas logout servers +$conf['settings']['cas.logout.servers'] = ''; // Comma separated list of servers to use for logout. Leave blank to not use cas logout servers $conf['settings']['cas.certificates'] = ''; // Path to certificate to use for CAS. Leave blank if no certificate should be used $conf['settings']['cas.attribute.mapping'] = 'givenName=givenName,surName=surname,email=mail,groups=Role'; //bookedAttribute=CASAttribute