summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-06-25 13:33:35 +0200
committerSimon Rettberg2020-06-25 13:33:35 +0200
commit58916c8e5692ca0527b74749773df4a07cb4d8e2 (patch)
treee94fc783186e5a2a6f267f41cd5b17245a336d32
parentMake surname and eppn configurable (diff)
downloadbwlp-webadmin-58916c8e5692ca0527b74749773df4a07cb4d8e2.tar.gz
bwlp-webadmin-58916c8e5692ca0527b74749773df4a07cb4d8e2.tar.xz
bwlp-webadmin-58916c8e5692ca0527b74749773df4a07cb4d8e2.zip
Update exmaple config
-rw-r--r--config.php.example3
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);