Skip to content

Commit

Permalink
Remove person with subtree:
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 9, 2015
1 parent d4e609a commit 6d0543d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ private Pair<List<String>, List<String>> removeTargetEntries(LdapServerConnectio

// Remove person from target server
try {
targetLdapEntryManager.remove(removedPerson);
targetLdapEntryManager.removeWithSubtree(removedPerson.getDn());
result1.add(inum);
} catch (LdapMappingException ex) {
log.error("Failed to remove person entry with inum '{0}' and DN: {1}", ex, inum, removedPerson.getDn());
Expand Down

0 comments on commit 6d0543d

Please sign in to comment.