Skip to content

[stable32] feat(user_ldap): Add config for partial search compatibility with ActiveDirectory - #58280

Merged
marcelklehr merged 1 commit into
stable32from
backport/58220/stable32
May 4, 2026
Merged

[stable32] feat(user_ldap): Add config for partial search compatibility with ActiveDirectory#58280
marcelklehr merged 1 commit into
stable32from
backport/58220/stable32

Conversation

@marcelklehr

Copy link
Copy Markdown
Member

Checklist

@marcelklehrmarcelklehr added this to the Nextcloud 32.0.7 milestone Feb 12, 2026
@marcelklehrmarcelklehr self-assigned this Feb 12, 2026
@marcelklehr
marcelklehr requested a review from a team as a code ownerFebruary 12, 2026 10:19
@marcelklehr
marcelklehr requested review from Altahrim, icewind1991, leftybournes and salmart-dev and removed request for a teamFebruary 12, 2026 10:19
@marcelklehrmarcelklehr changed the title feat(user_ldap): Add config for partial search compatibility with ActiveDirectory[stable32] feat(user_ldap): Add config for partial search compatibility with ActiveDirectoryFeb 12, 2026
@skjnldsvskjnldsv mentioned this pull request Mar 18, 2026
@skjnldsvskjnldsv mentioned this pull request Mar 26, 2026
13 tasks
@nextcloud-botnextcloud-bot mentioned this pull request Apr 20, 2026
…iveDirectory
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
@marcelklehr
marcelklehr disabled auto-merge April 27, 2026 11:38
This was referenced Apr 27, 2026
@marcelklehr
marcelklehr merged commit 532d4c8 into stable32May 4, 2026
233 of 245 checks passed
@marcelklehr
marcelklehr deleted the backport/58220/stable32 branch May 4, 2026 07:40
@nextcloud-botnextcloud-bot mentioned this pull request May 19, 2026
$result = '*';
} elseif ($allowEnum !== 'no') {
$result = $term . '*';
$activeDirectoryCompat = $this->appConfig->getValueBool('user_ldap', 'partial_search_active_directory_compatibility', false);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's partial_search_with_prefix_wildcard in stable33+

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsfeature: ldap

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@marcelklehr@miaulalala@come-nc@Antreesy@joshtrichards@blizzz@Altahrim