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

Matthew Swift
22.41.2011 880108002383d8db632296726ab199e1e1098468
Fix OPENDJ-236: re-enable use of assertion control to avoid race conditions now that OPENDJ-241 has been fixed.
1 files modified
4 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/plugins/SambaPasswordPlugin.java 4 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/plugins/SambaPasswordPlugin.java
@@ -759,9 +759,7 @@
            pwdAttribute.getNameOrOID(), encPasswords.get(0));
        final Control assertionControl = new LDAPAssertionRequestControl(true,
            filter);
        // FIXME: see OPENDJ-241
        // controls = Collections.singletonList(assertionControl);
        controls = Collections.singletonList(assertionControl);
      }
      final ModifyOperation modifyOperation = connection.processModify(dn,