]> source.dussan.org Git - nextcloud-server.git/commit
Fix ldap:update-uuid
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 7 Feb 2022 11:54:50 +0000 (12:54 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 10 Feb 2022 18:48:33 +0000 (18:48 +0000)
commitef11c61f19dc4491983705100af2819247d4c256
tree7af0ad64a42f6a89adb10698071906c3c5c9e506
parent91578d0e5a931c36ea73d3c58e2b54d03d962303
Fix ldap:update-uuid

Generators cannot be iterated with while or returned by an other
 generator, using foreach instead.
And a few other problems.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/Command/UpdateUUID.php
apps/user_ldap/lib/Mapping/AbstractMapping.php