From 68ac83e503fee4303809c95003ec945bf0444ea2 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 25 Sep 2006 03:21:19 +0000
Subject: [PATCH] Fix a problem in the password policy in which the password generator DN is not updated if the password generator is changed while the server is online.

---
 opends/src/server/org/opends/server/core/PasswordPolicy.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/core/PasswordPolicy.java b/opends/src/server/org/opends/server/core/PasswordPolicy.java
index b707c49..6910b3d 100644
--- a/opends/src/server/org/opends/server/core/PasswordPolicy.java
+++ b/opends/src/server/org/opends/server/core/PasswordPolicy.java
@@ -3139,6 +3139,7 @@
     lastLoginTimeFormat              = p.lastLoginTimeFormat;
     previousLastLoginTimeFormats     = p.previousLastLoginTimeFormats;
     passwordGenerator                = p.passwordGenerator;
+    passwordGeneratorDN              = p.passwordGeneratorDN;
     notificationHandlers             = p.notificationHandlers;
     defaultStorageSchemes            = p.defaultStorageSchemes;
     deprecatedStorageSchemes         = p.deprecatedStorageSchemes;

--
Gitblit v1.10.0