diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-04-13 09:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 09:52:38 +0200 |
commit | cd95fce105fe5f0e71b1bcac7685464f936b9749 (patch) | |
tree | 5fd674310f9dfa14c711a43ffbb8d6dcf545ac75 /build | |
parent | 02e5001646b3a006fbc9073f6c50110dfa20cb85 (diff) | |
parent | 37f1c8640eef8230489df2cae886ff8cb236e9b7 (diff) | |
download | nextcloud-server-cd95fce105fe5f0e71b1bcac7685464f936b9749.tar.gz nextcloud-server-cd95fce105fe5f0e71b1bcac7685464f936b9749.zip |
Merge pull request #31932 from nextcloud/feat/ignore_second_dn
Add settings to ignore second display name in search
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/CollaborationContext.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/CollaborationContext.php b/build/integration/features/bootstrap/CollaborationContext.php index bc01a32f12c..b62588060a4 100644 --- a/build/integration/features/bootstrap/CollaborationContext.php +++ b/build/integration/features/bootstrap/CollaborationContext.php @@ -123,6 +123,7 @@ EOF; $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_to_phone'); $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match'); $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_userid'); + $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name'); $this->deleteServerConfig('core', 'shareapi_only_share_with_group_members'); } |