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

neil_a_wilson
09.51.2007 ed39262fa647434d4a0e31f07754a263ce2b16e3
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
@@ -201,7 +201,6 @@
      LinkedHashMap<AttributeType,List<Attribute>> operationalAttrs =
           new LinkedHashMap<AttributeType,List<Attribute>>();
      // FIXME -- Add privileges here.
      DN internalUserDN = DN.decode(fullDNString);
@@ -211,6 +210,7 @@
      this.authenticationInfo =
           new AuthenticationInfo(internalUserEntry, true);
      super.setAuthenticationInfo(authenticationInfo);
    }
    catch (DirectoryException de)
    {