No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
1 changed files with
2 additions and
0 deletions
-
src/main/java/de/hsfulda/informatik/AccountSource.java
|
|
@ -52,6 +52,8 @@ public class AccountSource { |
|
|
|
.map(e -> e.getAttribute("cn").getValue().toLowerCase()) |
|
|
|
.filter(e -> e.startsWith("fd")) |
|
|
|
.collect(Collectors.toSet()); |
|
|
|
|
|
|
|
System.out.println(users.size() + " user(s) retrieved"); |
|
|
|
} |
|
|
|
|
|
|
|
public List<SearchResultEntry> getEntries() { |
|
|
|