mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
10.16.2015 a632fbfad0ddbe8b343c6abe8e28dc41e3df9b7e
opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java
@@ -772,13 +772,7 @@
        }
        else
        {
          AttributeType attrType  = DirectoryServer.getAttributeType(lowerName);
          if (attrType == null)
          {
            attrType = DirectoryServer.getDefaultAttributeType(attrName);
          }
          excludeAttributes.add(attrType);
          excludeAttributes.add(DirectoryServer.getAttributeType(lowerName, attrName));
        }
      }
    }
@@ -806,13 +800,7 @@
        }
        else
        {
          AttributeType attrType  = DirectoryServer.getAttributeType(lowerName);
          if (attrType == null)
          {
            attrType = DirectoryServer.getDefaultAttributeType(attrName);
          }
          includeAttributes.add(attrType);
          includeAttributes.add(DirectoryServer.getAttributeType(lowerName, attrName));
        }
      }
    }