1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

LDAP: Updated tests for recursive group changes

This commit is contained in:
Dan Brown
2024-08-28 21:16:18 +01:00
parent 1b4ed69f41
commit c68d154f0f
2 changed files with 43 additions and 25 deletions

View File

@@ -334,7 +334,7 @@ class LdapService
]);
}
return $allGroups;
return $formattedGroups;
}
protected function extractGroupNamesFromLdapGroupDns(array $groupDNs): array