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 14:12:58 +0200 |
| commit | 68c559b8712ed312902dc1f3e40a39feab688cb0 (patch) | |
| tree | 967b2291be20162aa8ca4f95f55ff778440635d7 /config | |
| parent | 85ed9b36e25675b87fe44bae6ecaa2d7e23095b8 (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')
| -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 7fe3a5d..d671bfb 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' => ''], |
