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

Mark Craig
26.27.2012 59e083f2ab08499943fe5faee67ee7a96260a645
opendj3/src/main/docbkx/dev-guide/chap-controls.xml
@@ -97,8 +97,8 @@
try
{
  connection = factory.getConnection();
  connection.bind("", "".toCharArray());
  // Perform an anonymous search on the root DSE.
  final SearchResultEntry entry = connection.searchSingleEntry(
      "",                         // DN is "" for root DSE.
      SearchScope.BASE_OBJECT,    // Read only the root DSE.