From 7858a288b523cd5be5aa28a59278b469c21d6a76 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 20 Aug 2009 15:11:41 +0000
Subject: [PATCH] fix for issue #4145 (typo at PasswordPolicyConfiguration.xml)

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
index 6d4a713..d637001 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
@@ -23,7 +23,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Copyright 2007-2008 Sun Microsystems, Inc.
+  !      Copyright 2007-2009 Sun Microsystems, Inc.
   ! -->
 <adm:managed-object name="password-policy"
   plural-name="password-policies" package="org.opends.server.admin.std"
@@ -527,7 +527,7 @@
     </adm:synopsis>
     <adm:description>
       If this property is true, accounts always expire when the 
-      expiration time arrives. If this property is false disabled, the user
+      expiration time arrives. If this property is false or disabled, the user
       always receives at least one warning notification, and the
       password expiration is set to the warning time plus the
       warning interval.

--
Gitblit v1.10.0