| | |
| | | import org.opends.messages.AdminToolMessages; |
| | | import org.opends.messages.Message; |
| | | import org.opends.server.config.ConfigConstants; |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.types.*; |
| | | |
| | | /** |
| | |
| | | } |
| | | AttributeType attrType = schema.getAttributeType( |
| | | attr.getName().toLowerCase()); |
| | | if (attrType == null) |
| | | { |
| | | attrType = DirectoryServer.getDefaultAttributeType( |
| | | attr.getName().toLowerCase()); |
| | | } |
| | | Set<AttributeValue> newValues = new LinkedHashSet<AttributeValue>(); |
| | | Iterator<AttributeValue> it = attr.iterator(); |
| | | while (it.hasNext()) |