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

gbellato
06.12.2007 c4c23b471528c582b8c4133a834e46c539f234c6
opends/src/server/org/opends/server/core/ModifyDNOperation.java
@@ -1501,9 +1501,11 @@
          }
        }
        // Make sure that the resulting entry is valid as per the server schema.
        if (DirectoryServer.checkSchema())
        // If the server is configured to check the schema and the
        // operation is not a synchronization operation,
        // make sure that the resulting entry is valid as per the server schema.
        if ((DirectoryServer.checkSchema()) &&
            (!isSynchronizationOperation()) )
        {
          StringBuilder invalidReason = new StringBuilder();
          if (! newEntry.conformsToSchema(null, false, true, true,