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

neil_a_wilson
25.21.2006 68ac83e503fee4303809c95003ec945bf0444ea2
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 Issue Number: 717
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/core/PasswordPolicy.java 1 ●●●● patch | view | raw | blame | history
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;