From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.
---
opends/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidator.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidator.java b/opends/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidator.java
index 78ce0e1..10248da 100644
--- a/opends/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidator.java
+++ b/opends/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidator.java
@@ -111,7 +111,7 @@
// Get a handle to the current configuration and see if we need to count
// the number of unique characters in the password.
UniqueCharactersPasswordValidatorCfg config = currentConfig;
- int minUniqueCharacters = config.getMinimumUniqueCharacters();
+ int minUniqueCharacters = config.getMinUniqueCharacters();
if (minUniqueCharacters <= 0)
{
// We don't need to check anything, so the password will be acceptable.
--
Gitblit v1.10.0