summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php b/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php
index d345153..aabcb20 100644
--- a/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php
+++ b/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php
@@ -32,6 +32,10 @@ define('CONFIG_DOZMOD_EXPIRE', 60); // 1 Minute
define('CONFIG_REPORTING_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/rpc/');
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', 'bwLehrpool');
define('CONFIG_PRODUCT_NAME_LONG', 'bwLehrpool Admin Interface');