From 274227c07205d3dbd7125ed75ed6d2acdd3c9ce0 Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Fri, 10 Jan 2014 10:02:47 +0000 Subject: [PATCH] --- opendj3-server-dev/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java b/opendj3-server-dev/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java index 013c85e..8d7323d 100644 --- a/opendj3-server-dev/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java +++ b/opendj3-server-dev/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java @@ -22,7 +22,7 @@ * * * Copyright 2006-2009 Sun Microsystems, Inc. - * Portions Copyright 2012 ForgeRock AS + * Portions Copyright 2012-2014 ForgeRock AS */ package org.opends.server.tools; import org.opends.messages.Message; @@ -65,8 +65,8 @@ import org.opends.server.protocols.ldap.LDAPResultCode; import org.opends.server.types.LDAPException; import org.opends.server.types.Control; -import org.opends.server.types.ByteString; -import org.opends.server.types.ByteSequence; +import org.forgerock.opendj.ldap.ByteString; +import org.forgerock.opendj.ldap.ByteSequence; import org.opends.server.util.Base64; import org.opends.server.util.PasswordReader; -- Gitblit v1.10.0