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

matthew_swift
20.34.2006 d7b6a1861bf8d82fc9dd3f1c0de929471fc50f27
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java
@@ -301,7 +301,7 @@
        }
        else
        {
          bindPassword = new ASN1OctetString(charsToBytes(pwChars));
          bindPassword = new ASN1OctetString(getBytes(pwChars));
          Arrays.fill(pwChars, '\u0000');
        }
      }
@@ -888,7 +888,7 @@
      }
      else
      {
        bindPassword = new ASN1OctetString(charsToBytes(pwChars));
        bindPassword = new ASN1OctetString(getBytes(pwChars));
        Arrays.fill(pwChars, '\u0000');
      }
    }
@@ -1493,7 +1493,7 @@
      }
      else
      {
        bindPassword = new ASN1OctetString(charsToBytes(pwChars));
        bindPassword = new ASN1OctetString(getBytes(pwChars));
        Arrays.fill(pwChars, '\u0000');
      }
    }
@@ -3085,7 +3085,7 @@
      }
      else
      {
        bindPassword = new ASN1OctetString(charsToBytes(pwChars));
        bindPassword = new ASN1OctetString(getBytes(pwChars));
        Arrays.fill(pwChars, '\u0000');
      }
    }