From 7a811b07f634d3f2bb8c3478a020fc430cf70f7d Mon Sep 17 00:00:00 2001 From: Marcus Proest Date: Thu, 28 Mar 2019 11:19:27 +0100 Subject: Make URLs, brand names and list of admins configurable --- config.php.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index ded60bf..2ea6950 100644 --- a/config.php.example +++ b/config.php.example @@ -5,6 +5,21 @@ define('CONFIG_DEBUG', true); define('CONFIG_PREFIX', '/webif/'); define('CONFIG_SESSION_TIMEOUT', 86400 * 7); define('CONFIG_FORCE_DOMAIN', 'my.server.address.example.com'); +define('CONFIG_ENTITLEMENT', ';http://bwidm.de/entitlement/bwLehrpool;'); +define('CONFIG_SUITE', 'bwLehrpool'); +define('CONFIG_HELPURL', 'www.bwlehrpool.de'); +define('CONFIG_FOOTER_SUPPORT', '//www.hs-offenburg.de/rz/projekte/bwlehrpool-servicedesk/'); +define('CONFIG_MASTERWEBIF', 'https://bwlp-masterserver.ruf.uni-freiburg.de/webif/'); +define('CONFIG_IDM', 'bwIDM'); +define('CONFIG_PROVIDER', 'Universität Freiburg'); + +define('CONFIG_ADMINS', serialize(array('5fb22037697816a70a847d15245c9f88', '94e48d34587ab9963a2013ddc97e1e45', 'fb91f270a95a5b006be916f2b2da305c'))); + +define('CONFIG_IDM_LINK_SN', 'https://www.bwidm.de/attribute/#surname'); +define('CONFIG_IDM_LINK_GIVENNAME', 'https://www.bwidm.de/attribute/#givenName'); +define('CONFIG_IDM_LINK_MAIL', 'https://www.bwidm.de/attribute/#mail'); +define('CONFIG_IDM_LINK_PID', 'https://www.bwidm.de/attribute/#IdPPersistentNameIdentifier'); +define('CONFIG_IDM_LINK_EPSA', 'https://www.bwidm.de/attribute/#eduPersonScopedAffiliation'); // Have a properties file or set variables here manually. // Make sure properties file is not in webroot -- cgit v1.2.3-55-g7522