diff options
author | Simon Rettberg | 2021-01-22 10:47:16 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-01-22 10:47:16 +0100 |
commit | db5a5caa7befd240493f2a678bbd7c4b1429dcb9 (patch) | |
tree | cae10091d6a0bf98fb207f48f9fcd18f75b8b7c6 /config.php.example | |
parent | [deploy] Improve account merging (diff) | |
download | bwlp-webadmin-db5a5caa7befd240493f2a678bbd7c4b1429dcb9.tar.gz bwlp-webadmin-db5a5caa7befd240493f2a678bbd7c4b1429dcb9.tar.xz bwlp-webadmin-db5a5caa7befd240493f2a678bbd7c4b1429dcb9.zip |
Update bwidm info links
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.php.example b/config.php.example index 919ad91..7714153 100644 --- a/config.php.example +++ b/config.php.example @@ -15,11 +15,11 @@ 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'); +define('CONFIG_IDM_LINK_SN', 'https://www.bwidm.de/attribute.php#Nachname'); +define('CONFIG_IDM_LINK_GIVENNAME', 'https://www.bwidm.de/attribute.php#Vorname'); +define('CONFIG_IDM_LINK_MAIL', 'https://www.bwidm.de/attribute.php#E-Mail-Adresse'); +define('CONFIG_IDM_LINK_PID', 'https://www.bwidm.de/attribute.php#Persistant%20ID'); +define('CONFIG_IDM_LINK_EPSA', 'https://www.bwidm.de/attribute.php#Zugeh%C3%B6rigkeit'); define('CONFIG_SURNAME', 'sn'); define('CONFIG_EPPN', 'eppn'); |