| | |
| | | this.treePath = path; |
| | | |
| | | DN newDn = newEntry.getName(); |
| | | oldDn = DN.valueOf(oldEntry.getDN()); |
| | | oldDn = oldEntry.getDN(); |
| | | for (BackendDescriptor backend : info.getServerDescriptor().getBackends()) |
| | | { |
| | | for (BaseDNDescriptor baseDN : backend.getBaseDns()) |
| | |
| | | } |
| | | }); |
| | | |
| | | conn.getLdapContext().modifyAttributes(Utilities.getJNDIName(oldEntry.getDN()), mods); |
| | | conn.getLdapContext().modifyAttributes(Utilities.getJNDIName(oldEntry.getDN().toString()), mods); |
| | | |
| | | SwingUtilities.invokeLater(new Runnable() |
| | | { |
| | |
| | | * modifications. |
| | | */ |
| | | ByteString oldRdnValueDeleted = null; |
| | | RDN oldRDN = DN.valueOf(oldEntry.getDN()).rdn(); |
| | | RDN oldRDN = oldEntry.getDN().rdn(); |
| | | for (AVA ava : oldRDN) |
| | | { |
| | | if (ava.getAttributeType().equals(attrDesc.getAttributeType())) |