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

Ludovic Poitou
02.45.2010 749d2b9974d93199ff99e74a95fff4e2a63d235e
opendj-sdk/sdk/examples/org/opends/sdk/examples/client/search/Main.java
@@ -120,7 +120,7 @@
    try
    {
      connection = factory.getConnection();
      connection.bind(userName, password);
      connection.bind(userName, password.toCharArray());
      // Read the entries and output them as LDIF.
      final ConnectionEntryReader reader = connection.search(baseDN, scope,