update: make LDAP search happen before accounts lookup, not in parallel
Closed
update: make LDAP search happen before accounts lookup, not in parallel
malowe/main/122
into
main
1 unresolved thread
1 unresolved thread
Compare changes
Files
4@@ -117,21 +117,23 @@ public class DefaultProfileService implements ProfileService {
@@ -117,21 +117,23 @@ public class DefaultProfileService implements ProfileService {
CompletableFuture<Optional<LdapResult>> ldapSearch = executor.supplyAsync(() -> ldapService.searchLdapByUsername(username));
String.format("Results from services are inconsistent regarding user, cannot return: %s", username));