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

Nemanja Lukic
13.58.2012 0b65381eda3851be3a8c39a5cf3dfa889b85cc32
opends/src/server/org/opends/server/tools/LDAPModify.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2012 profiq, s.r.o.
 */
package org.opends.server.tools;
import org.opends.admin.ads.util.ConnectionUtils;
@@ -167,6 +168,7 @@
      }
      LDIFImportConfig importConfig = new LDIFImportConfig(is);
      importConfig.setValidateSchema(false);
      reader = new LDIFReader(importConfig);
    } catch (Exception e)
    {