From c9da9e4bd4a115a646dfb846972126ca8eef1158 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 18 Aug 2011 17:43:22 +0000
Subject: [PATCH] Initial checkpoint of work for OPENDJ-262: Implement pass through authentication (PTA)

---
 opends/src/server/org/opends/server/tools/EncodePassword.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/EncodePassword.java b/opends/src/server/org/opends/server/tools/EncodePassword.java
index f18b658..381f857 100644
--- a/opends/src/server/org/opends/server/tools/EncodePassword.java
+++ b/opends/src/server/org/opends/server/tools/EncodePassword.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
+ *      Portions copyright 2011 ForgeRock AS.
  */
 package org.opends.server.tools;
 
@@ -912,7 +913,7 @@
           // Initialize the subentry manager.
           directoryServer.initializeSubentryManager();
           //Initialize PWD policy components.
-          directoryServer.initializePasswordPolicyComponents();
+          directoryServer.initializeAuthenticationPolicyComponents();
           //Load the crypto-manager key cache among other things.
          new CryptoManagerSync();
     } catch (InitializationException ie) {

--
Gitblit v1.10.0