We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09a787 commit b2b9eb3Copy full SHA for b2b9eb3
apps/user_ldap/lib/Access.php
@@ -1576,7 +1576,7 @@ private function prepareSearchTerm(string $term): string {
1576
if ($term === '') {
1577
$result = '*';
1578
} elseif ($allowEnum) {
1579
- $activeDirectoryCompat = $this->appConfig->getValueBool('user_ldap', 'partial_search_active_directory_compatibility', false);
+ $activeDirectoryCompat = $this->appConfig->getValueBool('user_ldap', 'partial_search_with_prefix_wildcard', false);
1580
if ($activeDirectoryCompat) {
1581
$result = '*' . $term . '*';
1582
} else {
0 commit comments