diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 3 |
1 files changed, 3 insertions, 0 deletions
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); |