]> 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 21:40:24 +0000 (21:40 +0000)
commita6e367ecbf19bd461817a4c62a89eeb85fff4daf
tree5dae454d3ae896151732f9ebd978efe6f46f576d
parent3e434f27a485ebad5036db37df35c772e614244b
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