This commit is contained in:
Massimiliano Assante 2020-07-20 12:00:01 +02:00
parent 3317ddd4c7
commit 5195cf71a7
1 changed files with 0 additions and 7 deletions

View File

@ -360,13 +360,6 @@ public class LDAPSync implements Runnable {
// attributes.put(gidNumber);
ctx.createSubcontext(subContext, attributes);
_log.info("Added Group: " + subContext);
try {
Thread.sleep(2000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
private String getOrgSubContext(String orgName) {