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

sin
22.44.2008 9111c79aa48af4438633785e701f5d5e61131012
Fix for issue#3676: ldapmodify problem processing ;binary transfer option
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/util/LDIFReader.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/LDIFReader.java
@@ -913,7 +913,7 @@
      }
       //The attribute is not being ignored so check for binary option.
      if(!attrType.isBinary())
      if(checkSchema && !attrType.isBinary())
      {
       if(attribute.hasOption("binary"))
        {