diff options
author | Simon Rettberg | 2020-06-25 13:33:35 +0200 |
---|---|---|
committer | Simon Rettberg | 2020-06-25 13:33:35 +0200 |
commit | 58916c8e5692ca0527b74749773df4a07cb4d8e2 (patch) | |
tree | e94fc783186e5a2a6f267f41cd5b17245a336d32 /config.php.example | |
parent | Make surname and eppn configurable (diff) | |
download | bwlp-webadmin-58916c8e5692ca0527b74749773df4a07cb4d8e2.tar.gz bwlp-webadmin-58916c8e5692ca0527b74749773df4a07cb4d8e2.tar.xz bwlp-webadmin-58916c8e5692ca0527b74749773df4a07cb4d8e2.zip |
Update exmaple config
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); |