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

Ludovic Poitou
02.45.2010 7bdcb41c0f62967ec42d552f6002577dfb7019ca
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,