Skip to content
New issue

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

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

Already on GitHub? # to your account

[stable30] Add LDAP test settings command #50691

Open
wants to merge 4 commits into
base: stable30
Choose a base branch
from

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Feb 6, 2025

… getters for backends

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
…tings

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@come-nc come-nc force-pushed the backport/50567/stable30 branch from 2866be8 to ab8debb Compare February 10, 2025 16:29
@come-nc come-nc marked this pull request as ready for review February 10, 2025 16:29
@come-nc come-nc requested a review from blizzz as a code owner February 10, 2025 16:29
@come-nc
Copy link
Contributor

come-nc commented Feb 10, 2025

/backport to stable29

}
$attrs[] = 'memberof';
$attrs = array_values(array_unique($attrs));
$attributes = $access->readAttributes($knownDn, $attrs, $filter);

Check failure

Code scanning / Psalm

UndefinedMethod Error

Method OCA\User_LDAP\Access::readAttributes does not exist
Copy link
Contributor

@come-nc come-nc left a comment

Choose a reason for hiding this comment

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

Needs a backport of #46114 first -> #50778

This was referenced Feb 11, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants