summaryrefslogtreecommitdiffstats
path: root/config.php.example
diff options
context:
space:
mode:
authorSimon Rettberg2024-07-02 14:46:58 +0200
committerSimon Rettberg2024-07-02 14:46:58 +0200
commitf2742d36dae33905afad9f950b5b3f91aefe2d48 (patch)
tree548f742ab485d84d6d4c1cee5c7c92a95e0b0ecf /config.php.example
parent[sysconfig] Minor code cleanup/fixes (diff)
downloadslx-admin-f2742d36dae33905afad9f950b5b3f91aefe2d48.tar.gz
slx-admin-f2742d36dae33905afad9f950b5b3f91aefe2d48.tar.xz
slx-admin-f2742d36dae33905afad9f950b5b3f91aefe2d48.zip
config: Add examples for required CONFIG_SHIB_ settings
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example4
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');