From 58916c8e5692ca0527b74749773df4a07cb4d8e2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 25 Jun 2020 13:33:35 +0200 Subject: Update exmaple config --- config.php.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.php.example b/config.php.example index 2ea6950..c6c926d 100644 --- a/config.php.example +++ b/config.php.example @@ -21,6 +21,9 @@ 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_SURNAME', 'sn'); +define('CONFIG_EPPN', 'eppn'); + // Have a properties file or set variables here manually. // Make sure properties file is not in webroot $lines = @file('/some/where/config/mysql.properties', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); -- cgit v1.2.3-55-g7522