Merge pull request #42781 from nextcloud/fix/user_ldap-support-group-membership-duplicate

Fix crash of login in case of duplicated group membership
pull/42727/head
Arthur Schiwon 5 months ago committed by GitHub
commit 52406d53e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,7 +178,7 @@ class Group_Proxy extends Proxy implements \OCP\GroupInterface, IGroupLDAP, IGet
}
}
return $groups;
return array_values(array_unique($groups));
}
/**

Loading…
Cancel
Save