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

matthew_swift
20.34.2006 4e0cd5f7ff79bd052f80884d76d312e979801fe2
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');
      }
    }