Uh oh!
There was an error while loading. Please reload this page.
Fix "searchUsers" usage in Group_LDAP.php - #25318
Conversation
`Access::searchUsers` expects an array as the second parameter, `Group_LDAP.php` called the method with a simple string, resulting in an exception and preventing folders shared with dynamic groups from working. This trivial change fixes the usage in Group_LDAP. Fixes#25163 Signed-off-by: Henning Hoefer <hho@users.noreply.github.com>
blizzz
commented
Mar 17, 2021
/backport to stable21 |
blizzz
commented
Mar 17, 2021
/backport to stable20 |
blizzz
commented
Mar 17, 2021
/backport to stable19 |
blizzz
commented
Mar 17, 2021
@hho thank you for the fix! :) |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
The backport to stable21 failed. Please do this backport manually. |
The backport to stable20 failed. Please do this backport manually. |
The backport to stable19 failed. Please do this backport manually. |
rullzer
commented
Mar 30, 2021
@blizzz backports failed :( |
blizzz
commented
Mar 30, 2021
blizzz
commented
Mar 30, 2021
Probably just overwriting the change from the mentioned PR which was merged only few days after this PR here was opened. |
Access::searchUsersexpects an array as the second parameter,Group_LDAP.phpcalled the method with a simple string, resulting in an exception and preventing folders shared with dynamic groups from working. This trivial change fixes the usage in Group_LDAP.Fixes#25163