No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
1 changed files with
1 additions and
1 deletions
-
src/main/java/de/hsfulda/informatik/LdapSync.java
|
@ -62,7 +62,7 @@ public class LdapSync { |
|
|
new String[]{} |
|
|
new String[]{} |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
System.out.print(remote.getUsers().size() + " entrie(s) received\n"); |
|
|
|
|
|
|
|
|
System.out.print(local.getUsers().size() + " entrie(s) received\n"); |
|
|
|
|
|
|
|
|
sync(remote, local); |
|
|
sync(remote, local); |
|
|
} |
|
|
} |
|
|