diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-09-01 13:59:14 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-09-01 13:59:14 +0200 |
| commit | c5e52e2065d4670d33e246611dcbbdfd19dbc1d2 (patch) | |
| tree | 4b3e9de8a9423e3ff149eb1d87c3b3832afd4e25 /config/config_defaults.inc.php | |
| parent | f9b8144f9818c1692b50dd7b81d5aa6b61f480cc (diff) | |
don't sync all domains (if not configured) with shibboleth login, fixes #2055
Closes #2055
Merge request studip/studip!3515
Diffstat (limited to 'config/config_defaults.inc.php')
| -rw-r--r-- | config/config_defaults.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php index f07c5c1..632427f 100644 --- a/config/config_defaults.inc.php +++ b/config/config_defaults.inc.php @@ -301,6 +301,7 @@ $STUDIP_AUTH_CONFIG_SHIB = [ 'validate_url' => 'https://sp.studip.de/auth/studip-sp.php', 'logout_url' => 'https://sp.studip.de/Shibboleth.sso/Logout', 'local_domain' => 'studip.de', + 'sync_all_domains' => false, // Set to false to only add new domains, true will remove domains! 'user_data_mapping' => [ 'auth_user_md5.username' => ['callback' => 'dummy', 'map_args' => ''], 'auth_user_md5.password' => ['callback' => 'dummy', 'map_args' => ''], |
