Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch default for user and group substring search #4334

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

rhafer
Copy link
Contributor

@rhafer rhafer commented Aug 4, 2022

Description

We now default LDAP_GROUP_SUBSTRING_FILTER_TYPE and LDAP_USER_SUBSTRING_FILTER_TYPE
to "any", which means full substring search. The previous default was just using prefix
matching.

Related Issue

Closes #4282

Motivation and Context

See discussing in #4282

We now default LDAP_GROUP_SUBSTRING_FILTER_TYPE and LDAP_USER_SUBSTRING_FILTER_TYPE
to "any", which means full substring search. The previous default was just using prefix
matching.

Closes owncloud#4282
@update-docs
Copy link

update-docs bot commented Aug 4, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wkloucek wkloucek merged commit d290687 into owncloud:master Aug 5, 2022
ownclouders pushed a commit that referenced this pull request Aug 5, 2022
Merge: 3c2e179 03a8db4
Author: Willy Kloucek <[email protected]>
Date:   Fri Aug 5 09:38:08 2022 +0200

    Merge pull request #4334 from rhafer/issue4282

    Switch default for user and group substring search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sharees api (search) doesn't return user with search term segment in display name
2 participants