diff options
author | Simon Rettberg | 2024-08-12 14:29:04 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-08-12 14:29:04 +0200 |
commit | 32a3e63b98659b947a26e2237c9538c4af1f27bc (patch) | |
tree | eaa5d588a8a041ba4bef5ac6470a8da0ed4e7fb1 /satellit_installer | |
parent | [SSPS] Increase unattended-upgrade interval (diff) | |
download | setup-scripts-32a3e63b98659b947a26e2237c9538c4af1f27bc.tar.gz setup-scripts-32a3e63b98659b947a26e2237c9538c4af1f27bc.tar.xz setup-scripts-32a3e63b98659b947a26e2237c9538c4af1f27bc.zip |
[SSPS] Add missing SHIB constants to slx-admin config
Diffstat (limited to 'satellit_installer')
-rw-r--r-- | satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php | 4 |
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'); |