diff options
-rw-r--r-- | config.php.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index 6b291cd1..d3485d13 100644 --- a/config.php.example +++ b/config.php.example @@ -30,6 +30,10 @@ define('CONFIG_REPORTING_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/rp define('CONFIG_BIOS_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/bios/list.json'); +define('CONFIG_SHIB_LOOKUP_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/webif/lookup.php'); +define('CONFIG_SHIB_DISCO_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/Shibboleth.sso/DiscoFeed'); +define('CONFIG_SHIB_CLIENT_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/webif/pam.php'); + define('CONFIG_PRODUCT_NAME', 'OpenSLX'); define('CONFIG_PRODUCT_NAME_LONG', 'OpenSLX Admin'); |