| | |
| | | DirectoryException, JebException, InterruptedException |
| | | |
| | | { |
| | | DN entryDN = entry.getDN(); |
| | | DN entryDN = entry.getName(); |
| | | DN2ID dn2id = suffix.getDN2ID(); |
| | | EntryID oldID = dn2id.get(null, entryDN, LockMode.DEFAULT); |
| | | if (oldID != null) |
| | |
| | | InterruptedException |
| | | |
| | | { |
| | | DN entryDN = entry.getDN(); |
| | | DN entryDN = entry.getName(); |
| | | if (!skipDNValidation) |
| | | { |
| | | if (!dnSanityCheck(entryDN, entry, suffix)) |
| | |
| | | { |
| | | if (dn2id != null) |
| | | { |
| | | processDN2ID(suffix, entry.getDN(), entryID); |
| | | processDN2ID(suffix, entry.getName(), entryID); |
| | | } |
| | | if (dn2uri != null) |
| | | { |